mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
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:
@@ -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:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user