-
Notifications
You must be signed in to change notification settings - Fork 12.8k
instanceof + extended native class #13735
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
Comments
Test nightly too. It might be fixed there. |
Unless you know the nits and grits of JavaScript, don't extend natives, it does't work (FAQ). BTW: what keywords did you use to search for existing issues? This question gets asked every other day, so it seems the TS team might have to boost its discoverability, although a simple search gives plenty of good results. |
That FAQ is out of date and that specific section is no longer valid since 1.6 - I did make it as far as: #1168 - still my bad for not spotting this is a duplicate and I will close. |
TypeScript Version: 2.1.4
Expected behavior: test4 should be TRUE
Actual behavior: test4 is FALSE
The text was updated successfully, but these errors were encountered: