Skip to content

Commit

Permalink
Add missing ESM export of NodePackageImporter (#2177)
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
  • Loading branch information
jgerigmeyer and nex3 committed Feb 20, 2024
1 parent 786dd63 commit 85a932f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

### JavaScript API

* Export the `NodePackageImporter` class in ESM mode.

### Embedded Sass

* In the JS Embedded Host, properly install the musl Linux embedded compiler
Expand Down
1 change: 1 addition & 0 deletions tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void main(List<String> args) {
'FALSE',
'NULL',
'types',
'NodePackageImporter',
};

pkg.githubReleaseNotes.fn = () =>
Expand Down

0 comments on commit 85a932f

Please sign in to comment.