-
Notifications
You must be signed in to change notification settings - Fork 892
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
Strange behavior of QuickJS interpreter #338
Comments
Here is a more telling test:
node outputs this:
while QuickJS outputs this:
The problem is in If you type
|
I.e. if |
I am trying to run following code:
Error in QuickJS:
In Node.js that code work without problems, but it does not on QuickJS. I don't understand why.
Note: if I will run
console.log({a:2})
in REPL, then it will work without problems!QuickJS version 2024-01-13
Termux on Android 9.0 Go
I installed it (QuickJS) by:
pkg i quickjs
The text was updated successfully, but these errors were encountered: