1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Exit Code: 2
Standard output:
node_modules/minimatch/minimatch.js(161,22): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(162,22): error TS2339: Property 'options' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(175,8): error TS2339: Property 'parseNegate' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(178,33): error TS2339: Property 'braceExpand' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(180,83): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
node_modules/minimatch/minimatch.js(182,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(182,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(193,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(193,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(200,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(200,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(207,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(207,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(216,22): error TS2339: Property 'options' does not exist on type 'parseNegate'.
node_modules/minimatch/minimatch.js(221,23): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(222,16): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(228,36): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(440,15): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(441,13): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(444,9): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(444,12): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(598,32): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(599,28): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(599,40): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(599,43): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(600,27): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(600,30): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(600,41): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(600,44): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(601,28): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(601,31): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(657,10): error TS2339: Property '_glob' does not exist on type 'RegExp'.
node_modules/minimatch/minimatch.js(658,10): error TS2339: Property '_src' does not exist on type 'RegExp'.
node_modules/minimatch/minimatch.js(677,18): error TS2339: Property 'set' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(683,22): error TS2339: Property 'options' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(703,12): error TS2339: Property 'negate' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(727,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(744,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(752,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(762,19): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(763,19): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(789,14): error TS2554: Expected 0 arguments, but got 2.
node_modules/minimatch/minimatch.js(792,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(800,16): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(804,16): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(812,18): error TS2554: Expected 0 arguments, but got 2.
node_modules/minimatch/minimatch.js(839,20): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(857,20): error TS2554: Expected 0 arguments, but got 6.
node_modules/minimatch/minimatch.js(861,22): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(869,24): error TS2554: Expected 0 arguments, but got 5.
node_modules/minimatch/minimatch.js(874,22): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(885,20): error TS2554: Expected 0 arguments, but got 5.
node_modules/minimatch/minimatch.js(897,18): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(900,18): error TS2554: Expected 0 arguments, but got 4.
Standard error:
|