mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 16:14:37 +00:00
* [jquery] Add detailed deprecation notices. * [jquery] Add `jQuery.nodeName()`. * [sizzle] Add named interfaces for `Selectors` properties. * [jquery] Add `jQuery.expr`. * [jquery] Add `jQuery.easing`. * [jquery] Improve formatting of `@deprecated` tags. WebStorm will not add padding between the description and deprecated text. To improve readability, a zero-width space and space is added to deprecated text to force padding. VS Code will collapse white space causing detailed deprecation notices to start adjacent to the `@deprecated` tag if there is no header. A minimal header is added where necessary. WebStorm renders line breaks in JSDoc. This may cause unintentional wrapping of text for `@deprecated` tags. To avoid this, line breaks are not used in deprecated text unless it's intended to render a line break there. This also fixes broken non-http `@link` tags and ensures that they render consistently.