Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gatsby-plugin-mdx): stop using "babylon" as parser in test #20041

Merged
merged 1 commit into from
Dec 10, 2019

Conversation

pvdz
Copy link
Contributor

@pvdz pvdz commented Dec 10, 2019

Minor fix. Was seeing the warning while running yarn jest, now I don't.

Backstory: The Babel parser used to be called Babylon and you still see this name come back every now and then. In fact, we still have a sub-dependency on the old babylon parser (yarn why babylon). But that's not super relevant for us.

@pvdz pvdz requested a review from a team as a code owner December 10, 2019 15:06
@pvdz pvdz added the bot: merge on green Gatsbot will merge these PRs automatically when all tests passes label Dec 10, 2019
@gatsbybot gatsbybot merged commit 5cf6ed1 into master Dec 10, 2019
@delete-merged-branch delete-merged-branch bot deleted the babylon-prettier branch December 10, 2019 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants