lib.dom.d.ts contains interface Account
#42440
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Help Wanted
You can do this
Milestone
Bug Report
🔎 Search Terms
https://github.com/microsoft/TypeScript/issues?q=is%3Aissue+is%3Aopen+lib.dom.d.ts+Account
Following issues seem related, but none suggests removal of the
Account
interface: #32845, #19040, #23595🕗 Version & Regression Information
?
⏯ Playground Link
N/A
💻 Code
TypeScript/lib/lib.dom.d.ts
Lines 25 to 31 in 2f47527
🙁 Actual behavior
interface Account
is present in lib.dom.d.ts without an explanation in comment or git commit message.🙂 Expected behavior
There is no real DOM API with such interface => should be either removed or explained with a comment.
Maybe it was created by webscraping MDN? https://developer.mozilla.org/en-US/account/ page exists and it displays info similar to the interface for logged in users ¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered: