oxc/crates/oxc_ast
overlookmotel f8f6d33722 fix(ast): correct visited_node attr for strict mode of arrow fns (#3635)
Correct the `#[visited_node]` attr on `ArrowFunctionExpression` to recognise strict mode functions.

This change has no effect at present as `Traverse` codegen currently ignores `strict_if`. But useful for it to be correct for if we codegen `Visit` / `VisitMut` later on (#3392).
2024-06-11 21:57:56 +00:00
..
src fix(ast): correct visited_node attr for strict mode of arrow fns (#3635) 2024-06-11 21:57:56 +00:00
Cargo.toml Release crates v0.13.5 (#3584) 2024-06-08 16:44:50 +08:00
CHANGELOG.md Release crates v0.13.4 (#3582) 2024-06-07 17:41:11 +08:00