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 011428e commit e332d82
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 e332d82

Please sign in to comment.