swc/ecmascript/transforms/react
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
..
scripts feat(es/transforms/react): New jsx transform (#1408) 2021-02-19 14:32:53 +09:00
src fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
tests/jsx/fixture fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
Cargo.toml fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00