swc/ecmascript/parser
강동윤 6941f29943
fix(swc): Fixes for typescript type checker (#1146)
swc_ecma_codegen:
 - Fix codegen of `TsConstructorSignature`.
 - Fix codegen of `TsIndexSignature`.
 - Fix codegen of type parameters in arrow expressions.
 - No panic on dummy span.

swc_ecma_parser:
 - Parse optoinal method correctly.

swc_ecma_transforms:
 - resolver: Handle type parameters in arrow expressions.
2020-12-27 18:18:30 +09:00
..
benches Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
examples swc_bundler (#943) 2020-08-12 22:18:47 +09:00
macros swc.rs (#1085) 2020-09-21 22:53:48 +09:00
scripts Improve typescript parser (#811) 2020-06-02 19:22:41 +09:00
src fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
tests fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
.gitignore Improve typescript parser (#811) 2020-06-02 19:22:41 +09:00
Cargo.toml fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00