Skip to content

v0.12.2.1781569582

Choose a tag to compare

@theMackabu theMackabu released this 16 Jun 00:35
64324a9

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 | bash

To upgrade to Ant v0.12.2:

ant upgrade