Kevin Leung
Kevin Leung
Thanks for the detailed explanations!
I simply understand electron as allowing one to run node.js scripts in a html file: ```html var fs = require('fs'); fs.createReadStream(...); ``` So I have always been simply adding `-lib...
Yes as far as I understand
I don't know about haxe http, I always use fetch in electron
The problem here is that I need both async and sync in electron. sync is for loading node modules async is for loading web modules
As I said in OP I need to load bundles from remote asynchronously. Both sync and async are needed in the same build, a single js output.
@nanjizal let's not diverge the focus here. Porting from the compiler from OCaml to Haxe is a big task already. Let keep this post focused on this single aspect. Using...
Yeah I think so...
> Another is that these type parameters seem to have an implicit constraint to `java.lang.Object` I am wondering if the compiler should just insert that constraint where no explicit constraints...
Sounds interesting, I would like to learn about it. > If people don't want to change the core too much, I do this at a scripting-level with the aid of...