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

Spread with string #166

Closed
jeno5980515 opened this issue Oct 25, 2018 · 2 comments
Closed

Spread with string #166

jeno5980515 opened this issue Oct 25, 2018 · 2 comments

Comments

@jeno5980515
Copy link

There is a problem when spread with string.

For example:
[..."abcde"]

Buble will transform the format into [].concat("abcde"), so the result will be wrong. (["abcde"])

The result should be ["a", "b", "c", "d", "e"]

@adrianheine
Copy link
Member

Closely related to #81.

@adrianheine
Copy link
Member

Closing this in favor of #131.

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

2 participants