es6-coretypes

This library implements some core Haxe types as closely as possible with ES6 data structures and features.


Keywords
haxe, html, html5, javascript, js, macro, ufront, web
License
MIT
Install
haxelib install es6-coretypes 0.1.2

Documentation

ES6 Features for Javascript

This project uses ES6 features to enhance core Haxe types.

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.

Haxe Core Types

  • StringMap, IntMap, ObjectMap, WeakMap
    • natively uses ES6 type and wraps interators to be Haxe-compatible