Skip to content

Commit 0e45c15

Browse files
committed
[2025-10-26] Slight sass compile improvements
1 parent 1bfa6a3 commit 0e45c15

File tree

15 files changed

+348
-295
lines changed

15 files changed

+348
-295
lines changed

dist/js/lib/02-utils/classes/Stage_Compiler.d.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,19 +236,13 @@ export declare class Stage_Compiler implements Stage.Compiler {
236236
*
237237
* @since 0.3.0-alpha.1.draft
238238
*/
239-
protected sassCompileAsync(input: string, opts: Stage.Compiler.Args.Sass): Promise<{
240-
compiled: sass.CompileResult;
241-
end: DateTime<true>;
242-
}>;
239+
protected sassCompileAsync(input: string, level: number, opts: Stage.Compiler.Args.Sass): Promise<sass.CompileResult>;
243240
/**
244241
* Compiles scss via API. This skips compiling options and validating values.
245242
*
246243
* @since 0.3.0-alpha.1.draft
247244
*/
248-
protected scssAPI(input: string, output: string, level: number, sassCompleteOpts: Objects.Classify<Stage.Compiler.Args.Sass>, compileFn?: (input: string, opts: Stage.Compiler.Args.Sass) => Promise<{
249-
compiled: sass.CompileResult;
250-
end: DateTime;
251-
}>): Promise<string>;
245+
protected scssAPI(input: string, output: string, level: number, sassCompleteOpts: Objects.Classify<Stage.Compiler.Args.Sass>, compileFn?: (input: string, level: number, opts: Stage.Compiler.Args.Sass) => Promise<sass.CompileResult>): Promise<string>;
252246
/**
253247
* Coverts scss args for the CLI.
254248
*

dist/js/lib/02-utils/classes/Stage_Compiler.js

Lines changed: 68 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Stage/Args.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)