swc/crates/swc_ecma_parser/src
2024-01-21 12:05:46 +09:00
..
lexer fix(es/parser): Correctly parse the keyword (#8483) 2024-01-04 12:26:25 +00:00
parser feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
error.rs fix(es/parser): Report error for exported reserved name (#8313) 2023-11-20 21:57:51 +00:00
lib.rs fix(es/parser): Disallowing await as an identifier in class static block (#8450) 2023-12-29 08:48:24 +00:00
macros.rs refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
token.rs perf(atoms): Replace string-cache with hstr (#8126) 2023-11-07 00:51:43 +00:00