Skip to content

Commit 8c043b4

Browse files
Update user baselines
1 parent e6cc906 commit 8c043b4

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

tests/baselines/reference/user/debug.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ node_modules/debug/dist/debug.js(733,82): error TS2339: Property 'type' does not
4040
node_modules/debug/dist/debug.js(733,120): error TS2339: Property '__nwjs' does not exist on type 'Process'.
4141
node_modules/debug/dist/debug.js(744,146): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'?
4242
node_modules/debug/dist/debug.js(745,78): error TS2339: Property 'firebug' does not exist on type 'Console'.
43+
node_modules/debug/dist/debug.js(745,89): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
4344
node_modules/debug/dist/debug.js(799,156): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
4445
node_modules/debug/dist/debug.js(851,21): error TS2304: Cannot find name 'LocalStorage'.
4546
node_modules/debug/src/browser.js(3,100): error TS2539: Cannot assign to '_typeof' because it is not a variable.
@@ -48,6 +49,7 @@ node_modules/debug/src/browser.js(34,74): error TS2339: Property 'type' does not
4849
node_modules/debug/src/browser.js(34,112): error TS2339: Property '__nwjs' does not exist on type 'Process'.
4950
node_modules/debug/src/browser.js(45,138): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'?
5051
node_modules/debug/src/browser.js(46,70): error TS2339: Property 'firebug' does not exist on type 'Console'.
52+
node_modules/debug/src/browser.js(46,81): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
5153
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[]]'.
5254
node_modules/debug/src/browser.js(152,13): error TS2304: Cannot find name 'LocalStorage'.
5355
node_modules/debug/src/common.js(51,24): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.

tests/baselines/reference/user/npm.log

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ node_modules/npm/lib/config/bin-links.js(30,16): error TS2339: Property 'config'
144144
node_modules/npm/lib/config/core.js(17,1): error TS2323: Cannot redeclare exported variable 'loaded'.
145145
node_modules/npm/lib/config/core.js(18,1): error TS2323: Cannot redeclare exported variable 'rootConf'.
146146
node_modules/npm/lib/config/core.js(19,1): error TS2323: Cannot redeclare exported variable 'usingBuiltin'.
147+
node_modules/npm/lib/config/core.js(33,37): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
148+
node_modules/npm/lib/config/core.js(35,37): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
147149
node_modules/npm/lib/config/core.js(77,7): error TS2323: Cannot redeclare exported variable 'loaded'.
148150
node_modules/npm/lib/config/core.js(87,3): error TS2323: Cannot redeclare exported variable 'usingBuiltin'.
149151
node_modules/npm/lib/config/core.js(88,12): error TS2323: Cannot redeclare exported variable 'rootConf'.
@@ -178,6 +180,10 @@ node_modules/npm/lib/config/core.js(409,29): error TS2769: No overload matches t
178180
Type 'undefined' is not assignable to type 'string'.
179181
node_modules/npm/lib/config/defaults.js(20,52): error TS2345: Argument of type 'never[]' is not assignable to parameter of type '[format: any, ...param: any[]]'.
180182
Property '0' is optional in type 'never[]' but required in type '[format: any, ...param: any[]]'.
183+
node_modules/npm/lib/config/defaults.js(156,40): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
184+
node_modules/npm/lib/config/defaults.js(234,24): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
185+
node_modules/npm/lib/config/defaults.js(234,42): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
186+
node_modules/npm/lib/config/defaults.js(235,24): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
181187
node_modules/npm/lib/config/defaults.js(240,36): error TS2554: Expected 1 arguments, but got 0.
182188
node_modules/npm/lib/config/gentle-fs.js(16,11): error TS2339: Property 'prefix' does not exist on type 'typeof EventEmitter'.
183189
node_modules/npm/lib/config/gentle-fs.js(17,11): error TS2339: Property 'globalPrefix' does not exist on type 'typeof EventEmitter'.

tests/baselines/reference/user/webpack.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ lib/WebpackOptionsApply.js(155,13): error TS2300: Duplicate identifier 'NodeTemp
148148
lib/WebpackOptionsApply.js(184,10): error TS2300: Duplicate identifier 'ExternalsPlugin'.
149149
lib/WebpackOptionsApply.js(445,12): error TS2300: Duplicate identifier 'OccurrenceChunkIdsPlugin'.
150150
lib/WebpackOptionsApply.js(452,12): error TS2300: Duplicate identifier 'OccurrenceChunkIdsPlugin'.
151-
lib/WebpackOptionsApply.js(502,12): error TS2300: Duplicate identifier 'MemoryCachePlugin'.
152-
lib/WebpackOptionsApply.js(512,12): error TS2300: Duplicate identifier 'MemoryCachePlugin'.
153-
lib/WebpackOptionsApply.js(525,18): error TS2322: Type 'typeof WebpackLogger' is not assignable to type 'WebpackLogger'.
151+
lib/WebpackOptionsApply.js(503,12): error TS2300: Duplicate identifier 'MemoryCachePlugin'.
152+
lib/WebpackOptionsApply.js(513,12): error TS2300: Duplicate identifier 'MemoryCachePlugin'.
153+
lib/WebpackOptionsApply.js(526,18): error TS2322: Type 'typeof WebpackLogger' is not assignable to type 'WebpackLogger'.
154154
lib/buildChunkGraph.js(1075,9): error TS2339: Property 'time' does not exist on type 'typeof WebpackLogger'.
155155
lib/buildChunkGraph.js(1077,3): error TS2345: Argument of type 'typeof WebpackLogger' is not assignable to parameter of type 'WebpackLogger'.
156156
lib/buildChunkGraph.js(1085,9): error TS2339: Property 'timeEnd' does not exist on type 'typeof WebpackLogger'.
@@ -159,7 +159,7 @@ lib/buildChunkGraph.js(1096,9): error TS2339: Property 'timeEnd' does not exist
159159
lib/buildChunkGraph.js(1100,9): error TS2339: Property 'time' does not exist on type 'typeof WebpackLogger'.
160160
lib/buildChunkGraph.js(1102,9): error TS2339: Property 'timeEnd' does not exist on type 'typeof WebpackLogger'.
161161
lib/cache/ResolverCachePlugin.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'LazySet'.
162-
lib/cache/ResolverCachePlugin.js(91,13): error TS2339: Property 'log' does not exist on type 'typeof WebpackLogger'.
162+
lib/cache/ResolverCachePlugin.js(93,13): error TS2339: Property 'log' does not exist on type 'typeof WebpackLogger'.
163163
lib/dependencies/CommonJsExportRequireDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'.
164164
lib/dependencies/HarmonyExportImportedSpecifierDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'.
165165
lib/dependencies/HarmonyExportImportedSpecifierDependency.js(48,37): error TS1016: A required parameter cannot follow an optional parameter.

0 commit comments

Comments
 (0)