oxc/crates/oxc_syntax/src
Dunqing f8565ae3cd fix(transformer/typescript): unexpectedly removed class binding from ExportNamedDeclaration (#4351)
The original `SymbolFlags` methods were a bit confusing I renamed and re-implemented them.
2024-07-18 16:44:38 +00:00
..
class.rs
identifier.rs
keyword.rs
lib.rs
module_graph_visitor.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
module_record.rs fix(semantic): export default foo should have ExportLocalName::Default(NameSpan) entry (#3823) 2024-06-22 11:09:23 +00:00
node.rs refactor(syntax): turn the AstNodeId::dummy into a constant field. (#4308) 2024-07-16 22:43:21 +00:00
number.rs
operator.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
precedence.rs
reference.rs fix(semantic): incorrect resolve references for ExportSpecifier (#4320) 2024-07-17 09:52:58 +00:00
scope.rs feat(semantic): add ScopeFlags::CatchClause for use in CatchClause (#4205) 2024-07-12 03:47:07 +00:00
symbol.rs fix(transformer/typescript): unexpectedly removed class binding from ExportNamedDeclaration (#4351) 2024-07-18 16:44:38 +00:00
xml_entities.rs