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

Array access sugar clash with ## #1004

Closed
chenglou opened this issue Jan 24, 2017 · 4 comments
Closed

Array access sugar clash with ## #1004

chenglou opened this issue Jan 24, 2017 · 4 comments

Comments

@chenglou
Copy link
Member

(this##memoizedUpdaterCallbacks).(count) = 1;

Formats to

this##memoizedUpdaterCallbacks.(count) = 1;

Then throws parse error.

@SanderSpies
Copy link
Contributor

Will pick this up after #941 lands.

@Schmavery
Copy link
Contributor

Schmavery commented Jan 24, 2017

In case it helps, I fixed an issue similar to this in #930, but guess I must have missed a case.

@chenglou
Copy link
Member Author

Bumping this slightly as we've encountered this again

@chenglou
Copy link
Member Author

Fixed in master

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

No branches or pull requests

3 participants