New typecheck settings #452
Annotations
10 errors
|
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/compile.js#L1782
Property '_element' is private and only accessible within class 'NodeRef'.
|
|
typescript:
src/core/compile/compile.js#L1774
Property '_element' is private and only accessible within class 'NodeRef'.
|
|
typescript:
src/core/compile/compile.js#L682
Property '_element' is private and only accessible within class 'NodeRef'.
|
|
typescript:
src/core/compile/compile.js#L681
Property '_element' is private and only accessible within class 'NodeRef'.
|
|
typescript:
src/core/compile/attributes.js#L289
Property 'toString' does not exist on type 'never'.
|
|
typescript:
src/angular.js#L261
Property 'resolvables' does not exist on type 'StateObject'.
|