swc/crates/swc_ecma_parser/src/lexer
2023-01-27 06:57:19 +00:00
..
comments_buffer.rs fix(es/parser): Don't attach comments to ; (#3720) 2022-02-24 07:23:53 +00:00
input.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
jsx.rs feat(es/parser): Improve jsx lexer (#5805) 2022-09-11 00:03:51 +09:00
mod.rs fix(es/parser): Fix parsing of regexp (#6469) 2022-11-18 07:16:22 +00:00
number.rs perf(es/parser): Optimize memory layout (#5833) 2022-09-12 05:14:09 +00:00
state.rs fix(es/parser): Fix parsing of generics (#6859) 2023-01-27 06:57:19 +00:00
tests.rs fix(es/parser): Fix parsing of regexp (#6469) 2022-11-18 07:16:22 +00:00
util.rs fix(es/parser): Keep comments of the RHS of a binary expression (#5812) 2022-09-11 02:58:06 +00:00