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

Support for template literals and tag functions #273

Closed
rozek opened this issue Aug 9, 2024 · 1 comment
Closed

Support for template literals and tag functions #273

rozek opened this issue Aug 9, 2024 · 1 comment

Comments

@rozek
Copy link

rozek commented Aug 9, 2024

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

@NeilFraser
Copy link
Owner

Template literals are a feature of ES6: https://www.geeksforgeeks.org/introduction-to-es6/#template-literal

JS-Interpreter is ES5 only: #186

@NeilFraser NeilFraser closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants