npm esbuild 0.8.36
v0.8.36

latest releases: 0.23.0, 0.22.0, 0.21.5...
3 years ago
  • Fix an issue with writing large files to stdout using the WebAssembly executable

    The previous release introduced a regression where large output files written to stdout were incorrectly truncated when using the WebAssembly esbuild command. This regression was due to a missing callback to the JavaScript write() function when called on the stdout stream. The regression has been fixed.

  • Hide the N-API native node extensions from Yarn 2

    The previous release introduced some very small (1-2kb) *.node native extensions to fix a bug with node failing to exit properly. However, this causes Yarn 2 to unzip the esbuild package, which is undesirable. This release puts these native node extensions inside JavaScript code instead to hide them from Yarn 2. The native extensions are written to a temporary file at run-time if necessary.

Don't miss a new esbuild release

NewReleases is sending notifications on new releases.