hx-jsasync icon indicating copy to clipboard operation
hx-jsasync copied to clipboard

Haxe lib for generating native JS async functions in an ergonomic and type safe way.

Results 2 hx-jsasync issues
Sort by recently updated
recently updated
newest added

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)...

enhancement

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...