Skip to content

Commit 85a932f

Browse files
jgerigmeyernex3
andauthored
Add missing ESM export of NodePackageImporter (#2177)
Co-authored-by: Natalie Weizenbaum <[email protected]>
1 parent 786dd63 commit 85a932f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Ship the musl Linux release with the proper Dart executable.
66

7+
### JavaScript API
8+
9+
* Export the `NodePackageImporter` class in ESM mode.
10+
711
### Embedded Sass
812

913
* In the JS Embedded Host, properly install the musl Linux embedded compiler

tool/grind.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ void main(List<String> args) {
8484
'FALSE',
8585
'NULL',
8686
'types',
87+
'NodePackageImporter',
8788
};
8889

8990
pkg.githubReleaseNotes.fn = () =>

0 commit comments

Comments
 (0)