-
Notifications
You must be signed in to change notification settings - Fork 30
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
What's problem with this JSXBIN? #54
Comments
Could you please send me the script in question? |
rename -> txt -> jsxbin |
The script you sent me somehow uses two reserved keywords in javascript: |
@AngeloD2022 consider this var foo = {
"default": true,
"static": true
}; exports to following .jsxbin using vscode extension.
.jsx produced by /*
* Decompiled with Jsxer
* Version: 1.7.3
* JSXBIN 2.0
*/
var foo = {default: true, static: true}; Execution of generated .jsx fails with |
Interesting observation. I'll have to look further into this. |
i have recently came across a JSXBIN when you try to decompile it it succesfully decompile but can't recompile with extended script it says illigal use of word "default" and also say illigal use of word "static"
The text was updated successfully, but these errors were encountered: