Sourced from sass's releases.
Dart Sass 1.63.4
To install Sass 1.63.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
Re-enable support for
import sass from 'sass'when loading the package from an ESM module in Node.js. However, this syntax is now deprecated; ESM users should useimport * as sass from 'sass'instead.On the browser and other ESM-only platforms, only
import * as sass from 'sass'is supported.Properly export the legacy API values
TRUE,FALSE,NULL, andtypesfrom the ECMAScript module API.Embedded Sass
Fix a race condition where closing standard input while requests are in-flight could sometimes cause the process to hang rather than shutting down gracefully.
Properly include the root stylesheet's URL in the set of loaded URLs when it fails to parse.
See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.63.4
JavaScript API
Re-enable support for
import sass from 'sass'when loading the package from an ESM module in Node.js. However, this syntax is now deprecated; ESM users should useimport * as sass from 'sass'instead.On the browser and other ESM-only platforms, only
import * as sass from 'sass'is supported.Properly export the legacy API values
TRUE,FALSE,NULL, andtypesfrom the ECMAScript module API.Embedded Sass
Fix a race condition where closing standard input while requests are in-flight could sometimes cause the process to hang rather than shutting down gracefully.
Properly include the root stylesheet's URL in the set of loaded URLs when it fails to parse.
e34a0c7 Cut a release (#2016)3de612e Re-enable support for default exports (#2009)ce58d87 Add missing ESM exports (#2010)aa59a5f Fix race condition between spawning and killing isolates during shutdown (#2007)760fa2e Add current stylesheet to loadedUrls when throwing parsing error (#1991)