-
Notifications
You must be signed in to change notification settings - Fork 30.6k
[@types/underscore] Collection and Array Tests - OOP, Chain, and Chunk #45304
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
typescript-bot
merged 24 commits into
DefinitelyTyped:master
from
reubenrybnik:underscore-tests-chain-chunk
Jun 18, 2020
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
6402c69
Updating both underscore and chain to have three overloads - one for …
mness-cc 4e0e575
Updating Underscore.value to return the wrapped value type instead of…
mness-cc b559905
Updating _Chain.chain to continue chaining the wrapped value type.
mness-cc 5daf47b
Removing the _ChainSingle interface in favor of always using _Chain s…
mness-cc 4335411
Adding tests for OOP Style and Chaining.
mness-cc 2159f89
Adding myself to the set of Underscore type definition authors.
mness-cc 6014702
Adding a newline back to the end of the tests file.
mness-cc f1ab657
Moving the minimum supported TS version to 3.0 so unknown can be used…
mness-cc 70f6bf3
Making some updates to summary comments.
mness-cc 78a3270
Removing extra lines in tests.
mness-cc a32ea9b
Updating chunk.
mness-cc 21c1724
Adding tests for chunk.
mness-cc 934b3e6
Changing the minimum TS version back to 2.8 since I probably won't ne…
mness-cc 5071964
Reordering tests so new ones are appended to the file rather than pre…
mness-cc a3e0501
Adding a newline to the end of underscore-tests.ts.
mness-cc a7903e8
Removing tests that explicitly specify generics and moving $ExpectTyp…
mness-cc ef26362
Adding tests for more specific list and dictionary types, switching t…
mness-cc 83a553f
Fixing incorrect JSDoc terminators for chunk functions.
mness-cc 93fcb9c
Adding the example from #7931 as a test to verify that it works when …
mness-cc c0d7c8c
Revert "Removing the _ChainSingle interface in favor of always using …
mness-cc 8f291ae
Updating the Collection type to be more accurate and useful.
mness-cc f21a05c
Updating _ChainSingle to be an alias to _Chain<TypeOfCollection<V>, V>.
mness-cc 735461e
Also updating the Underscore and chain functions to use never for ite…
reubenrybnik 3835c33
Adding a few more tests around ChainSingle results.
reubenrybnik 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
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.