Nathan Whitaker
|
8cefe97b09
|
fix(bundle): only replace require shim in js files, spruce up output (#29892)
We were trying to do the hack of replacing the esbuild require shim on
every output file, regardless of whether it was js/ts.
This fixes that.
In addition, this spruces up the output of deno bundle a bit.
before:

after:

|
2025-06-26 18:35:19 +00:00 |
|