mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
[internal] This is no longer a feature flag in JSC
This commit is contained in:
@@ -88,7 +88,6 @@ extern "C" void JSCInitialize() {
|
||||
if (has_loaded_jsc) return;
|
||||
JSC::Options::useSourceProviderCache() = true;
|
||||
JSC::Options::useUnlinkedCodeBlockJettisoning() = false;
|
||||
// JSC::Options::useTopLevelAwait() = true;
|
||||
JSC::Options::exposeInternalModuleLoader() = true;
|
||||
// std::set_terminate([]() { Zig__GlobalObject__onCrash(); });
|
||||
WTF::initializeMainThread();
|
||||
|
||||
Reference in New Issue
Block a user