219 Commits

Author SHA1 Message Date
Chau Tran
214ef8ac4f chore(testing): adjust tests that are affected by removing swc 2021-12-23 19:56:58 -05:00
Chau Tran
f97961d865 fix(testing): remove 'swc' from compiler option for jest generators
@swc/jest is not currently working as it's supposed to. at least, with single .swcrc file.
2021-12-23 19:56:58 -05:00
Jay Bell
655cc69325
feat(js): export lib and app generator functions (#8266) 2021-12-23 10:32:24 -05:00
Chau Tran
592d0e9aba fix(js): ensure copy assets and packageJson is executed for swc executor 2021-12-22 18:09:08 -05:00
Chau Tran
1139c616e1 feat(js): add nrwl/js:node executor to serve node apps 2021-12-22 10:33:02 -05:00
Juri
454852e55c fix(js): adjust generator arg from name -> project s.t. it is picked up in Nx Console 2021-12-21 17:06:03 +01:00
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
Kirils L
015f1b78f4
feat(web): support swc compiler (#7997) 2021-12-09 21:16:35 +00:00
Chau Tran
01417d2a9b
fix(js): recommit - expose schematics and builders for angular devkit (#8030)
ISSUES CLOSED: #8021
2021-12-07 00:50:23 -06:00
Chau Tran
1e577e4068
fix(js): adjust runTypeCheck util to use readTsConfig from nrwl/workspace (#7957) 2021-11-30 18:06:14 -05:00
Jack Hsu
7698ee9a65
feat(js): add type checking util (for use with SWC) (#7909) 2021-11-29 10:37:10 -05:00
James Henry
98ffe8574b feat(linter): support eslint v8 (#7800)
* feat(core): support eslint v8

* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
Jason Jean
448923a1b1
chore(repo): update nx to 13.2.0-rc.4 (#7796) 2021-11-18 16:56:36 -05:00
Victor Savkin
fcecebeb3a feat(js): add library and app generators 2021-11-15 21:29:28 -05:00
Craigory Coppola
d28f571874
feat(js): create @nrwl/js package and move @nrwl/workspace:tsc to it (#7604) 2021-11-12 16:41:30 -06:00