Files
esbuild/lib
Justin Ridgewell d8f281e5b1 Bound stdout shifting to prevent excessive allocations (#941)
I noticed this when using an incremental rebuild. In my project, the `stdout` can grow to 100mb+ during the initial build. During rebuild, the `stdout` is mostly empty. But the old code used an unbounded `slice`, which allocated almost the full 100mb.
2021-03-10 01:04:47 -08:00
..
2021-01-26 02:45:32 -08:00
2021-03-08 20:51:30 -08:00

This directory contains the TypeScript code that becomes the JavaScript API code in the esbuild and esbuild-wasm packages. It's automatically built during the build process for those packages (i.e. the top-level make platform-neutral and make platform-wasm commands).