haxe
haxe copied to clipboard
Compiler hanging after std file diagnostic
When you have "haxe.diagnosticsPathFilter": ".*?" in your vscode settings.json.
Try to go to definition on Bytes and haxe will be in dead loop.
function main() {
trace(haxe.io.Bytes.alloc(0));
}
-cp src
-main Main
--js bin/main.js
Full project: aendless.zip