Advertisement
Guest User

Untitled

a guest
Mar 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. node_modules/@types/ember-data/index.d.ts(836,15): error TS2417: Class static side 'typeof ManyArray' incorrectly extends base class static side 'Readonly<typeof Object>'.
  2.   Types of property 'prototype' are incompatible.
  3.     Type 'ManyArray<any>' is not assignable to type 'Object'.
  4.       Types of property 'addObserver' are incompatible.
  5.         Type '<Target>(key: "reload" | "map" | "meta" | "filter" | "forEach" | "find" | "every" | "reduce" | "l...' is not assignable to type '<Target>(key: "toString" | "get" |
  6. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'.
  7.           Types of parameters 'method' and 'method' are incompatible.
  8.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, ManyArray<any>>'.
  9.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, ManyArray
  10. <any>>'.
  11.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: ManyArr
  12. ay<any>, key: "reload" | "map" | "meta" | "filter" | "forEach" | "find...'.
  13.                   Types of parameters 'key' and 'key' are incompatible.
  14.                     Type '"reload" | "map" | "meta" | "filter" | "forEach" | "find" | "every" | "reduce" | "length" | "incl...' is not assignable to type '"toString" | "get" | "g
  15. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  16.                       Type '"reload"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  17. node_modules/@types/ember/index.d.ts(228,11): error TS2417: Class static side 'typeof CoreView' incorrectly extends base class static side 'Readonly<typeof Object>'.
  18.   Types of property 'prototype' are incompatible.
  19.     Type 'CoreView' is not assignable to type 'Object'.
  20.       Types of property 'addObserver' are incompatible.
  21.         Type '<Target>(key: "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyCha...' is not assignable to type '<Target>(key: "toString" | "get" |
  22. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'. Two different types with this name exist, but they are unrelated.
  23.           Types of parameters 'method' and 'method' are incompatible.
  24.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, CoreView>'.
  25.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, CoreView>
  26. '.
  27.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: CoreVie
  28. w, key: "toString" | "get" | "getProperties" | "set" | "setProperties"...'.
  29.                   Types of parameters 'key' and 'key' are incompatible.
  30.                     Type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...' is not assignable to type '"toString" | "get" | "g
  31. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'. Two different types with this name exist, but they are unrelated.
  32.                       Type '"send"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  33. node_modules/@types/ember/index.d.ts(565,15): error TS2417: Class static side 'typeof ArrayProxy' incorrectly extends base class static side 'Readonly<typeof Object>'.
  34.   Types of property 'prototype' are incompatible.
  35.     Type 'ArrayProxy<any>' is not assignable to type 'Object'.
  36.       Types of property 'addObserver' are incompatible.
  37.         Type '<Target>(key: "map" | "filter" | "forEach" | "find" | "every" | "reduce" | "length" | "includes" ...' is not assignable to type '<Target>(key: "toString" | "get" |
  38. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'.              
  39.           Types of parameters 'method' and 'method' are incompatible.                                                                                                    [80/1483]
  40.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, ArrayProxy<any>>'.
  41.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, ArrayProx
  42. y<any>>'.
  43.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: ArrayPr
  44. oxy<any>, key: "map" | "filter" | "forEach" | "find" | "every" | "redu...'.
  45.                   Types of parameters 'key' and 'key' are incompatible.
  46.                     Type '"map" | "filter" | "forEach" | "find" | "every" | "reduce" | "length" | "includes" | "toString" |...' is not assignable to type '"toString" | "get" | "g
  47. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  48.                       Type '"map"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  49. node_modules/@types/ember/index.d.ts(612,15): error TS2417: Class static side 'typeof Component' incorrectly extends base class static side 'Readonly<typeof CoreView>'.
  50.   Types of property 'prototype' are incompatible.
  51.     Type 'Component' is not assignable to type 'CoreView'.
  52.       Types of property 'addObserver' are incompatible.
  53.         Type '<Target>(key: "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyCha...' is not assignable to type '<Target>(key: "toString" | "get" |
  54. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'. Two different types with this name exist, but they are unrelated.
  55.           Types of parameters 'method' and 'method' are incompatible.
  56.             Type 'ObserverMethod<any, CoreView>' is not assignable to type 'ObserverMethod<any, Component>'.
  57.               Type '(this: any, sender: CoreView, key: "toString" | "get" | "getProperties" | "set" | "setProperties"...' is not assignable to type 'ObserverMethod<any, Component
  58. >'.
  59.                 Type '(this: any, sender: CoreView, key: "toString" | "get" | "getProperties" | "set" | "setProperties"...' is not assignable to type '(this: any, sender: Compone
  60. nt, key: "toString" | "get" | "getProperties" | "set" | "setProperties...'.
  61.                   Types of parameters 'key' and 'key' are incompatible.
  62.                     Type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...' is not assignable to type '"toString" | "get" | "g
  63. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'. Two different types with this name exist, but they are unrelated.
  64.                       Type '"classNames"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  65. node_modules/@types/ember/index.d.ts(743,15): error TS2417: Class static side 'typeof Controller' incorrectly extends base class static side 'Readonly<typeof Object>'.
  66.   Types of property 'prototype' are incompatible.
  67.     Type 'Controller' is not assignable to type 'Object'.
  68.       Types of property 'addObserver' are incompatible.
  69.         Type '<Target>(key: "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyCha...' is not assignable to type '<Target>(key: "toString" | "get" |
  70. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'. Two different types with this name exist, but they are unrelated.
  71.           Types of parameters 'method' and 'method' are incompatible.
  72.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, Controller>'.
  73.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, Controlle
  74. r>'.
  75.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: Control
  76. ler, key: "toString" | "get" | "getProperties" | "set" | "setPropertie...'.
  77.                   Types of parameters 'key' and 'key' are incompatible.
  78.                     Type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...' is not assignable to type '"toString" | "get" | "g
  79. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'. Two different types with this name exist, but they are unrelated.
  80.                       Type '"send"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  81. node_modules/@types/ember/index.d.ts(1081,15): error TS2417: Class static side 'typeof EngineInstance' incorrectly extends base class static side 'Readonly<typeof Object>'.
  82.   Types of property 'prototype' are incompatible.
  83.     Type 'EngineInstance' is not assignable to type 'Object'.                                                                                                            [36/1483]
  84.       Types of property 'addObserver' are incompatible.
  85.         Type '<Target>(key: "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyCha...' is not assignable to type '<Target>(key: "toString" | "get" |
  86. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'. Two different types with this name exist, but they are unrelated.
  87.           Types of parameters 'method' and 'method' are incompatible.
  88.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, EngineInstance>'.
  89.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, EngineIns
  90. tance>'.
  91.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: EngineI
  92. nstance, key: "toString" | "get" | "getProperties" | "set" | "setPrope...'.
  93.                   Types of parameters 'key' and 'key' are incompatible.                                                                                                                               Type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...' is not assignable to type '"toString" | "get" | "g
  94. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'. Two different types with this name exist, but they are unrelated.                                                       Type '"unregister"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  95. node_modules/@types/ember/index.d.ts(1784,15): error TS2417: Class static side 'typeof Route' incorrectly extends base class static side 'Readonly<typeof Object>'.
  96.   Types of property 'prototype' are incompatible.                                                                                                                                     Type 'Route' is not assignable to type 'Object'.
  97.       Types of property 'addObserver' are incompatible.
  98.         Type '<Target>(key: "error" | "activate" | "deactivate" | "toString" | "get" | "getProperties" | "set" ...' is not assignable to type '<Target>(key: "toString" | "get" |
  99. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'.
  100.           Types of parameters 'method' and 'method' are incompatible.
  101.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, Route>'.
  102.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, Route>'.
  103.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: Route,
  104. key: "error" | "activate" | "deactivate" | "toString" | "get" | "getPr...'.
  105.                   Types of parameters 'key' and 'key' are incompatible.
  106.                     Type '"error" | "activate" | "deactivate" | "toString" | "get" | "getProperties" | "set" | "setProperti...' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  107.                       Type '"error"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.            node_modules/@types/ember/index.d.ts(2050,15): error TS2417: Class static side 'typeof Router' incorrectly extends base class static side 'Readonly<typeof Object>'.
  108.   Types of property 'prototype' are incompatible.
  109.     Type 'Router' is not assignable to type 'Object'.                                                                                                                                   Types of property 'addObserver' are incompatible.
  110.         Type '<Target>(key: "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyCha...' is not assignable to type '<Target>(key: "toString" | "get" |
  111. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'. Two different types with this name exist, but they are unrelated.
  112.           Types of parameters 'method' and 'method' are incompatible.
  113.             Type 'ObserverMethod<any, Object>' is not assignable to type 'ObserverMethod<any, Router>'.
  114.               Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type 'ObserverMethod<any, Router>'.
  115.                 Type '(this: any, sender: Object, key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...' is not assignable to type '(this: any, sender: Router,
  116. key: "toString" | "get" | "getProperties" | "set" | "setProperties" |...'.
  117.                   Types of parameters 'key' and 'key' are incompatible.
  118.                     Type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...' is not assignable to type '"toString" | "get" | "g
  119. etProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'. Two different types with this name exist, but they are unrelated.
  120.                       Type '"location"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  121. node_modules/@types/ember/index.d.ts(2107,15): error TS2417: Class static side 'typeof TextArea' incorrectly extends base class static side 'Readonly<typeof Component>'.
  122.   Types of property 'prototype' are incompatible.
  123.     Type 'TextArea' is not assignable to type 'Component'.
  124.       Types of property 'addObserver' are incompatible.
  125.         Type '<Target>(key: "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyCha...' is not assignable to type '<Target>(key: "toString" | "get" |
  126. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'. Two different types with this name exist, but they are unrelated.
  127.           Types of parameters 'method' and 'method' are incompatible.
  128.             Type 'ObserverMethod<any, Component>' is not assignable to type 'ObserverMethod<any, TextArea>'.
  129.               Type '(this: any, sender: Component, key: "toString" | "get" | "getProperties" | "set" | "setProperties...' is not assignable to type 'ObserverMethod<any, TextArea>'.
  130.                 Type '(this: any, sender: Component, key: "toString" | "get" | "getProperties" | "set" | "setProperties...' is not assignable to type '(this: any, sender: TextArea, key: "toString" | "get" | "getProperties" | "set" | "setProperties"...'.
  131.                   Types of parameters 'key' and 'key' are incompatible.
  132.                     Type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'. Two different types with this name exist, but they are unrelated.
  133.                       Type '"bubbles"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  134. node_modules/@types/ember/index.d.ts(2112,15): error TS2417: Class static side 'typeof TextField' incorrectly extends base class static side 'Readonly<typeof Component>'.
  135.   Types of property 'prototype' are incompatible.
  136.     Type 'TextField' is not assignable to type 'Component'.
  137.       Types of property 'addObserver' are incompatible.
  138.         Type '<Target>(key: "max" | "pattern" | "toString" | "get" | "getProperties" | "set" | "setProperties" ...' is not assignable to type '<Target>(key: "toString" | "get" |
  139. "getProperties" | "set" | "setProperties" | "notifyPropertyCha...'.
  140.           Types of parameters 'method' and 'method' are incompatible.
  141.             Type 'ObserverMethod<any, Component>' is not assignable to type 'ObserverMethod<any, TextField>'.
  142.               Type '(this: any, sender: Component, key: "toString" | "get" | "getProperties" | "set" | "setProperties...' is not assignable to type 'ObserverMethod<any, TextField>'.
  143.                 Type '(this: any, sender: Component, key: "toString" | "get" | "getProperties" | "set" | "setProperties...' is not assignable to type '(this: any, sender: TextField, key: "max" | "pattern" | "toString" | "get" | "getProperties" | "s...'.
  144.                   Types of parameters 'key' and 'key' are incompatible.
  145.                     Type '"max" | "pattern" | "toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPrope...' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  146.                       Type '"max"' is not assignable to type '"toString" | "get" | "getProperties" | "set" | "setProperties" | "notifyPropertyChange" | "addObs...'.
  147. 12:37:24 AM - Compilation complete. Watching for file changes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement