-
Notifications
You must be signed in to change notification settings - Fork 12.8k
🤖 User test baselines have changed for refs/heads/master #42842
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,9 +178,6 @@ node_modules/bluebird/js/release/using.js(78,20): error TS2339: Property 'doDisp | |
node_modules/bluebird/js/release/using.js(92,14): error TS2339: Property 'constructor$' does not exist on type 'FunctionDisposer'. | ||
node_modules/bluebird/js/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'. | ||
node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void function can be called with the 'new' keyword. | ||
node_modules/bluebird/js/release/util.js(279,45): error TS2345: Argument of type 'PropertyDescriptor | { value: any; } | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'. | ||
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. it's either different behaviour with union signatures or module.exports w/control flow |
||
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'. | ||
Type 'undefined' is not assignable to type 'PropertyDescriptor'. | ||
node_modules/bluebird/js/release/util.js(405,13): error TS2532: Object is possibly 'undefined'. | ||
node_modules/bluebird/js/release/util.js(405,33): error TS2532: Object is possibly 'undefined'. | ||
node_modules/bluebird/js/release/util.js(405,54): error TS2532: Object is possibly 'undefined'. | ||
|
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.
@link
parsing