Skip to content

Commit 0da4916

Browse files
committed
[scramjet] fix build issues, update oxc
1 parent 35e4b83 commit 0da4916

File tree

3 files changed

+83
-58
lines changed

3 files changed

+83
-58
lines changed

packages/scramjet/packages/controller/src/sw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Frame = {
2525
fetchHandler: ScramjetFetchHandler;
2626
};
2727

28-
const frames: Record<string, Frame>;
28+
let frames: Record<string, Frame>;
2929

3030
function shouldRoute(fetch: FetchEvent): boolean {
3131
const url = new URL(fetch.request.url);

packages/scramjet/packages/core/rewriter/Cargo.lock

Lines changed: 81 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scramjet/packages/core/rewriter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ codegen-units = 1
1010
panic = "abort"
1111

1212
[workspace.dependencies]
13-
oxc = { version = "0.77.2", features = ["ast_visit"] }
13+
oxc = { version = "0.95.0", features = ["ast_visit"] }
1414

1515
[workspace.lints.clippy]
1616
pedantic = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)