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

const keyword isn't supported #698

Open
johnnyman727 opened this issue Jan 10, 2015 · 1 comment
Open

const keyword isn't supported #698

johnnyman727 opened this issue Jan 10, 2015 · 1 comment

Comments

@johnnyman727
Copy link
Contributor

const foo = 'hello';
console.log(foo);

Expected output:

hello

Actual output:

SyntaxError: Unexpected token
@rwaldron
Copy link
Contributor

Please be careful implementing this—the version of let and const that are currently shipping in the version of v8 that nose is bound to is an obsolete implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants