-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
lib.ie.d.ts #13919
Comments
For context, we generate the DOM types automatically from the Edge (previously IE) webidl files. This makes it much easier for us to keep the file update, and gives us fairly accurate declarations. you can find more information about how this is done in https://github.com/Microsoft/TSJS-lib-generator. The main reason IE-specific declarations were removed, is that Edge decided to remove them, and become more standard-compliant. Similar to microsoft/TypeScript-DOM-lib-generator#101, we have no plans to go add additional files to the library (primarily because of the cost of creation and maintenance); but if some one is instead in automatically building these files from web idl, or any other consistent source, we would be happy to host them as variant library, or on Definitely typed. |
I can add @types/ie you package, it is not a problem. |
IE specific functions have been removed from lib.d.ts, see #3953.
Can we have lib.ie.d.ts with IE specific functions which will be manually added if someone needs old IE suppor t?
The text was updated successfully, but these errors were encountered: