diff options
author | 2023-01-21 23:11:31 -0800 | |
---|---|---|
committer | 2023-01-21 23:11:31 -0800 | |
commit | 99d2d6e607a31a1beab84e1169e2d0bc352a79cf (patch) | |
tree | ee03ff151357941463f4418eaf787f8e948a3fe1 /src/bun.js/bindings/headers.h | |
parent | a2cfdf0e1c0353428f0682969e3fcfa86cc2d6a7 (diff) | |
download | bun-99d2d6e607a31a1beab84e1169e2d0bc352a79cf.tar.gz bun-99d2d6e607a31a1beab84e1169e2d0bc352a79cf.tar.zst bun-99d2d6e607a31a1beab84e1169e2d0bc352a79cf.zip |
Support query string parameters in module resolution
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 71a8d1034..269698a98 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1673376494 +//-- AUTOGENERATED FILE -- 1674359227 #pragma once #include <stddef.h> @@ -521,7 +521,7 @@ ZIG_DECL ErrorableZigString Zig__GlobalObject__import(JSC__JSGlobalObject* arg0, ZIG_DECL void Zig__GlobalObject__onCrash(); ZIG_DECL JSC__JSValue Zig__GlobalObject__promiseRejectionTracker(JSC__JSGlobalObject* arg0, JSC__JSPromise* arg1, uint32_t JSPromiseRejectionOperation2); ZIG_DECL JSC__JSValue Zig__GlobalObject__reportUncaughtException(JSC__JSGlobalObject* arg0, JSC__Exception* arg1); -ZIG_DECL void Zig__GlobalObject__resolve(ErrorableZigString* arg0, JSC__JSGlobalObject* arg1, ZigString* arg2, ZigString* arg3); +ZIG_DECL void Zig__GlobalObject__resolve(ErrorableZigString* arg0, JSC__JSGlobalObject* arg1, ZigString* arg2, ZigString* arg3, ZigString* arg4); #endif |