Skip to content

Normalizing runtime ES5 compatibility #1895

Open
@tomrav

Description

@tomrav

We're currently manually maintaining our runtime code as ES5 compatible.

This can break some of our users when we slip up and introduce code that is not ES5 compatible.

We need to decide if going forward we'd like to:

  • simply transpile the entire runtime package to ES5 (and maybe add some checks for size/content?)

OR

  • add some validation (eslint?) to check that all code in our runtime is in fact ES5 compliant

Other options may exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    runtimeRuntime APItech debtUpdates, upgrades, stale code and work-arounds

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions