Introduce bytecode caching, polish "cjs" bundler output format (#14232)

Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2024-09-30 22:37:42 -07:00
committed by GitHub
parent 857a472033
commit 2f7ff95e5c
39 changed files with 1284 additions and 234 deletions

View File

@@ -763,7 +763,7 @@ void populateESMExports(
bool ignoreESModuleAnnotation)
{
auto& vm = globalObject->vm();
Identifier esModuleMarker = builtinNames(vm).__esModulePublicName();
const Identifier& esModuleMarker = builtinNames(vm).__esModulePublicName();
// Bun's intepretation of the "__esModule" annotation:
//