oxc/crates/oxc_semantic/src
overlookmotel 17ad8f7d93 fix(transformer): create new scopes for new blocks in TS transform (#3908)
Create scopes for new `BlockStatement`s inserted in TS transform, and update scope tree.
2024-06-26 05:16:02 +00:00
..
checker refactor(parser): improve parsing of parse_function_or_constructor_type (#3892) 2024-06-25 03:43:02 +00:00
class perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00
jsdoc chore: fix some nightly clippy warnings 2024-06-19 00:53:58 +08:00
module_record fix(semantic): export default foo should have ExportLocalName::Default(NameSpan) entry (#3823) 2024-06-22 11:09:23 +00:00
binder.rs refactor(ast)!: remove Modifiers from ts nodes (#3846) 2024-06-23 19:44:35 +08:00
builder.rs fix(transformer): create new scopes for new blocks in TS transform (#3908) 2024-06-26 05:16:02 +00:00
diagnostics.rs refactor(semantic): clean up redeclaration diagnostic 2024-05-12 01:18:30 +08:00
dot.rs fix(ast)!: rename all instances of BigintLiteral to BigIntLiteral. (#3898) 2024-06-25 14:39:42 +00:00
label.rs
lib.rs perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00
node.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
reference.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
scope.rs fix(transformer): create new scopes for new blocks in TS transform (#3908) 2024-06-26 05:16:02 +00:00
symbol.rs perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00