You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should parse - there may be some conflicts that I'm not aware of and if that's the case I'd love to learn more!
letfoo= (moduleFoo, baz) =>Foo.bar(baz);
This version currently parses with no issues.
letfoo= ((moduleFoo), baz) =>Foo.bar(baz);
This is closely related to #1605 but the paren wrapping wasn't explicitly called out and I think they can be fixed independently. If it makes sense to merge them then feel free to close this out!
The text was updated successfully, but these errors were encountered:
I think this should parse - there may be some conflicts that I'm not aware of and if that's the case I'd love to learn more!
This version currently parses with no issues.
This is closely related to #1605 but the paren wrapping wasn't explicitly called out and I think they can be fixed independently. If it makes sense to merge them then feel free to close this out!
The text was updated successfully, but these errors were encountered: