swc/crates/swc_ecma_transforms_base
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
..
benches chore(es/transforms): Setup parallel benchmark (#5974) 2022-09-28 06:40:31 +00:00
scripts/instrument chore(es/transforms): Setup parallel benchmark (#5974) 2022-09-28 06:40:31 +00:00
src refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
tests refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00
Cargo.toml chore: Publish crates 2023-02-28 06:42:16 +00:00