Skip to content

Commit

Permalink
Add missing ESM exports (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 13, 2023
1 parent aa59a5f commit ce58d87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 1.63.4

### JavaScript API

* Properly export the legacy API values `TRUE`, `FALSE`, `NULL`, and `types` from
the ECMAScript module API.

### Embedded Sass

* Fix a race condition where closing standard input while requests are in-flight
Expand Down
4 changes: 4 additions & 0 deletions tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ void main(List<String> args) {
'info',
'render',
'renderSync',
'TRUE',
'FALSE',
'NULL',
'types',
};

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

0 comments on commit ce58d87

Please sign in to comment.