-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Regression in nightly build use of this
type?
#12490
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
@mhegazy et al - any thoughts on this? |
@mhegazy I'd like to be able to get back to using the latest nightly, help to flush out issues on your side and ours. But because of this issue, the nightly build is broken from our perspective. Do you have any indication on when this will be fixed? Or are there bigger question that arise out of #12433 that need addressing/thinking about first? Thanks |
i need to update the script that generates the file in https://github.com/Microsoft/TSJS-lib-generator. I have not had a chance to do that. PRs are always welcomed. |
@mhegazy this bug is present in the now released 2.1.4 and 2.1.5. One thing I'm not clear on is why this isn't breaking for more people? |
It's hard to tell if this was fixed or not - the DOM lib types have changed and let image = new Image();
image.addEventListener('load', function () {
this // HTMLImageElement
}) I think that the issue can be closed for housekeeping purposes, cc @RyanCavanaugh |
Easiest explained via the repro steps:
But then
This has the obvious impact:
Is this an intentional change?
The text was updated successfully, but these errors were encountered: