swc/crates/swc_ecma_parser/tests
yannkaiser 8413a6c48e
fix(es/lexer): Fix typo in package keyword (#8589)
**Description:**

There is a typo in the ES lexer for the keyword `package`.

**Related issue:**

- Closes #8588
2024-02-02 10:17:48 +09:00
..
binding-pattern
comments chore: Update dependencies (#8514) 2024-01-18 14:04:09 +00:00
common feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +00:00
errors fix(es/parser): Report error for exported reserved name (#8313) 2023-11-20 21:57:51 +00:00
js feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
jsx feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
shifted/empty-with-comments feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
span perf(es/minifier): Add has_flag to Comments (#8182) 2023-10-25 22:59:03 +00:00
test262-error-references/fail chore: Update dependencies (#8514) 2024-01-18 14:04:09 +00:00
test262-parser@0e808c74fb
tsc feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
typescript feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
typescript-errors fix(es/lexer): Fix typo in package keyword (#8589) 2024-02-02 10:17:48 +09:00
comments.rs feat(es/ast): Support import attributes proposal (#7868) 2023-08-28 00:29:45 +00:00
errors.rs feat(es/ast): Support import attributes proposal (#7868) 2023-08-28 00:29:45 +00:00
js.rs feat(es/ast): Support import attributes proposal (#7868) 2023-08-28 00:29:45 +00:00
jsx.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
span.rs perf(es/minifier): Add has_flag to Comments (#8182) 2023-10-25 22:59:03 +00:00
test262.rs build(cargo): Update rustc to 2023-07-03 (#7623) 2023-07-05 03:50:43 +00:00
typescript.rs test(es): Update tsc test suite (#7323) 2023-04-24 14:59:19 +00:00
visitor.rs refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00