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
https://google.github.io/traceur-compiler/demo/repl.html#function%20Fn%20()%20%7B%0A%20%20const%20isConstructed%20%3D%20(new.target%20%3D%3D%3D%20Fn)%3B%0A%7D
function Fn () { const isConstructed = (new.target === Fn); }
Output from traceur
traceured.js:2:29: Unexpected token .
The text was updated successfully, but these errors were encountered:
Also see #2107 (comment)
Sorry, something went wrong.
No branches or pull requests
https://google.github.io/traceur-compiler/demo/repl.html#function%20Fn%20()%20%7B%0A%20%20const%20isConstructed%20%3D%20(new.target%20%3D%3D%3D%20Fn)%3B%0A%7D
Output from traceur
The text was updated successfully, but these errors were encountered: