Facebook
From Perl Water Vole, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 190
  1. INFO  Starting development server...
  2. Starting type checking service...
  3. Using 1 worker with 2048MB memory limit
  4. 98% after emitting CopyPlugin
  5.  
  6.  DONE  Compiled successfully in 53531ms                                                                                                                                                                                             4:13:16 PM
  7.  
  8. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4111,10):
  9. 4111:10 Type alias 'MergeList' circularly references itself.
  10.     4109 |     @hidden
  11.     4110 |     */
  12.   > 4111 |     type MergeList<O, Path extends List<Key>, O1 extends object, depth extends Depth, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? MergeList<A, Path, O1, depth, I>[] : Pos<I> extends Length<Path> ? OMerge<O, O1, depth> : {
  13.          |          ^
  14.     4112 |         [K in keyof O]: K extends Path[Pos<I>] ? MergeList<O[K], Path, O1, depth, Next<I>> : O[K];
  15.     4113 |     } & {} : O;
  16.     4114 |     /**
  17. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4111,172):
  18. 4111:172 Type 'MergeList' is not generic.
  19.     4109 |     @hidden
  20.     4110 |     */
  21.   > 4111 |     type MergeList<O, Path extends List<Key>, O1 extends object, depth extends Depth, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? MergeList<A, Path, O1, depth, I>[] : Pos<I> extends Length<Path> ? OMerge<O, O1, depth> : {
  22.          |                                                                                                                                                                            ^
  23.     4112 |         [K in keyof O]: K extends Path[Pos<I>] ? MergeList<O[K], Path, O1, depth, Next<I>> : O[K];
  24.     4113 |     } & {} : O;
  25.     4114 |     /**
  26. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4112,50):
  27. 4112:50 Type 'MergeList' is not generic.
  28.     4110 |     */
  29.     4111 |     type MergeList<O, Path extends List<Key>, O1 extends object, depth extends Depth, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? MergeList<A, Path, O1, depth, I>[] : Pos<I> extends Length<Path> ? OMerge<O, O1, depth> : {
  30.   > 4112 |         [K in keyof O]: K extends Path[Pos<I>] ? MergeList<O[K], Path, O1, depth, Next<I>> : O[K];
  31.          |                                                  ^
  32.     4113 |     } & {} : O;
  33.     4114 |     /**
  34.     4115 |     Complete the fields of **`O`** at **`Path`** with the ones of **`O1`**
  35. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4128,12):
  36. 4128:12 Type 'MergeList' is not generic.
  37.     4126 |     export type Merge<O extends object, Path extends List<Key>, O1 extends object, depth extends Depth = 'flat', list extends Boolean = 0> = {
  38.     4127 |         0: MergeObject<O, Path, O1, depth>;
  39.   > 4128 |         1: MergeList<O, Path, O1, depth>;
  40.          |            ^
  41.     4129 |     }[list];
  42.     4130 | }
  43.     4131 | declare module "List/LastIndex" {
  44. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4166,10):
  45. 4166:10 Type alias 'OmitList' circularly references itself.
  46.     4164 |     @hidden
  47.     4165 |     */
  48.   > 4166 |     type OmitList<O, Path extends List<Key>, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? OmitList<A, Path, I>[] : Pos<I> extends LastIndex<Path> ? _OOmit<O, Path[Pos<I>]> : {
  49.          |          ^
  50.     4167 |         [K in keyof O]: K extends Path[Pos<I>] ? OmitList<O[K], Path, Next<I>> : O[K];
  51.     4168 |     } & {} : O;
  52.     4169 |     /**
  53. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4166,131):
  54. 4166:131 Type 'OmitList' is not generic.
  55.     4164 |     @hidden
  56.     4165 |     */
  57.   > 4166 |     type OmitList<O, Path extends List<Key>, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? OmitList<A, Path, I>[] : Pos<I> extends LastIndex<Path> ? _OOmit<O, Path[Pos<I>]> : {
  58.          |                                                                                                                                   ^
  59.     4167 |         [K in keyof O]: K extends Path[Pos<I>] ? OmitList<O[K], Path, Next<I>> : O[K];
  60.     4168 |     } & {} : O;
  61.     4169 |     /**
  62. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4167,50):
  63. 4167:50 Type 'OmitList' is not generic.
  64.     4165 |     */
  65.     4166 |     type OmitList<O, Path extends List<Key>, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? OmitList<A, Path, I>[] : Pos<I> extends LastIndex<Path> ? _OOmit<O, Path[Pos<I>]> : {
  66.   > 4167 |         [K in keyof O]: K extends Path[Pos<I>] ? OmitList<O[K], Path, Next<I>> : O[K];
  67.          |                                                  ^
  68.     4168 |     } & {} : O;
  69.     4169 |     /**
  70.     4170 |     Remove out of **`O`** the fields at **`Path`**
  71. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4181,12):
  72. 4181:12 Type 'OmitList' is not generic.
  73.     4179 |     export type Omit<O extends object, Path extends List<Key>, list extends Boolean = 0> = {
  74.     4180 |         0: OmitObject<O, Path>;
  75.   > 4181 |         1: OmitList<O, Path>;
  76.          |            ^
  77.     4182 |     }[list];
  78.     4183 | }
  79.     4184 | declare module "Object/P/Pick" {
  80. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4203,10):
  81. 4203:10 Type alias 'PickList' circularly references itself.
  82.     4201 |     @hidden
  83.     4202 |     */
  84.   > 4203 |     type PickList<O, Path extends List<Key>, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? PickList<A, Path, I>[] : _OPick<O, Path[Pos<I>]> extends infer Picked ? Pos<I> extends LastIndex<Path> ? Picked : {
  85.          |          ^
  86.     4204 |         [K in keyof Picked]: PickList<Picked[K], Path, Next<I>>;
  87.     4205 |     } & {} : never : O;
  88.     4206 |     /**
  89. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4203,131):
  90. 4203:131 Type 'PickList' is not generic.
  91.     4201 |     @hidden
  92.     4202 |     */
  93.   > 4203 |     type PickList<O, Path extends List<Key>, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? PickList<A, Path, I>[] : _OPick<O, Path[Pos<I>]> extends infer Picked ? Pos<I> extends LastIndex<Path> ? Picked : {
  94.          |                                                                                                                                   ^
  95.     4204 |         [K in keyof Picked]: PickList<Picked[K], Path, Next<I>>;
  96.     4205 |     } & {} : never : O;
  97.     4206 |     /**
  98. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4204,30):
  99. 4204:30 Type 'PickList' is not generic.
  100.     4202 |     */
  101.     4203 |     type PickList<O, Path extends List<Key>, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? PickList<A, Path, I>[] : _OPick<O, Path[Pos<I>]> extends infer Picked ? Pos<I> extends LastIndex<Path> ? Picked : {
  102.   > 4204 |         [K in keyof Picked]: PickList<Picked[K], Path, Next<I>>;
  103.          |                              ^
  104.     4205 |     } & {} : never : O;
  105.     4206 |     /**
  106.     4207 |     Extract out of **`O`** the fields at **`Path`**
  107. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4218,12):
  108. 4218:12 Type 'PickList' is not generic.
  109.     4216 |     export type Pick<O extends object, Path extends List<Key>, list extends Boolean = 0> = {
  110.     4217 |         0: PickObject<O, Path>;
  111.   > 4218 |         1: PickList<O, Path>;
  112.          |            ^
  113.     4219 |     }[list];
  114.     4220 | }
  115.     4221 | declare module "Object/Readonly" {
  116. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4282,10):
  117. 4282:10 Type alias 'ReadonlyArrays' circularly references itself.
  118.     4280 |     @hidden
  119.     4281 |     */
  120.   > 4282 |     type ReadonlyArrays<O, Path extends List<Key>, depth extends Depth, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? ReadonlyArrays<A, Path, depth, I>[] : Pos<I> extends LastIndex<Path> ? OReadonly<O, Path[Pos<I>], depth> : {
  121.          |          ^
  122.     4283 |         [K in keyof O]: K extends Path[Pos<I>] ? ReadonlyArrays<O[K], Path, depth, Next<I>> : O[K];
  123.     4284 |     } & {} : O;
  124.     4285 |     /**
  125. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4282,158):
  126. 4282:158 Type 'ReadonlyArrays' is not generic.
  127.     4280 |     @hidden
  128.     4281 |     */
  129.   > 4282 |     type ReadonlyArrays<O, Path extends List<Key>, depth extends Depth, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? ReadonlyArrays<A, Path, depth, I>[] : Pos<I> extends LastIndex<Path> ? OReadonly<O, Path[Pos<I>], depth> : {
  130.          |                                                                                                                                                              ^
  131.     4283 |         [K in keyof O]: K extends Path[Pos<I>] ? ReadonlyArrays<O[K], Path, depth, Next<I>> : O[K];
  132.     4284 |     } & {} : O;
  133.     4285 |     /**
  134. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4283,50):
  135. 4283:50 Type 'ReadonlyArrays' is not generic.
  136.     4281 |     */
  137.     4282 |     type ReadonlyArrays<O, Path extends List<Key>, depth extends Depth, I extends Iteration = IterationOf<'0'>> = O extends object ? O extends (infer A)[] ? ReadonlyArrays<A, Path, depth, I>[] : Pos<I> extends LastIndex<Path> ? OReadonly<O, Path[Pos<I>], depth> : {
  138.   > 4283 |         [K in keyof O]: K extends Path[Pos<I>] ? ReadonlyArrays<O[K], Path, depth, Next<I>> : O[K];
  139.          |                                                  ^
  140.     4284 |     } & {} : O;
  141.     4285 |     /**
  142.     4286 |     Make some fields of **`O`** readonly at **`Path`** (deeply or not)
  143. ERROR in /home/bruno/code/vuejs/rockygym-frontnend/node_modules/ts-toolbelt/out/index.d.ts(4298,12):
  144. 4298:12 Type 'ReadonlyArrays' is not generic.
  145.     4296 |     export type Readonly<O extends object, Path extends List<Key>, depth extends Depth = 'flat', list extends Boolean = 0> = {
  146.     4297 |         0: ReadonlyObject<O, Path, depth>;
  147.   > 4298 |         1: ReadonlyArrays<O, Path, depth>;
  148.          |            ^
  149.     4299 |     }[list];
  150.     4300 | }
  151.     4301 | declare module "Object/Record" {
captcha