Skip to content

🤖 User test baselines have changed for bind-aliased-this-property-assignments #70

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

Open
wants to merge 2 commits into
base: user-baseline-updates
Choose a base branch
from

Conversation

typescript-bot
Copy link
Owner

This test run was triggerd by a request on microsoft#39908
Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @sandersn

Copy link

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything it finds is good. I'm not convinced that it's finding all the instances of the pattern.

@@ -3461,75 +3461,6 @@ node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(44,23): error T
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(45,23): error TS2365: Operator '>=' cannot be applied to types 'RegExpMatchArray' and 'number'.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(47,76): error TS2365: Operator '<' cannot be applied to types 'RegExpMatchArray' and 'number'.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(94,25): error TS2339: Property 'createTextRange' does not exist on type 'HTMLElement'.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(306,5): error TS2339: Property 'scrollbarFiller' does not exist on type 'Display'.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

var d = this 👍

node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(7895,25): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(8259,62): error TS2339: Property 'state' does not exist on type 'any[] | Token'.
Property 'state' does not exist on type 'any[]'.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(8658,17): error TS2339: Property 'outside' does not exist on type 'Pos'.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(8659,54): error TS2339: Property 'hitSide' does not exist on type 'Pos'.
node_modules/chrome-devtools-frontend/front_end/cm/codemirror.js(8680,19): error TS2339: Property 'div' does not exist on type 'ContentEditableInput'.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

var input = div 👍

@@ -14,7 +14,12 @@ node_modules/uglify-js/lib/ast.js(1246,29): error TS2339: Property 'parent' does
node_modules/uglify-js/lib/compress.js(188,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(557,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(698,27): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(757,21): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 var fn = this;

@typescript-bot typescript-bot force-pushed the user-baseline-updates branch 25 times, most recently from cd18bbf to 0a8cf35 Compare August 17, 2020 23:06
@typescript-bot typescript-bot force-pushed the user-baseline-updates branch 20 times, most recently from acde8c3 to b82007b Compare April 28, 2022 02:37
@typescript-bot typescript-bot force-pushed the user-baseline-updates branch 9 times, most recently from 48d4889 to 78bf52e Compare May 2, 2022 20:18
typescript-bot pushed a commit that referenced this pull request Aug 9, 2022
Signed-off-by: Abdul-Azeez Lawal <abdul-azeez.lawal@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants