Skip to content

Set() has a name clash with the ES6 Set object #215

Open
@nigelmegitt

Description

@nigelmegitt

The class/function corresponding to the TTML set element is called Set, but there is already an ES6 standard object called Set, so this is likely to cause confusion or errors in the future (especially if we adopt ES6 as per #214). Consider renaming it to something without a name clash.

It's possible that there are other name clashes too; I haven't checked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions