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 Jan 7, 2023
1 parent ad3a4c9 commit fff59fa
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 @@ -60,3 +60,5 @@ const transformer = async (file: FileInfo, api: API) => {
};

export default transformer;

export const parser = "babylon";

0 comments on commit fff59fa

Please sign in to comment.