v2.0.0: Send interrupt on Close on GOOS != windows
This is a v2
release which means you need to adjust your import to use github.com/bep/godartsass/v2
.
It has 2 breaking changes:
- We now use the Dart Sass Embedded Protocol v2 and you need to use the main Dart Sass Binary (
sass
) downloaded from here: https://github.com/sass/dart-sass/releases - The
ImportResolver.Load
method now returns aImport
struct with bothContent
andSourceSyntax
.