swc/crates/swc_ecma_parser/tests
2023-06-26 04:00:00 +00:00
..
binding-pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
comments test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
common feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +00:00
errors feat(es/parser): Disallow tagged tpl in optional chaining (#7515) 2023-06-12 01:37:39 +00:00
js refactor(es/ast): Reimplement optional chaining (#7441) 2023-06-12 06:47:40 +00:00
jsx fix(es/parser): Fix parsing of JSX with ASI (#6577) 2022-12-06 09:50:26 +09:00
shifted/empty-with-comments feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
span feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
test262-error-references/fail test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
test262-parser@0e808c74fb refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tsc refactor(es/ast): Remove unused fields (#7518) 2023-06-12 08:02:34 +00:00
typescript fix(es/parser): Adjust context while parsing type arguments of TypeScript type queries (#7582) 2023-06-26 04:00:00 +00:00
typescript-errors refactor(es/ast): Reimplement optional chaining (#7441) 2023-06-12 06:47:40 +00:00
comments.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
errors.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
js.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
jsx.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
span.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
test262.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +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