hx-jsasync
hx-jsasync copied to clipboard
Haxe lib for generating native JS async functions in an ergonomic and type safe way.
how to write haxe code eq ```js for await (const msg of source) { ``` ```js // exact matching node2.handle('/your-protocol', ({ stream }) => { pipe( stream, async function (source)...
I receive an `Uncaught exception Stack overflow` randomly. This 1000+ line error message appears in the `Problems` tab within VScode: ``` C:\Program Files\Haxe Toolkit\haxe\lib\jsasync/1,2,1/src/jsasync/impl/Macro.hx:109: characters 24-67 : Uncaught exception Stack...