- Haxe externs and stdlib overrides for Node.js.
- Primary code lives under
src/. examples/are small compilable samples.
- This is a fork of the original
hxnodejslibrary. - This fork is intended to be installed via
haxelib git. - CAUTION: Do not run release or deploy workflows in this fork.
- No
Release.hx. - No
deploy.hxmlorci/publish steps (those target gh-pages for upstream).
- No
Run these once so build.hxml can find the library:
haxelib newrepohaxelib dev hxnodejs .
- Make changes in
src/. - Verify the code compiles and examples build:
haxe build.hxml
ImportAll.hxis a macro helper that forces all types undersrc/to load.ci/exists for upstream gh-pages deployment; ignore for this fork.