-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Create DOM-Level specific dom-version.d.ts #2481
Comments
I think this is a good idea. I also feel that the DOM APIs should be broken out into a dedicated I'm not sure how I feel about a dedicated compiler target just for the DOM -- it's just another API. |
would not https://github.com/borisyankov/DefinitelyTyped be a better place for this. users can include #4168 includes a proposal to allow for picking up pieces of the default library, with this in place, it should be simple to do something like
to get your @LPGhatguy and @SergioMorchon would this be sufficient to address your scenarios? |
I don't feel that DefinitelyTyped is the appropriate place for first-class browser API definitions to live. Augmenting existing type definitions given in What qualifies a method to be a DOM API candidate for inclusion in |
ECMAScript defines the basics of the script language, but It doesn't competes with the DOM Level API.
DOM API goes separately, as for example the level 2 (see http://www.w3.org/TR/DOM-Level-2-Core/).
Some scenarios, mainly Enterprise ones, Works with legacy version of browsers, which mixes versions of ECMAScript and DOM.
It would be great if we can choose the ES version and the DOM API versión (if we want one... nodejs apps?).
The text was updated successfully, but these errors were encountered: