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

Fix bug in RecursiveAstVisitor #1389

Merged
merged 1 commit into from Jul 7, 2021
Merged

Fix bug in RecursiveAstVisitor #1389

merged 1 commit into from Jul 7, 2021

Conversation

jathak
Copy link
Member

@jathak jathak commented Jul 7, 2021

It looks like the body of visitParenthesizedExpression was accidentally removed when the type parameter was removed from this class.

This will fix sass/migrator#202 once it's merged and we cut a new migrator release.

It looks like the body of `visitParenthesizedExpression` was accidentally removed when the type parameter was removed from this class.
@jathak jathak requested a review from nex3 July 7, 2021 17:16
@jathak jathak merged commit 3942ac4 into main Jul 7, 2021
@jathak jathak deleted the recursive-ast-fix branch July 7, 2021 18:41
@jathak
Copy link
Member Author

jathak commented Jul 7, 2021

Should I wait for a Dart Sass release or should I work around this in the migrator to get out a release now?

@nex3
Copy link
Contributor

nex3 commented Jul 7, 2021

Either way is fine—you can also feel free to cut a Dart Sass release just for this if you want.

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.

division: it fails to convert on some expressions
2 participants