Skip to content

HTMLPictureElement listed twice in baselines/dom.generated.d.ts #8026

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

Closed
myitcv opened this issue Apr 12, 2016 · 1 comment
Closed

HTMLPictureElement listed twice in baselines/dom.generated.d.ts #8026

myitcv opened this issue Apr 12, 2016 · 1 comment
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue

Comments

@myitcv
Copy link

myitcv commented Apr 12, 2016

@zhengbli creating a follow-up issue to #7619 (comment)

Confirmed problem still exists in 1.9.0-dev.20160412:

$ ./node_modules/.bin/tsc --version
Version 1.9.0-dev.20160412
$ grep -n 'var HTMLPictureElement' node_modules/typescript/lib/* | grep dom\.d\.ts
node_modules/typescript/lib/lib.dom.d.ts:6679:declare var HTMLPictureElement: {
node_modules/typescript/lib/lib.dom.d.ts:13681:declare var HTMLPictureElement: {
@mhegazy mhegazy added Bug A bug in TypeScript Fixed in TSJS repo labels Apr 12, 2016
@mhegazy mhegazy added this to the TypeScript 2.0 milestone Apr 12, 2016
@zhengbli zhengbli added Fixed A PR has been merged for this issue and removed Fixed in TSJS repo labels Apr 27, 2016
@mhegazy mhegazy added the Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript label Apr 27, 2016
@myitcv
Copy link
Author

myitcv commented Apr 29, 2016

Thanks - confirmed fixed as of 1.9.0-dev.20160429

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants