mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 12:14:42 +01:00
Add missing ESM exports (#2010)
This commit is contained in:
parent
aa59a5f4a9
commit
ce58d87dcf
@ -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
|
||||
|
@ -71,6 +71,10 @@ void main(List<String> args) {
|
||||
'info',
|
||||
'render',
|
||||
'renderSync',
|
||||
'TRUE',
|
||||
'FALSE',
|
||||
'NULL',
|
||||
'types',
|
||||
};
|
||||
|
||||
pkg.githubReleaseNotes.fn = () =>
|
||||
|
Loading…
Reference in New Issue
Block a user