You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: