Closed elsassph closed 4 years ago
I wanted to test this too but I still get this error from haxe compiler for fields initialization in react components :(
Must call `super()` constructor before accessing `this` in classes derived from an extern class with constructor
Implement #92 , support of
-D js-es=6
, which means generating modern ES6 code withclass
keyword and all.To try it:
npm link
at the root of haxe-modular to prepare a symlink of the reponpm link haxe-modular
in your project repo to symlink to this repo