Skip to content

Commit

Permalink
chore: don't enable hoisting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 18, 2024
1 parent ba8c764 commit 0a2766a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/compiler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl<'a> Compiler<'a> {
wasm_exports,
relaxed_re_syntax: false,
cse: false,
hoisting: true,
hoisting: false,
error_on_slow_pattern: false,
error_on_slow_loop: false,
next_pattern_id: PatternId(0),
Expand Down

0 comments on commit 0a2766a

Please sign in to comment.