fix(node-fetch): Change incorrect [string] to string#54674
fix(node-fetch): Change incorrect [string] to string#54674weswigham merged 1 commit intoDefinitelyTyped:masterfrom
Conversation
|
@wjhsf 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 PR
Code ReviewsBecause this is a widely-used package, a DT maintainer will need to review it before it can be merged. 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": 54674,
"author": "wjhsf",
"headCommitOid": "7fca3a4a3a21e46912017ce54e4dce87916da0bc",
"lastPushDate": "2021-07-22T02:24:04.000Z",
"lastActivityDate": "2021-07-22T10:03:31.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"popularityLevel": "Critical",
"pkgInfo": [
{
"name": "node-fetch",
"kind": "edit",
"files": [
{
"path": "types/node-fetch/index.d.ts",
"kind": "definition"
},
{
"path": "types/node-fetch/node-fetch-tests.ts",
"kind": "test"
}
],
"owners": [
"torstenwerner",
"nikcorg",
"vinaybedre",
"kyranet",
"AndrewLeedham",
"JasonLi914",
"southpolesteve",
"ExE-Boss",
"alexandrusavin",
"OmgImAlexis",
"kbkk"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "AndrewLeedham",
"date": "2021-07-22T10:03:31.000Z",
"isMaintainer": false
},
{
"type": "approved",
"reviewer": "nikcorg",
"date": "2021-07-22T09:18:32.000Z",
"isMaintainer": false
},
{
"type": "approved",
"reviewer": "kyranet",
"date": "2021-07-22T08:25:26.000Z",
"isMaintainer": false
},
{
"type": "approved",
"reviewer": "OmgImAlexis",
"date": "2021-07-22T02:35:12.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 884618007,
"ciResult": "pass"
} |
|
🔔 @torstenwerner @nikcorg @vinaybedre @kyranet @AndrewLeedham @JasonLi914 @southpolesteve @ExE-Boss @alexandrusavin @OmgImAlexis @kbkk — please review this PR in the next few days. Be sure to explicitly select |
|
LGTM |
|
I just published |
The current definition for
Headershasvalues(): IterableIterator<[string]>. The implementation is actuallyvalues(): IterableIterator<string>(spec compliant).npm test <package to test>.If changing an existing definition: