[ramda] Improve Tuple definition#59384
[ramda] Improve Tuple definition#59384vzhou842 wants to merge 1 commit intoDefinitelyTyped:masterfrom
Conversation
|
@vzhou842 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 59384,
"author": "vzhou842",
"headCommitOid": "1f561d856590c10ed707e52299b4b6c70c8f7076",
"mergeBaseOid": "1eceda21bc57921c609f5fd9f34b2cc8eef3c1f3",
"lastPushDate": "2022-03-22T02:30:27.000Z",
"lastActivityDate": "2022-03-22T02:36:47.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "ramda",
"kind": "edit",
"files": [
{
"path": "types/ramda/test/aperture-tests.ts",
"kind": "test"
},
{
"path": "types/ramda/tools.d.ts",
"kind": "definition"
}
],
"owners": [
"TheHandsomeCoder",
"donnut",
"mdekrey",
"sbking",
"afharo",
"teves-castro",
"hojberg",
"samsonkeung",
"angeloocana",
"raynerd",
"moshensky",
"ethanresnick",
"deftomat",
"blimusiek",
"biern",
"rayhaneh",
"rgm",
"drewwyatt",
"jottenlips",
"minitesh",
"krantisinh",
"nemo108",
"jituanlin",
"Philippe-mills",
"Saul-Mirone",
"Nicholaiii",
"devrelm",
"LORDBABUINO",
"couzic",
"NEWESTERS",
"adispring",
"essenmitsosse"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [],
"mainBotCommentID": 1074662108,
"ciResult": "pass"
} |
|
🔔 @TheHandsomeCoder @donnut @mdekrey @sbking @afharo @teves-castro @hojberg @samsonkeung @angeloocana @raynerd @moshensky @ethanresnick @deftomat @blimusiek @biern @rayhaneh @rgm @drewwyatt @jottenlips @minitesh @Krantisinh @Nemo108 @jituanlin @Philippe-mills @Saul-Mirone @Nicholaiii @devrelm @LORDBABUINO @couzic @NEWESTERS @adispring @essenmitsosse — please review this PR in the next few days. Be sure to explicitly select |
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. ramda (unpkg)was missing the following properties:
as well as these 5 other properties...promap, sequence, splitWhenever, unwind, whereAny |
|
ok never mind, there's a notable flaw with this approach: it doesn't work if |
Please fill in this template.
npm test <package to test>.Select one of these and delete the others:
If changing an existing definition:
This implementation was adapted from this StackOverflow answer.