dartsass: Add silenceDeprecations option

Fixes #13045
This commit is contained in:
Bjørn Erik Pedersen
2024-11-18 10:04:37 +01:00
parent 1fd845eee4
commit 3b6eaf9b1f
7 changed files with 57 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ func (t *transform) Transform(ctx *resources.ResourceTransformationCtx) error {
OutputStyle: godartsass.ParseOutputStyle(opts.OutputStyle),
EnableSourceMap: opts.EnableSourceMap,
SourceMapIncludeSources: opts.SourceMapIncludeSources,
SilenceDeprecations: opts.SilenceDeprecations,
}
// Append any workDir relative include paths