mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
[bun.js] Add baseURI support to HTTP server
This commit is contained in:
@@ -1085,7 +1085,7 @@ JSC::JSObject* GlobalObject::moduleLoaderCreateImportMetaProperties(JSGlobalObje
|
||||
|
||||
metaProperties->putDirect(vm, clientData->builtinNames().resolvePublicName(),
|
||||
JSC::JSFunction::create(vm, JSC::jsCast<JSC::JSGlobalObject*>(globalObject), 0,
|
||||
WTF::String("resolve"), functionImportMeta__resolve),
|
||||
WTF::String("resolve"_s), functionImportMeta__resolve),
|
||||
0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user