Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0ab4f9d
Adding type extractors and updating existing tests to use them.
reubenrybnik Jun 26, 2020
2a1f3e0
Improving handling of mixed-iterability types by simplifying the Unde…
reubenrybnik Jun 26, 2020
5f7683d
Updating TypeOfCollection to check against List and Dictionary separa…
reubenrybnik Jun 26, 2020
fba8f7e
Renaming a variable to something slightly more friendly.
reubenrybnik Jun 26, 2020
34aee46
Updating type definitions for map, pluck, filter, groupBy, and flatte…
reubenrybnik Jun 26, 2020
afe1393
Adding tests for map, pluck, filter, groupBy, and flatten.
reubenrybnik Jun 26, 2020
1955fc1
Fixing a test for @types/parse that breaks with these changes.
reubenrybnik Jun 26, 2020
8adf160
Updating more places to use returns instead of return because I want to.
reubenrybnik Jun 26, 2020
211faa9
Revising identifiers in tests.
reubenrybnik Jun 27, 2020
724a87c
Switch from $ExpectType to assignability checks for now due to an odd…
reubenrybnik Jun 27, 2020
5b3b4de
Updating a word in a comment that I forgot to update.
reubenrybnik Jun 27, 2020
8da219c
Revert "Fixing a test for @types/parse that breaks with these changes."
reubenrybnik Jun 28, 2020
75bd86d
Merge branch 'master' into underscore-tests-map-pluck-filter-groupBy-…
reubenrybnik Jun 28, 2020
eaf79ef
Fixing a typo in a variable name.
reubenrybnik Jun 28, 2020
d6dff7f
Merge branch 'master' into underscore-tests-map-pluck-filter-groupBy-…
reubenrybnik Jun 30, 2020
e2cb8fa
Dropping KeysOfUnion and TypesOfUnionProperty for now in favor of a s…
reubenrybnik Jul 3, 2020
b556c86
Reducing the dimensions of a deep flatten and changing the names of t…
reubenrybnik Jul 3, 2020
2263e84
Dropping array tests for most functions since testing lists should be…
reubenrybnik Jul 3, 2020
73a06fd
Adding a comment to every test group.
reubenrybnik Jul 3, 2020
0e4174b
Update functions that take an iteratee to use an Iteratee type and up…
reubenrybnik Jul 3, 2020
fc43290
Shortening the names of nested list variables.
reubenrybnik Jul 3, 2020
3712d86
Also collapsing pluck to a single overload.
reubenrybnik Jul 3, 2020
bc7821f
Switching groupBy back to allowing any rather than attempting to cons…
reubenrybnik Jul 3, 2020
704e9c7
Dropping unnecessary `keyof T` constraints and updating `string` and …
reubenrybnik Jul 4, 2020
6f90e8d
Wrapping return values for multi-line funciton declarations to their …
reubenrybnik Jul 4, 2020
ccea775
Updating UnderscoreStatic functions that don't technically need the c…
reubenrybnik Jul 4, 2020
e949c2d
Renaming some mixed-dimension array variables one more time.
reubenrybnik Jul 4, 2020
9d23259
Adding property path tests for groupBy.
reubenrybnik Jul 4, 2020
c1bcc4c
Changing "iterator" to "iteratee" in test group comments.
reubenrybnik Jul 4, 2020
05a0bc3
Adding property path tests for filter.
reubenrybnik Jul 4, 2020
f84b2ea
Updating IterateeResult to only care about the return type of an iter…
reubenrybnik Jul 4, 2020
da8ffa6
Working around some _Chain return types incorrectly using non-collect…
reubenrybnik Jul 4, 2020
66c7fd0
Using `T` rather than `TypeOfCollection<V>` in `Underscore.map` since…
reubenrybnik Jul 4, 2020
5370c33
Applying a shorter variable name that I had missed copying over from …
reubenrybnik Jul 4, 2020
336435d
Fixing consistency issues with two more test variable names.
reubenrybnik Jul 4, 2020
6bd9cb7
Adding EnumerableKey and using that intstead of PropertyKey.
reubenrybnik Jul 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading