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

Temporarily remove optional chaining in nesting plugin #7077

Merged
merged 2 commits into from Jan 15, 2022

Conversation

RobinMalfait
Copy link
Contributor

This PR is a quick fix:

The optional chaining breaks on Node versions lower than version 13. Normally
we transpile everything, but we currently don't do this for the nesting plugin
since it is not really part of the src folder.

Will get this fixed in a better way, but for now this is a quick fix to
get everything working again!

This breaks on Node versions lower than version 13. Normally we
transpile everything, but we currently don't do this for the nesting
plugin since it is not really part of the `src` folder.

Will get this fixed in a better way, but for now this is a quick fix to
get everything working again!
@RobinMalfait RobinMalfait changed the title Temporarely remove optional chaining in nesting plugin temporarily remove optional chaining in nesting plugin Jan 15, 2022
@RobinMalfait RobinMalfait changed the title temporarily remove optional chaining in nesting plugin Temporarily remove optional chaining in nesting plugin Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant