Type fixes #453
Annotations
10 errors
|
typescript:
src/core/compile/compile.js#L1939
Property 'length' does not exist on type 'NodeRef'.
|
|
typescript:
src/core/compile/compile.js#L1932
Type 'Node[]' is missing the following properties from type 'NodeRef': _node, _element, _nodes, _isList, and 13 more.
|
|
typescript:
src/core/compile/compile.js#L1921
Type 'undefined[]' is missing the following properties from type 'NodeRef': _node, _element, _nodes, _isList, and 13 more.
|
|
typescript:
src/core/compile/compile.js#L1888
Argument of type 'NodeRef' is not assignable to parameter of type 'Node | NodeList'.
|
|
typescript:
src/core/compile/compile.js#L1879
Property 'childNodes' does not exist on type 'NodeRef'.
|
|
typescript:
src/core/compile/compile.js#L1851
Property 'appendChild' does not exist on type 'NodeRef'.
|
|
typescript:
src/core/compile/compile.js#L1807
Type 'DocumentFragment' is missing the following properties from type 'NodeRef': _node, _element, _nodes, _isList, and 13 more.
|
|
typescript:
src/core/compile/compile.js#L1803
Type 'NodeListOf<ChildNode>' is missing the following properties from type 'NodeRef': _node, _element, _nodes, _isList, and 13 more.
|
|
typescript:
src/core/compile/attributes.js#L185
Type 'unknown' is not assignable to type 'string | boolean'.
|
|
typescript:
src/angular.js#L261
Property 'resolvables' does not exist on type 'StateObject'.
|