diff options
author | 2022-12-04 03:22:10 -0800 | |
---|---|---|
committer | 2022-12-04 03:22:10 -0800 | |
commit | cee33485d00ad959ae1219702c8a16ee685d349c (patch) | |
tree | 867ca2c705b341995b4ce55dc06deaaa823c18a3 | |
parent | f052e66df538f7fabb0e173d9dd79888201286f2 (diff) | |
download | bun-cee33485d00ad959ae1219702c8a16ee685d349c.tar.gz bun-cee33485d00ad959ae1219702c8a16ee685d349c.tar.zst bun-cee33485d00ad959ae1219702c8a16ee685d349c.zip |
:scissors:
-rw-r--r-- | src/bun.js/api/filesystem_router.zig | 2 | ||||
-rw-r--r-- | src/bun.js/api/html_rewriter.zig | 2 | ||||
-rw-r--r-- | src/bun.js/api/transpiler.zig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bun.js/api/filesystem_router.zig b/src/bun.js/api/filesystem_router.zig index 41209f867..ab2ef4738 100644 --- a/src/bun.js/api/filesystem_router.zig +++ b/src/bun.js/api/filesystem_router.zig @@ -24,7 +24,7 @@ const strings = @import("bun").strings; const NewClass = Base.NewClass; const To = Base.To; const Request = WebCore.Request; -const d = Base.d; + const FetchEvent = WebCore.FetchEvent; const URLPath = @import("../../http/url_path.zig"); const URL = @import("../../url.zig").URL; diff --git a/src/bun.js/api/html_rewriter.zig b/src/bun.js/api/html_rewriter.zig index a5e6a5708..b3256c9af 100644 --- a/src/bun.js/api/html_rewriter.zig +++ b/src/bun.js/api/html_rewriter.zig @@ -25,7 +25,7 @@ const strings = @import("bun").strings; const NewClass = Base.NewClass; const To = Base.To; const Request = WebCore.Request; -const d = Base.d; + const FetchEvent = WebCore.FetchEvent; const Response = WebCore.Response; const LOLHTML = @import("bun").LOLHTML; diff --git a/src/bun.js/api/transpiler.zig b/src/bun.js/api/transpiler.zig index 0bd525fde..e932199ae 100644 --- a/src/bun.js/api/transpiler.zig +++ b/src/bun.js/api/transpiler.zig @@ -25,7 +25,7 @@ const strings = @import("bun").strings; const NewClass = Base.NewClass; const To = Base.To; const Request = WebCore.Request; -const d = Base.d; + const FetchEvent = WebCore.FetchEvent; const MacroMap = @import("../../resolver/package_json.zig").MacroMap; const TSConfigJSON = @import("../../resolver/tsconfig_json.zig").TSConfigJSON; |