You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/debug.log
+1-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ node_modules/debug/src/browser.js(34,74): error TS2339: Property 'type' does not
6
6
node_modules/debug/src/browser.js(34,112): error TS2339: Property '__nwjs' does not exist on type 'Process'.
7
7
node_modules/debug/src/browser.js(45,138): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'?
8
8
node_modules/debug/src/browser.js(46,70): error TS2339: Property 'firebug' does not exist on type 'Console'.
9
-
node_modules/debug/src/browser.js(46,81): error TS2774: This condition will always return true since this function appears to always be defined. Did you mean to call it instead?
9
+
node_modules/debug/src/browser.js(46,81): error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead?
10
10
node_modules/debug/src/browser.js(100,148): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
11
11
node_modules/debug/src/browser.js(152,13): error TS2304: Cannot find name 'LocalStorage'.
0 commit comments