Advertisement
Guest User

Untitled

a guest
Aug 25th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. node_modules/@types/es6-collections/index.d.ts:24:5 - error TS2687: All declarations of 'value' must have identical modifiers.
  2.  
  3. 24 value?: T;
  4. ~~~~~
  5.  
  6. node_modules/@types/es6-collections/index.d.ts:47:5 - error TS2687: All declarations of 'size' must have identical modifiers.
  7.  
  8. 47 size: number;
  9. ~~~~
  10.  
  11. node_modules/@types/es6-collections/index.d.ts:53:5 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  12.  
  13. 53 prototype: Map<any, any>;
  14. ~~~~~~~~~
  15.  
  16. node_modules/@types/es6-collections/index.d.ts:67:5 - error TS2687: All declarations of 'size' must have identical modifiers.
  17.  
  18. 67 size: number;
  19. ~~~~
  20.  
  21. node_modules/@types/es6-collections/index.d.ts:73:5 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  22.  
  23. 73 prototype: Set<any>;
  24. ~~~~~~~~~
  25.  
  26. node_modules/@types/es6-collections/index.d.ts:89:5 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  27.  
  28. 89 prototype: WeakMap<any, any>;
  29. ~~~~~~~~~
  30.  
  31. node_modules/@types/es6-collections/index.d.ts:89:5 - error TS2717: Subsequent property declarations must have the same type. Property 'prototype' must be of type 'WeakMap<object, any>', but here has type 'WeakMap<any, any>'.
  32.  
  33. 89 prototype: WeakMap<any, any>;
  34. ~~~~~~~~~
  35.  
  36. node_modules/@types/es6-collections/index.d.ts:102:24 - error TS2344: Type 'T' does not satisfy the constraint 'object'.
  37.  
  38. 102 new <T>(): WeakSet<T>;
  39. ~
  40.  
  41. node_modules/@types/es6-collections/index.d.ts:103:48 - error TS2344: Type 'T' does not satisfy the constraint 'object'.
  42.  
  43. 103 new <T>(iterable: ForEachable<T>): WeakSet<T>;
  44. ~
  45.  
  46. node_modules/@types/es6-collections/index.d.ts:104:5 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  47.  
  48. 104 prototype: WeakSet<any>;
  49. ~~~~~~~~~
  50.  
  51. node_modules/@types/es6-collections/index.d.ts:104:5 - error TS2717: Subsequent property declarations must have the same type. Property 'prototype' must be of type 'WeakSet<object>', but here has type 'WeakSet<any>'.
  52.  
  53. 104 prototype: WeakSet<any>;
  54. ~~~~~~~~~
  55.  
  56. node_modules/typescript/lib/lib.es2015.collection.d.ts:28:14 - error TS2687: All declarations of 'size' must have identical modifiers.
  57.  
  58. 28 readonly size: number;
  59. ~~~~
  60.  
  61. node_modules/typescript/lib/lib.es2015.collection.d.ts:33:14 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  62.  
  63. 33 readonly prototype: Map<any, any>;
  64. ~~~~~~~~~
  65.  
  66. node_modules/typescript/lib/lib.es2015.collection.d.ts:53:14 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  67.  
  68. 53 readonly prototype: WeakMap<object, any>;
  69. ~~~~~~~~~
  70.  
  71. node_modules/typescript/lib/lib.es2015.collection.d.ts:63:14 - error TS2687: All declarations of 'size' must have identical modifiers.
  72.  
  73. 63 readonly size: number;
  74. ~~~~
  75.  
  76. node_modules/typescript/lib/lib.es2015.collection.d.ts:68:14 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  77.  
  78. 68 readonly prototype: Set<any>;
  79. ~~~~~~~~~
  80.  
  81. node_modules/typescript/lib/lib.es2015.collection.d.ts:86:14 - error TS2687: All declarations of 'prototype' must have identical modifiers.
  82.  
  83. 86 readonly prototype: WeakSet<object>;
  84. ~~~~~~~~~
  85.  
  86. node_modules/typescript/lib/lib.es2015.iterable.d.ts:33:5 - error TS2687: All declarations of 'value' must have identical modifiers.
  87.  
  88. 33 value: T;
  89. ~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement