-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Open
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptEffort: CasualGood issue if you're already used to contributing to the codebase. Harder than "good first issue".Good issue if you're already used to contributing to the codebase. Harder than "good first issue".Help WantedYou can do thisYou can do thisVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From @yukulele on October 5, 2017 12:7
- VSCode Version: 1.16.1
- OS Version: macOS Sierra 10.12.6
Steps to Reproduce:
- Create this code in typescript file
const elm = document.createElement('main')
elm
is typed asHTMLElement
instead ofHTMLMainElement
lib.dom.d.ts
is not up to date
how to update it without wait for vscode update ?
Reproduces without extensions: Yes
Copied from original issue: microsoft/vscode#35620
yukulele
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptEffort: CasualGood issue if you're already used to contributing to the codebase. Harder than "good first issue".Good issue if you're already used to contributing to the codebase. Harder than "good first issue".Help WantedYou can do thisYou can do thisVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue