Add missing ESM exports (#2010)

This commit is contained in:
Natalie Weizenbaum 2023-06-13 14:23:23 -07:00 committed by GitHub
parent aa59a5f4a9
commit ce58d87dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 1.63.4 ## 1.63.4
### JavaScript API
* Properly export the legacy API values `TRUE`, `FALSE`, `NULL`, and `types` from
the ECMAScript module API.
### Embedded Sass ### Embedded Sass
* Fix a race condition where closing standard input while requests are in-flight * Fix a race condition where closing standard input while requests are in-flight

View File

@ -71,6 +71,10 @@ void main(List<String> args) {
'info', 'info',
'render', 'render',
'renderSync', 'renderSync',
'TRUE',
'FALSE',
'NULL',
'types',
}; };
pkg.githubReleaseNotes.fn = () => pkg.githubReleaseNotes.fn = () =>