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
Turns out it's quite a challenge to google for this.
Are there (newer) alternatives to JS-Interpreter that offer the same support for async as sync and other features, and out of the box ES6+ keywords/statements e.g. let, const?
Without having to use Babel.
Not supporting ES6+ is not a show stopper, I'm just looking at replicating Google App Scripts language support.
I've actually had a pretty good experience using Babel to pre-process code and a source-map aware wrapper around this library to run and display it. Not perfect (babel generates a lot of code for async functions, which must be crunched by the interpreter), but it works.
Turns out it's quite a challenge to google for this.
Are there (newer) alternatives to JS-Interpreter that offer the same support for async as sync and other features, and out of the box ES6+ keywords/statements e.g. let, const?
Without having to use Babel.
Not supporting ES6+ is not a show stopper, I'm just looking at replicating Google App Scripts language support.
Nothing listed here is an alternative:
https://en.wikipedia.org/wiki/List_of_ECMAScript_engines
Did read this:
#186
CodeCity doesn't look active.
The text was updated successfully, but these errors were encountered: