Skip to content

Commit

Permalink
Default parser to babylon (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jan 7, 2023
1 parent 011428e commit 49ec6f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-starfishes-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aws-sdk-js-codemod": minor
---

Default parser to babylon
2 changes: 2 additions & 0 deletions src/transforms/v2-to-v3/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ const transformer = async (file: FileInfo, api: API) => {
};

export default transformer;

export const parser = "babylon";

0 comments on commit 49ec6f4

Please sign in to comment.