chore(tests): fix broken linker integration test and fix DebugNode export

Fixes two small issues introduced with pr #6555
This commit is contained in:
Julie Ralph
2016-01-29 13:30:36 -08:00
parent e1bf3d33f8
commit a78dcfa5f3
5 changed files with 33 additions and 4 deletions

View File

@ -117,6 +117,18 @@ const CORE = [
'ContentChildrenMetadata.constructor(_selector:Type|string, {descendants=false}:{descendants?:boolean})',
'CyclicDependencyError',
'CyclicDependencyError.constructor(injector:Injector, key:Key)',
'DebugNode',
'DebugNode.componentInstance:any',
'DebugNode.constructor(nativeNode:any, parent:DebugNode)',
'DebugNode.getLocal(name:string):any',
'DebugNode.inject(token:any):any',
'DebugNode.injector:Injector',
'DebugNode.listeners:EventListener[]',
'DebugNode.locals:Map<string, any>',
'DebugNode.nativeNode:any',
'DebugNode.parent:DebugElement',
'DebugNode.providerTokens:any[]',
'DebugNode.setDebugInfo(info:RenderDebugInfo):any',
'DebugElement',
'DebugElement.children:DebugElement[]',
'DebugElement.nativeElement:any',