v0.12.2.1781569582
Ant 0.12.2
Highlights
ESM correctness and performance
- Improved import performance
- Fixed dynamic export behavior
- Fixed deferred export aliases
- Prevented overwriting already-collected export aliases
- Prevented TDZ issues in export/live-binding paths
- Fixed hoisted functions binding metadata to
null
Runtime correctness
- Allowed iteration over exotic values
- Added coverage for export live bindings
- Added coverage for hoisted import capture behavior
To install Ant v0.12.2:
curl -fsSL https://antjs.org/install | bashTo upgrade to Ant v0.12.2:
ant upgrade