-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Lazy.js: fix many incorrect types and improve others #69946
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
99677d1
lazy.js: delete useless array constructor overload
djcsdy 7e60b6c
lazy.js: improve type of array constructor
djcsdy 008af7f
lazy.js: delete useless object constructor
djcsdy b1870fa
lazy.js: improve type of object constructor
djcsdy 4cf058b
lazy.js: delete on function
djcsdy e49831f
lazy.js: correct Iterator constructor type
djcsdy 7cc90bc
lazy.js: correct type of first function
djcsdy fb8250b
lazy.js: correct type of indexOf function
djcsdy 1b27a44
lazy.js: correct type of last function
djcsdy 55c17fd
lazy.js: correct type of lastIndexOf function
djcsdy 75c4945
lazy.js: delete obsolete comment
djcsdy 212f73b
lazy.js: correct type of async function
djcsdy fe3049a
lazy.js: correct type of countBy function
djcsdy a7f2eba
lazy.js: correct type of find function
djcsdy 6661622
lazy.js: improve type of findWhere function
djcsdy 460306b
lazy.js: correct type of invoke function
djcsdy 05a39af
lazy.js: correct type of pluck function
djcsdy c41cd23
lazy.js: correct type of reduce function
djcsdy 4a5b2bb
lazy.js: correct type of reduceRight function
djcsdy 72ab7fd
lazy.js: correct type of toObject function
djcsdy a2108ed
lazy.js: correct type of where function
djcsdy 1235408
lazy.js: correct type of get function
djcsdy f9d4131
lazy.js: correct type of async function
djcsdy 209947c
lazy.js: correct type of defaults function
djcsdy dec779e
lazy.js: correct type of functions function
djcsdy e57ffd6
lazy.js: correct type of pairs function
djcsdy 1a996d6
lazy.js: correct type of watch function
djcsdy ccca703
lazy.js: correct type of concat function
djcsdy cd6b150
lazy.js: correct type of groupBy function
djcsdy 0389d73
lazy.js: add type guard overload for filter function
djcsdy fc36f06
lazy.js: apply code formatter
djcsdy 0d0f327
lazy.js: enable strict null checks
djcsdy 339d8d2
lazy.js: improve type of constructor function
djcsdy 6d590ad
lazy.js: improve type of concat function
djcsdy 6d71174
lazy.js: add overload of union function
djcsdy 857aed5
lazy.js: add overload of uniq function
djcsdy 5aad60b
lazy.js: delete Iterator constructor
djcsdy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.