Skip to content

Commit 49ec6f4

Browse files
authored
Default parser to babylon (#176)
1 parent 011428e commit 49ec6f4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/sour-starfishes-laugh.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": minor
3+
---
4+
5+
Default parser to babylon

src/transforms/v2-to-v3/transformer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ const transformer = async (file: FileInfo, api: API) => {
6060
};
6161

6262
export default transformer;
63+
64+
export const parser = "babylon";

0 commit comments

Comments
 (0)