modular-js icon indicating copy to clipboard operation
modular-js copied to clipboard

A custom Javascript generator for Haxe that outputs AMD modules.

Results 3 modular-js issues
Sort by recently updated
recently updated
newest added

This issue is related to [these lines of code](https://github.com/HaxeFoundation/haxe/blob/1d3942208e06bc11313c031be2169a18f1e6e778/std/js/html/compat/Uint8Array.hx#L98) (was [this](https://github.com/HaxeFoundation/haxe/blob/890f8c70cf23ce6f9fe0fdd0ee514a9699433ca7/std/js/html/compat/Uint8Array.hx#L98) in Haxe 3.4.2) in the compat classes, perhaps these existing Haxe issues ([6491](https://github.com/HaxeFoundation/haxe/issues/6491), [4467](https://github.com/HaxeFoundation/haxe/issues/4467)), maybe these people (@nadako @andyli...

Right now the generator doesn't seem to recognise externs with @:jsRequire as dependencies. That would be really useful and allow mixing with node_module code through browserify or webpack.

I stumbled upon an issue where I cannot reference any of the global primitives in my haxe code. It seems they are not available when the code is running in...