Skip to content

The Parser for ModuleRenaming fails to skip some spaces #4864

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

Closed
ekmett opened this issue Nov 5, 2017 · 2 comments · Fixed by #5514
Closed

The Parser for ModuleRenaming fails to skip some spaces #4864

ekmett opened this issue Nov 5, 2017 · 2 comments · Fixed by #5514
Assignees

Comments

@ekmett
Copy link
Member

ekmett commented Nov 5, 2017

(Foo as Bar) parses, ( Foo as Bar) does not.

This leads to particularly awkward multi-line mixins.

It just looks like a couple of calls to Parse.skipSpaces were missed.

@fgaz
Copy link
Member

fgaz commented Feb 15, 2021

Was this fixed in #5293 ?

@phadej
Copy link
Collaborator

phadej commented Feb 15, 2021

I think so. (ditto other issue)

@fgaz fgaz linked a pull request Feb 15, 2021 that will close this issue
@fgaz fgaz closed this as completed Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants