Skip to content

Commit ce58d87

Browse files
authored
Add missing ESM exports (#2010)
1 parent aa59a5f commit ce58d87

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## 1.63.4
22

3+
### JavaScript API
4+
5+
* Properly export the legacy API values `TRUE`, `FALSE`, `NULL`, and `types` from
6+
the ECMAScript module API.
7+
38
### Embedded Sass
49

510
* Fix a race condition where closing standard input while requests are in-flight

tool/grind.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ void main(List<String> args) {
7171
'info',
7272
'render',
7373
'renderSync',
74+
'TRUE',
75+
'FALSE',
76+
'NULL',
77+
'types',
7478
};
7579

7680
pkg.githubReleaseNotes.fn = () =>

0 commit comments

Comments
 (0)