Skip to content

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.

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 👍

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 👍

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.

3 participants