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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: