Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

ES6 Support #24

@TopchetoEU

Description

@TopchetoEU

Currently, the engine has good ES5 support. However, for any real-world application having ES6 support is imperative.

The following features ought to be implemented:

The following will NOT be implemented:

  • eval() - brings multiple complexities into the project, mostly with the resolution of variables in the runtime, for the benefit of a feature which is unsafe and has the better alternative of the Function constructor
  • Non-strict context (aka JS code will be compiled and run "use strict" implied)

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