swc/ecmascript/parser/src
Donny/강동윤 ee9177b753
fix(es): Fix bugs (#2447)
swc_ecma_parser:
 - Fix parsing of jsx escapes.

swc_ecma_minifier:
 - Don't mangle name as `const` or `let`. (#2446)

swc_ecma_transforms_react:
 - Fix handling of jsx escapes. (#2351)
2021-10-16 04:25:54 +00:00
..
lexer fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
parser perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
error.rs feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
lib.rs fix(es/parser): Ensure that comments are collected (#2407) 2021-10-12 11:07:52 +09:00
macros.rs refactor(es/parser): Cleanup (#2033) 2021-08-09 23:21:43 +09:00
token.rs fix(es/parser): Fix bugs (#2255) 2021-09-23 11:32:40 +00:00