We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786dd63 commit 85a932fCopy full SHA for 85a932f
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
* Ship the musl Linux release with the proper Dart executable.
6
7
+### JavaScript API
8
+
9
+* Export the `NodePackageImporter` class in ESM mode.
10
11
### Embedded Sass
12
13
* In the JS Embedded Host, properly install the musl Linux embedded compiler
tool/grind.dart
@@ -84,6 +84,7 @@ void main(List<String> args) {
84
'FALSE',
85
'NULL',
86
'types',
87
+ 'NodePackageImporter',
88
};
89
90
pkg.githubReleaseNotes.fn = () =>
0 commit comments