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
Symbol.hasInstance
toString
Object
allow types annotations in JS files
some rule proposal:
what errors should here:
is it a design goal to get to a 0 errors in a .js file without using type annotations?
we need to enable it for all files, or specific file by file to allow ppl to move from one file to another
should strict-null-checks be on by default?
checkJS as a new flag to allow errors in all .js files
checkJS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instanceof requires callable or constructable right-hand side
Symbol.hasInstance
?toString
makes the class not anObject
. will cause issues other than this.interfaces, spread and own/enumerable properties
Configurable errors in JS
allow types annotations in JS files
some rule proposal:
what errors should here:
is it a design goal to get to a 0 errors in a .js file without using type annotations?
we need to enable it for all files, or specific file by file to allow ppl to move from one file to another
should strict-null-checks be on by default?
checkJS
as a new flag to allow errors in all .js filesThe text was updated successfully, but these errors were encountered: