oxc/crates/oxc_syntax/src
2024-02-05 14:16:29 +08:00
..
assumptions.rs feat(transformer_conformance): read plugins options from babel options.json (#1006) 2023-10-17 14:52:51 +08:00
class.rs refactor(semantic): improve ClassTable implmention and merge properties and methods to elements (#1902) 2024-01-05 18:38:51 +08:00
identifier.rs refactor(parser): make is_identifier methods consistent 2024-01-23 11:05:17 +08:00
lib.rs feat(ast): remove serde skip for symbol_id and reference_id (#2220) 2024-01-30 21:03:05 +08:00
module_record.rs feat(linter): add eslint-plugin-import(export) rule (#1654) 2023-12-13 23:12:45 +08:00
node.rs chore: omit warning for unused TS_APPEND_CONTENT 2024-02-01 14:07:40 +08:00
operator.rs feat(ast): TypeScript definition for wasm target (#2158) 2024-01-30 15:43:03 +08:00
precedence.rs fix(codegen): add parenthesis in binary expression by precedence (#2067) 2024-01-17 23:01:42 +08:00
reference.rs chore: omit warning for unused TS_APPEND_CONTENT 2024-02-01 14:07:40 +08:00
scope.rs chore: omit warning for unused TS_APPEND_CONTENT 2024-02-01 14:07:40 +08:00
symbol.rs fix(semantic): remove unnecessary SymbolFlags::Import (#2311) 2024-02-05 14:16:29 +08:00
xml_entities.rs feat(transformer/jsx): escape xhtml in jsx attributes (#1088) 2023-10-29 15:16:50 +08:00