Skip to content

Commit

Permalink
chore: bump to oxc 0.39 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 authored Dec 5, 2024
1 parent 07a13dd commit 64d16ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ lto = true

[workspace.dependencies]
ahash = "0.8.11"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.22", features = ["derive"] }
cliclack = "0.3.5"
console = "0.15.8"
ctrlc = "3.4.5"
fast-float = "0.2.0"
hashbrown = "0.15.1"
hashbrown = "0.15.2"
num-bigint = "0.4.6"
num-traits = "0.2.19"
oxc_allocator = "0.36.0"
oxc_ast = "0.36.0"
oxc_diagnostics = "0.36.0"
oxc_allocator = "0.39.0"
oxc_ast = "0.39.0"
oxc_diagnostics = "0.39.0"
oxc-miette = { version = "1.0.2", features = ["fancy"] }
oxc_parser = "0.36.0"
oxc_semantic = "0.36.0"
oxc_span = "0.36.0"
oxc_syntax = "0.36.0"
oxc_ecmascript = "0.36.0"
oxc_parser = "0.39.0"
oxc_semantic = "0.39.0"
oxc_span = "0.39.0"
oxc_syntax = "0.39.0"
oxc_ecmascript = "0.39.0"
rand = "0.8.5"
ryu-js = "1.0.1"
sonic-rs = "0.3.16"
Expand Down
1 change: 1 addition & 0 deletions nova_vm/src/engine/bytecode/bytecode_compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,7 @@ impl CompileEvaluation for ast::ChainExpression<'_> {
call.compile(ctx);
true
}
ast::ChainElement::TSNonNullExpression(ref _call) => false,
};
// If chain succeeded, we come here and should jump over the nullish
// case handling.
Expand Down

0 comments on commit 64d16ba

Please sign in to comment.