Skip to content

Commit

Permalink
chore: default parser to babylon
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Dec 20, 2022
1 parent 8ab815a commit 74a3e96
Showing 1 changed file with 2 additions and 0 deletions.
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 @@ -40,3 +40,5 @@ export default function transformer(file: FileInfo, api: API) {

return source.toSource();
}

export const parser = "babylon";

0 comments on commit 74a3e96

Please sign in to comment.