Chau Tran
|
4b21ab9502
|
docs(js): remove experimental description on swc compiler
|
2022-01-20 12:33:44 -05:00 |
|
Jack Hsu
|
2b376be209
|
feat(js): use same asset handler for both tsc and swc (#8615)
|
2022-01-20 15:04:39 +00:00 |
|
Victor Savkin
|
9e75918154
|
feat(core): speed up file map creation (#8597)
|
2022-01-19 15:30:21 -05:00 |
|
Jack Hsu
|
4070eaec15
|
feat(js): improve watch mode support for tsc and swc builds (#8502)
|
2022-01-19 11:37:04 -05:00 |
|
Linbudu
|
b0ffcdd0c8
|
cleanup(js): add missing package.json fields (#8510)
|
2022-01-14 11:54:53 -05:00 |
|
Jack Merrill
|
931ba3a115
|
fix(js): fix npm module resolving (#8316) (#8352)
* fix(js): fix npm module resolving (#8316)
* fix(js): add secondary npm module check
(nrwl#8316)
|
2022-01-14 10:33:33 -06:00 |
|
Chau Tran
|
978cfe942d
|
fix(testing): turn swc/jest back on for react, web, and js (#8464)
|
2022-01-11 09:28:30 -05:00 |
|
Phillip Barta
|
8abcaab7c3
|
fix(misc): dont publish jest.config.js files (#8341)
|
2022-01-07 14:10:24 -05:00 |
|
Chau Tran
|
22c6ddb73d
|
fix(js): adjust how to pass information down to swc cli (#8298)
|
2022-01-05 20:28:49 -05:00 |
|
Victor Savkin
|
53767a89c1
|
fix(js): mark swc as experimental
|
2021-12-23 20:12:19 -05:00 |
|
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 |
|