6 Commits

Author SHA1 Message Date
Jack Hsu
0a3350a661
fix(js): disable tsx support for js libs since they should go through react (#8203) 2021-12-17 04:10:31 +00:00
Jack Hsu
9e1b50b079
feat(js): generated jest project uses swc if --compiler=swc (#8202) 2021-12-17 03:38:42 +00:00
Noriyuki Shinpuku
f0ea52e980
feat(js): update complier options for strict mode (#8188) 2021-12-15 20:41:53 -05:00
Chau Tran
726877d103
feat(js): add SWC support (#7956)
* feat(js): add SWC support

chore(js): remove comment

fix(js): clean up typecheck after merge

fix(js): add tests to swc

* fix(js): adjust typecheck

* feat(js): add skipTypeCheck to library generator

* fix(js): use Promise.all()

* fix(js): pass in correct tsconfig path

* cleanup(js): remove comment code

* fix(js): use logger from devkit instead of console log

* fix(js): remove unintended exit log

* feat(js): add convert-to-swc generator to convert lib w/ tsc to swc

* fix(js): reexport print diagnostics
2021-12-15 12:23:50 -05:00
Jack Hsu
6d6f29439d
feat(testing): add --compiler=tsc|swc|babel option for jest project generator (#8177) 2021-12-15 14:27:53 +00:00
Victor Savkin
fcecebeb3a feat(js): add library and app generators 2021-11-15 21:29:28 -05:00