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

Node harmony Map doesn't support forEach #1

Open
villadora opened this issue Oct 1, 2013 · 0 comments
Open

Node harmony Map doesn't support forEach #1

villadora opened this issue Oct 1, 2013 · 0 comments

Comments

@villadora
Copy link
Owner

which make it hard to remove the dependency to 'harmony-collections' in the future. No iterator make the harmony implemented Map useless, because we don't know which is stored in it.

And now once people open node '--harmony' option, will make the native Map, the one without 'forEach' implementation, just get up, that will break this lib.

Make an option to let user disable the Map usage in this lib.

Without Map, all the keys will be treated as string.

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

1 participant