esbuild
esbuild copied to clipboard
compact metafile JSON blob
- Closes https://github.com/evanw/esbuild/issues/4329
This PR is compacting the metafile JSON blob contents to cut down the size and stay under the 512MiB string size limit in Node.js.
The tests have been extended to ensure that the metafile is properly compacted. The test snapshots use a pretty-printed blob for easier debugging.
See https://github.com/evanw/esbuild/issues/4329#issuecomment-3602112443 for alternatives considered.