node-ts2hx icon indicating copy to clipboard operation
node-ts2hx copied to clipboard

Typescript to Haxe transpiler written in JavaScript

Results 3 node-ts2hx issues
Sort by recently updated
recently updated
newest added

With risk of reanimating a furious zombie or just throwing words to the wind. With the new haxe 4 features and will to do PR for haxe Maybe this project...

What version of the typescript compiler are you using that lets you write these? ``` interface integer extends number {} class FooClass extends BarClass, BazClass implements QuxInterface { } ```...

Keeping the scope (as in double-arrows) is Haxe's default behaviour so you don't need to create a local `__this` var for that. I may say the problem is the opposite.