Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 support #305

Open
marie-j opened this issue Dec 23, 2021 · 0 comments
Open

ES6 support #305

marie-j opened this issue Dec 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@marie-j
Copy link

marie-j commented Dec 23, 2021

Is your feature request related to a problem? Please describe.
Currently when trying to write Javascript expression due to Otto limitation we are obliged to use only ES5 features.
This can be painful as we have to rewrite existing functions in some cases (Example: we have to use a for loop instead of using Array.prototype.find)

Describe the solution you'd like
Be able to write Javascript expression using ES6 features

Describe alternatives you've considered
For instance: https://github.com/dop251/goja

Additional context

@marie-j marie-j added the enhancement New feature or request label Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant