ES6 Externs for Haxe
This project provides externs for ES6 data structures and Haxe-integration tools.
Run tests
To ensure that your platform can run the ES6 output correctly, run the tests.
haxe build.hxml
test.html is provided to run these tests in a browser.
ES6 Externs
- Set
- Map
- Iterator
- WeakMap
- WeakSet
- Symbol
Tools
- IteratorAdapter - wraps ES6 Iterator to be compatibile with Haxe's Iterator interface.