1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Exit Code: 2
Standard output:
lib/dependencies/WorkerPlugin.js(268,23): error TS2339: Property 'name' does not exist on type 'Record<string, any> | {}'.
Property 'name' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(270,36): error TS2339: Property 'name' does not exist on type 'Record<string, any> | {}'.
Property 'name' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(312,23): error TS2339: Property 'type' does not exist on type 'Record<string, Identifier | SimpleLiteral | RegExpLiteral | BigIntLiteral | FunctionExpression | ... 25 more ... | AssignmentPattern> | {}'.
Property 'type' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(313,33): error TS2339: Property 'type' does not exist on type 'Record<string, Identifier | SimpleLiteral | RegExpLiteral | BigIntLiteral | FunctionExpression | ... 25 more ... | AssignmentPattern> | {}'.
Property 'type' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(314,20): error TS2339: Property 'type' does not exist on type 'Record<string, any> | {}'.
Property 'type' does not exist on type '{}'.
node_modules/terser-webpack-plugin/types/index.d.ts(219,24): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
node_modules/terser-webpack-plugin/types/index.d.ts(241,27): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
node_modules/terser-webpack-plugin/types/index.d.ts(242,28): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
node_modules/terser-webpack-plugin/types/index.d.ts(243,21): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
Standard error:
|