-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
🤖 User test baselines have changed #29933
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ node_modules/async/autoInject.js(160,28): error TS2695: Left side of comma opera | |
node_modules/async/autoInject.js(164,14): error TS2695: Left side of comma operator is unused and has no side effects. | ||
node_modules/async/autoInject.js(168,6): error TS2695: Left side of comma operator is unused and has no side effects. | ||
node_modules/async/cargo.js(62,12): error TS2304: Cannot find name 'AsyncFunction'. | ||
node_modules/async/cargo.js(67,14): error TS2591: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig. | ||
node_modules/async/cargo.js(67,14): error TS2749: 'module' refers to a value, but is being used as a type here. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like a regression from #29896, although I think maybe both errors should not happen in JS. Need to investigate. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, this is just horrible misunderstanding of the jsdoc |
||
node_modules/async/cargo.js(67,20): error TS1005: '}' expected. | ||
node_modules/async/cargo.js(92,11): error TS2695: Left side of comma operator is unused and has no side effects. | ||
node_modules/async/compose.js(8,37): error TS2695: Left side of comma operator is unused and has no side effects. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weswigham I didn't expect to see this show up here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhhh, that's from the swap in gulp back to using the LKG for everything. The "remove jake" PR has the fix (accept the baseline, do a non-lkg validation build) already.