Skip to content

Commit c74fb09

Browse files
authored
Do not apply babeljs to the transform file (#444)
1 parent 4864012 commit c74fb09

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/few-lemons-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Do not apply babeljs to the transform file

src/utils/getJsCodeshiftParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const getJsCodeshiftParser = () =>
7171
babel: {
7272
display_index: 0,
7373
flag: true,
74-
default: true,
74+
default: false,
7575
help: "apply babeljs to the transform file",
7676
},
7777
extensions: {

0 commit comments

Comments
 (0)