swc/crates/swc_ecma_parser/tests
Donny/강동윤 367ac825f6
refactor(es/parser): Make lexer not generic over Input (#6993)
**Description:**

Currently, it uses `StringInput` as the input type, but I'll refactor it to use `String` or `Vec<u8>` directly to optimize it further.

**Related issue:**

 - https://github.com/swc-project/swc/discussions/6991
2023-02-28 08:20:29 +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 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
js/stack-overflow fix(es/parser): Fix stack overflow due to deeply nested if (#6910) 2023-02-07 14:33:13 +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 test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +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 feat(es/parser): Support auto accessors (#6981) 2023-02-28 06:39:25 +00:00
typescript feat(es/typescript): Support export type * from "mod" (#6867) 2023-02-28 06:01:37 +00:00
typescript-errors feat(es/typescript): Support const modifier on type parameters (#6672) 2023-01-10 05:08:29 +00:00
comments.rs test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00
errors.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
js.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
jsx.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
span.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
test262.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
typescript.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
visitor.rs refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00