🤖 User test baselines have changed for bind-aliased-this-property-assignments#70
Open
typescript-bot wants to merge 2 commits intouser-baseline-updatesfrom
Conversation
sandersn
approved these changes
Aug 10, 2020
sandersn
left a comment
There was a problem hiding this comment.
Everything it finds is good. I'm not convinced that it's finding all the instances of the pattern.
| 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'. |
| 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'. |
| 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)'. |
cd18bbf to
0a8cf35
Compare
0a8cf35 to
7ff622a
Compare
acde8c3 to
b82007b
Compare
48d4889 to
78bf52e
Compare
typescript-bot
pushed a commit
that referenced
this pull request
Aug 9, 2022
Signed-off-by: Abdul-Azeez Lawal <abdul-azeez.lawal@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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