swc/crates/swc_ecma_transforms_testing/src
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
..
lib.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00