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
function ident(x) { return x; } var Foo = ident(class Foo {})
Throws:
error TS9003: 'class' expressions are not currently supported.
I believe that is a valid ES6 syntax, and it should work.
The text was updated successfully, but these errors were encountered:
We are adding the support for class expressions currently. class expressions should be fully supported in 1.6.
Sorry, something went wrong.
#497 is the main source of discussion
No branches or pull requests
Throws:
I believe that is a valid ES6 syntax, and it should work.
The text was updated successfully, but these errors were encountered: