mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 17:13:19 +08:00
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.
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).