From 85a932f6481896f3de4b9359b0b531fe28b49e45 Mon Sep 17 00:00:00 2001 From: Jonny Gerig Meyer Date: Tue, 20 Feb 2024 18:00:31 -0500 Subject: [PATCH] Add missing ESM export of NodePackageImporter (#2177) Co-authored-by: Natalie Weizenbaum --- CHANGELOG.md | 4 ++++ tool/grind.dart | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2090551..f45e9f6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tool/grind.dart b/tool/grind.dart index fd6792926..c7ab27bf8 100644 --- a/tool/grind.dart +++ b/tool/grind.dart @@ -84,6 +84,7 @@ void main(List args) { 'FALSE', 'NULL', 'types', + 'NodePackageImporter', }; pkg.githubReleaseNotes.fn = () =>