Skip to content

Commit

Permalink
Do not apply babeljs to the transform file (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 1, 2023
1 parent 4864012 commit c74fb09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-lemons-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aws-sdk-js-codemod": patch
---

Do not apply babeljs to the transform file
2 changes: 1 addition & 1 deletion src/utils/getJsCodeshiftParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const getJsCodeshiftParser = () =>
babel: {
display_index: 0,
flag: true,
default: true,
default: false,
help: "apply babeljs to the transform file",
},
extensions: {
Expand Down

0 comments on commit c74fb09

Please sign in to comment.