oxc/crates/oxc_semantic
overlookmotel 4a3bca8354 fix(semantic): fix identifying strict mode arrow functions (#7785)
Semantic analysis was not marking an arrow function containing a `"use strict"` directive as `ScopeFlags::StrictMode`. Fix that.
2024-12-10 23:57:42 +00:00
..
examples feat(parser)!: Build ModuleRecord directly in parser (#7546) 2024-11-29 14:50:42 +00:00
src fix(semantic): fix identifying strict mode arrow functions (#7785) 2024-12-10 23:57:42 +00:00
tests fix(semantic): syntax error for undeclared private field access (#7635) 2024-12-04 05:33:04 +00:00
Cargo.toml release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
CHANGELOG.md release(crates): v0.40.0 (#7775) 2024-12-10 23:04:43 +08:00