swc/crates/swc_ecma_parser/tests
Donny/강동윤 fbd32fbff3
fix(es/parser): Fix span of BindingIdent (#8859)
**Related issue:**

 - Closes #8856
2024-04-15 05:01:36 +00:00
..
binding-pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
comments chore: Update dependencies (#8514) 2024-01-18 14:04:09 +00:00
common refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
errors fix(es/typescript): Handle accessibility in private method (#8689) 2024-03-04 07:46:31 +00:00
js fix(es/parser): Allow export after decorators when valid (#8739) 2024-03-14 01:30:49 +00:00
jsx feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
shifted/empty-with-comments refactor(common): Debug-print spans more compactly (#8746) 2024-03-17 13:03:14 +00:00
span fix(es/parser): Fix span of BindingIdent (#8859) 2024-04-15 05:01:36 +00:00
test262-error-references/fail refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
test262-parser@0e808c74fb refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tsc fix(es/parser): Fix span of BindingIdent (#8859) 2024-04-15 05:01:36 +00:00
typescript fix(es/parser): Fix span of BindingIdent (#8859) 2024-04-15 05:01:36 +00:00
typescript-errors fix(es/parser): Fix span of BindingIdent (#8859) 2024-04-15 05:01:36 +00: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 fix(es/parser): Allow export after decorators when valid (#8739) 2024-03-14 01:30:49 +00:00
jsx.rs refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09:00
span.rs refactor(es/ast): Improve type definitions of patterns (#8532) 2024-02-05 15:32:52 +09: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 conformance test suite from tsc (#8834) 2024-04-11 07:22:56 +00:00
visitor.rs refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00