Skip to content

Commit

Permalink
[jquery] Split up declarations to stay under GitHub limits. Improve d…
Browse files Browse the repository at this point in the history
…ocumentation. (DefinitelyTyped#29831)

* [jquery] Split `JQueryStatic` into its own file.

* [jquery] Split `JQuery` into its own file.

* [jquery] Split `JQuery` namespace into its own file.

* [jquery] Split legacy types into their own file.

* [jquery] Remove hard line breaks from documentation descriptions.

WebStorm treats line breaks in descriptions as line breaks when rendering descriptions in tooltips. This causes unintentional early wrapping of text.

* [jquery] Remove extra line after descriptions.

* [jquery] Audit lint rules.

* [jquery] Improve documentation for API methods which have had their signatures unified.
  • Loading branch information
leonard-thieu authored and sheetalkamat committed Oct 18, 2018
1 parent 199476a commit 5348b35
Show file tree
Hide file tree
Showing 11 changed files with 31,772 additions and 32,583 deletions.
12,762 changes: 12,762 additions & 0 deletions types/jquery/JQuery.d.ts

Large diffs are not rendered by default.

13,051 changes: 13,051 additions & 0 deletions types/jquery/JQueryStatic.d.ts

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions types/jquery/dist/jquery.slim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/// <reference types="jquery" />

export = jQuery;
Loading

0 comments on commit 5348b35

Please sign in to comment.