-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Add alternative labeled tuple printback for parameter capture lists expected in tests #44897
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
Conversation
@weswigham Thank you for submitting this PR! Code ReviewsBecause this is a widely-used package, a DT maintainer will need to review it before it can be merged. 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": 44897,
"author": "weswigham",
"owners": [
"ExE-Boss",
"ljharb",
"borisyankov",
"theodorejb",
"davidparsson",
"gmoothart",
"lukas-zech-software",
"Engineer2B",
"cyungmann",
"Roaders",
"devoto13",
"fdim",
"kolodny",
"stephenfarrar",
"zvirja",
"djungowski",
"chivesrs",
"NoHomey",
"jwbay",
"asvetliakov",
"alexjoverm",
"epicallan",
"ikatyang",
"wsmd",
"JamieMason",
"douglasduteil",
"ahnpnl",
"joshuakgoldberg",
"UselessPickles",
"r3nya",
"hotell",
"sebald",
"andys8",
"antoinebrault",
"favna",
"gstamac",
"quassnoi",
"Belco90",
"tonyhallett",
"ycmjason",
"devanshj",
"pawfa",
"regevbr",
"maranomynet",
"spacejack",
"isiahmeadows",
"mrbigdog2u",
"rationull",
"lumaxis",
"nicojs",
"43081j",
"gjednaszewski",
"johnjesse",
"alecf",
"SimonSchick",
"bergundy"
],
"dangerLevel": "MultiplePackagesEdited",
"headCommitAbbrOid": "230bf6d",
"headCommitOid": "230bf6d980ece9741b1951596726e8741556cb71",
"mergeIsRequested": false,
"stalenessInDays": 0,
"lastCommitDate": "2020-05-19T21:08:50.000Z",
"lastCommentDate": "2020-05-19T21:01:42.000Z",
"reviewLink": "https://github.com/DefinitelyTyped/DefinitelyTyped/pull/44897/files",
"hasMergeConflict": false,
"authorIsOwner": false,
"isFirstContribution": false,
"popularityLevel": "Critical",
"anyPackageIsNew": false,
"packages": [
"es-abstract",
"jasmine",
"jest",
"ospec",
"sinon"
],
"files": [
{
"filePath": "types/es-abstract/test/helpers/callBind.test.ts",
"kind": "test",
"package": "es-abstract"
},
{
"filePath": "types/jasmine/ts3.1/jasmine-tests.ts",
"kind": "test",
"package": "jasmine"
},
{
"filePath": "types/jest/jest-tests.ts",
"kind": "test",
"package": "jest"
},
{
"filePath": "types/ospec/ospec-tests.ts",
"kind": "test",
"package": "ospec"
},
{
"filePath": "types/sinon/ts3.1/sinon-tests.ts",
"kind": "test",
"package": "sinon"
}
],
"hasDismissedReview": false,
"travisResult": "pass",
"reviewersWithStaleReviews": [],
"approvalFlags": 0,
"isChangesRequested": false
} |
People who would have been pingedExE-Boss ljharb borisyankov theodorejb davidparsson gmoothart lukas-zech-software Engineer2B cyungmann Roaders devoto13 fdim kolodny stephenfarrar zvirja djungowski chivesrs NoHomey jwbay asvetliakov alexjoverm epicallan ikatyang wsmd JamieMason douglasduteil ahnpnl joshuakgoldberg UselessPickles r3nya hotell sebald andys8 antoinebrault favna gstamac quassnoi Belco90 tonyhallett ycmjason devanshj pawfa regevbr maranomynet spacejack isiahmeadows mrbigdog2u rationull lumaxis nicojs 43081j gjednaszewski johnjesse alecf SimonSchick bergundy |
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. ospec (unpkg)was missing the following properties:
|
👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings. Let’s review the numbers, shall we? es-abstract/v*Comparison details for es-abstract/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. jasmine/v*Comparison details for jasmine/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. jest/v*Comparison details for jest/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. ospec/v*Comparison details for ospec/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. sinon/v*Comparison details for sinon/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. |
…xpected in tests (DefinitelyTyped#44897) * Add alternative labeled tuple printback for parameter capture lists expected in tests * Small fix
…xpected in tests (DefinitelyTyped#44897) * Add alternative labeled tuple printback for parameter capture lists expected in tests * Small fix
This should be all the changes microsoft/TypeScript#38234 needs to be clean on DT.