You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just experimented with the esbuild WASM module and was able to resolve paths to local file system using the File Access API.
What I am missing: how to control esbuild to write output files directly to my file sys handle. Essentially, I am missing a build.onOutput() callback. I think it would be better to stream the output using this callback than providing in-memory buffers in the build result.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I just experimented with the esbuild WASM module and was able to resolve paths to local file system using the File Access API.
What I am missing: how to control esbuild to write output files directly to my file sys handle. Essentially, I am missing a build.onOutput() callback. I think it would be better to stream the output using this callback than providing in-memory buffers in the build result.
Any thoughts?
The text was updated successfully, but these errors were encountered: