swc/ecmascript
강동윤 603b83291d
jsx support (#100)
swc_ecma_parser:
 - implement parser for jsx

swc_ecma_transforms:
 - implement react::jsx transform

swc_ecma_codegen:
 - implement code generator for jsx
2018-12-30 11:57:27 +09:00
..
ast jsx support (#100) 2018-12-30 11:57:27 +09:00
codegen jsx support (#100) 2018-12-30 11:57:27 +09:00
lints jsx support (#100) 2018-12-30 11:57:27 +09:00
parser jsx support (#100) 2018-12-30 11:57:27 +09:00
src Compiler baseline 2018-11-03 16:56:43 +09:00
transforms jsx support (#100) 2018-12-30 11:57:27 +09:00
Cargo.toml Groundwork for linter (#73) 2018-11-20 18:32:53 +09:00