oxc/crates/oxc_syntax/src
overlookmotel 4f59c4fdfc
refactor(syntax): reformat identifier byte tables (#2111)
Not a substantive change, just reformatting the ASCII byte tables in
`oxc_syntax`.

In my opinion, this makes them easier to read.
2024-01-22 13:45:12 +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(syntax): reformat identifier byte tables (#2111) 2024-01-22 13:45:12 +08:00
lib.rs feat(semantic): add ClassTable (#1793) 2023-12-25 23:59:35 +08:00
module_record.rs feat(linter): add eslint-plugin-import(export) rule (#1654) 2023-12-13 23:12:45 +08:00
operator.rs fix(codegen): add parenthesis in binary expression by precedence (#2067) 2024-01-17 23:01:42 +08:00
precedence.rs fix(codegen): add parenthesis in binary expression by precedence (#2067) 2024-01-17 23:01:42 +08:00
reference.rs feat(transformer/typescript): remove import if only have type reference (#2001) 2024-01-13 08:52:14 +00:00
scope.rs feat(semantic): allow reserved keyword defined in ts module block (#1907) 2024-01-06 12:56:27 +08:00
symbol.rs feat(playground): visualize symbol (#1886) 2024-01-04 15:36:31 +08:00
xml_entities.rs feat(transformer/jsx): escape xhtml in jsx attributes (#1088) 2023-10-29 15:16:50 +08:00