We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all: thank you very much for the JS-Interpreter - it helps a lot when JavaScript shall be used for application scripting.
However, I'm missing a few features of "real" JavaScript such as
Right now, JSI just throws a "SyntaxError: unexpected character '`'"
Are there any plans to support these nifty features?
Thanks in advance for any response!
With greetings from Germany,
Andreas Rozek
The text was updated successfully, but these errors were encountered:
Template literals are a feature of ES6: https://www.geeksforgeeks.org/introduction-to-es6/#template-literal
JS-Interpreter is ES5 only: #186
Sorry, something went wrong.
No branches or pull requests
First of all: thank you very much for the JS-Interpreter - it helps a lot when JavaScript shall be used for application scripting.
However, I'm missing a few features of "real" JavaScript such as
Right now, JSI just throws a "SyntaxError: unexpected character '`'"
Are there any plans to support these nifty features?
Thanks in advance for any response!
With greetings from Germany,
Andreas Rozek
The text was updated successfully, but these errors were encountered: