From d097784d571581fa620a497c65c201e35fdb04c7 Mon Sep 17 00:00:00 2001 From: Martin Probst Date: Fri, 29 Apr 2016 17:18:05 -0700 Subject: [PATCH] chore: adjust public API spec to API changes. --- tools/public_api_guard/public_api_spec.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/public_api_guard/public_api_spec.ts b/tools/public_api_guard/public_api_spec.ts index b1fc119a92..7d3c6a8795 100644 --- a/tools/public_api_guard/public_api_spec.ts +++ b/tools/public_api_guard/public_api_spec.ts @@ -214,9 +214,9 @@ const CORE = [ 'ReflectiveInjector.get(token:any, notFoundValue:any):any', 'ReflectiveInjector.instantiateResolved(provider:ResolvedReflectiveProvider):any', 'ReflectiveInjector.parent:Injector', - 'ReflectiveInjector.resolve(providers:Array):ResolvedReflectiveProvider[]', - 'ReflectiveInjector.resolveAndCreate(providers:Array, parent:Injector):ReflectiveInjector', - 'ReflectiveInjector.resolveAndCreateChild(providers:Array):ReflectiveInjector', + 'ReflectiveInjector.resolve(providers:Array):ResolvedReflectiveProvider[]', + 'ReflectiveInjector.resolveAndCreate(providers:Array, parent:Injector):ReflectiveInjector', + 'ReflectiveInjector.resolveAndCreateChild(providers:Array):ReflectiveInjector', 'ReflectiveInjector.resolveAndInstantiate(provider:Type|Provider):any', 'InputMetadataFactory', 'InputMetadata', @@ -493,13 +493,13 @@ const CORE = [ 'WrappedValue.constructor(wrapped:any)', 'WrappedValue.wrap(value:any):WrappedValue', 'bind(token:any):ProviderBuilder', - 'const APPLICATION_COMMON_PROVIDERS:Array', - 'const APP_ID:OpaqueToken', - 'const APP_INITIALIZER:OpaqueToken', - 'const PACKAGE_ROOT_URL:OpaqueToken', - 'const PLATFORM_COMMON_PROVIDERS:Array', + 'const APPLICATION_COMMON_PROVIDERS:Array', + 'const APP_ID:any', + 'const APP_INITIALIZER:any', + 'const PACKAGE_ROOT_URL:any', + 'const PLATFORM_COMMON_PROVIDERS:Array', 'const PLATFORM_DIRECTIVES:OpaqueToken', - 'const PLATFORM_INITIALIZER:OpaqueToken', + 'const PLATFORM_INITIALIZER:any', 'const PLATFORM_PIPES:OpaqueToken', 'createNgZone():NgZone', 'enableProdMode():any', @@ -894,7 +894,7 @@ const COMPILER = [ 'TemplateAstVisitor.visitReference(ast:ReferenceAst, context:any):any', 'XHR', 'XHR.get(url:string):Promise', - 'const COMPILER_PROVIDERS:Array', + 'const COMPILER_PROVIDERS:Array', 'const PLATFORM_DIRECTIVES:OpaqueToken', 'const PLATFORM_PIPES:OpaqueToken', 'const TEMPLATE_TRANSFORMS:any',