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
x := 'abc' println('\033[0;31m${x}\033[0m')
println(from_js_string(`\033[0;31m${x.str}\033[0m`).str) ^^ SyntaxError: Octal escape sequences are not allowed in template strings.
Compiles and runs fine
JSGen should detect this and generate string concatenation instead.
Version: Bait 0.0.3-dev c295fdc OS: linux/x64 Git: git version 2.40.1 Node.js: v19.9.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description and Reproduction Sample
Current Behavior
Expected Behavior
Compiles and runs fine
Possible Solution and Additional Information
JSGen should detect this and generate string concatenation instead.
Environment details (bait doctor)
Version: Bait 0.0.3-dev c295fdc
OS: linux/x64
Git: git version 2.40.1
Node.js: v19.9.0
The text was updated successfully, but these errors were encountered: