This commit is contained in:
pfg
2024-12-10 18:51:38 -08:00
parent 3904259c5d
commit 4ee546a24e
11 changed files with 376 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ extern "C" JSC::EncodedJSValue BakeRegisterProductionChunk(JSC::JSGlobalObject*
origin,
WTFMove(string),
WTF::TextPosition(),
JSC::SourceProviderSourceType::Module
JSC::SourceProviderSourceType::BunTranspiledModule
));
global->moduleLoader()->provideFetch(global, key, sourceCode);