mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Add missing ESM exports (#2010)
This commit is contained in:
parent
aa59a5f4a9
commit
ce58d87dcf
@ -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
|
||||||
|
@ -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 = () =>
|
||||||
|
Loading…
Reference in New Issue
Block a user