Skip to content

Commit 828cdb0

Browse files
committed
Addons: include jscodeshift, recast for rewriting imports
We need jscodeshift for codemods in general, and we need recast so we can use the TS parser (to get the right behavior on decorators).
1 parent e5cb289 commit 828cdb0

File tree

2 files changed

+1030
-16
lines changed

2 files changed

+1030
-16
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"ember-template-recast": "^3.3.0",
3030
"fs-extra": "^7.0.1",
3131
"glob": "^7.1.4",
32+
"jscodeshift": "^0.10.0",
3233
"nopt": "^4.0.1",
3334
"remove-empty-directories": "^0.0.1",
3435
"yargs": "^15.3.1"
@@ -37,6 +38,7 @@
3738
"assert-diff": "^2.0.3",
3839
"fixturify": "^1.0.1",
3940
"mocha": "^6.1.1",
41+
"recast": "^0.19.1",
4042
"release-it": "^13.6.0",
4143
"release-it-lerna-changelog": "^2.3.0"
4244
},

0 commit comments

Comments
 (0)