-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
We might consider the idea to switch from a for (w of st.keys())
statement to a more common one Object.keys(st.keys())
... right now webpack's uglify doesn't support the of
keyword.
If we change this loop syntax with an older one, anyone can build and use the module also on the browser.
chrvadala
Metadata
Metadata
Assignees
Labels
No labels