aboutsummaryrefslogtreecommitdiff
path: root/src/js/build-esm.ts
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-06-03 19:38:33 -0400
committerGravatar GitHub <noreply@github.com> 2023-06-03 16:38:33 -0700
commit7d8b6d487b6570de664a07a24b70efb2970d49e1 (patch)
treed39b561f29776dbfb80a3e6e0419b736a38bcee8 /src/js/build-esm.ts
parent583c6d3644066b9022d9670dc81bca874af014dd (diff)
downloadbun-7d8b6d487b6570de664a07a24b70efb2970d49e1.tar.gz
bun-7d8b6d487b6570de664a07a24b70efb2970d49e1.tar.zst
bun-7d8b6d487b6570de664a07a24b70efb2970d49e1.zip
make hardcoded -> make esm + document needing bun to build bun (#3188)
Diffstat (limited to '')
-rw-r--r--src/js/build-esm.ts (renamed from src/js/build-hardcoded.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/build-hardcoded.ts b/src/js/build-esm.ts
index 2895fb6bb..b3ece01a1 100644
--- a/src/js/build-hardcoded.ts
+++ b/src/js/build-esm.ts
@@ -110,4 +110,4 @@ for (const [build, outdir] of [
}
}
-console.log(`Bundled hardcoded modules in ${performance.now().toFixed(2)}ms`);
+console.log(`Bundled esm modules in ${performance.now().toFixed(2)}ms`);