Skip to content

Remove the of statements #15

Closed
Closed
@roccomuso

Description

@roccomuso

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions