@@ -16,38 +16,68 @@ import * as wtf_init from './src/profile/wtf_init';
1616import * as reflection_capabilities from './src/reflection/reflection_capabilities' ;
1717import * as decorators from './src/util/decorators' ;
1818
19- export namespace __core_private__ {
20- export var isDefaultChangeDetectionStrategy = constants . isDefaultChangeDetectionStrategy ;
19+ export declare namespace __core_private_types__ {
20+ export var isDefaultChangeDetectionStrategy : typeof constants . isDefaultChangeDetectionStrategy ;
2121 export type ChangeDetectorState = constants . ChangeDetectorState ;
22- export var ChangeDetectorState = constants . ChangeDetectorState ;
23- export var CHANGE_DETECTION_STRATEGY_VALUES = constants . CHANGE_DETECTION_STRATEGY_VALUES ;
24- export var constructDependencies = reflective_provider . constructDependencies ;
22+ export var ChangeDetectorState : typeof constants . ChangeDetectorState ;
23+ export var CHANGE_DETECTION_STRATEGY_VALUES : typeof constants . CHANGE_DETECTION_STRATEGY_VALUES ;
24+ export var constructDependencies : typeof reflective_provider . constructDependencies ;
2525 export type LifecycleHooks = lifecycle_hooks . LifecycleHooks ;
26- export var LifecycleHooks = lifecycle_hooks . LifecycleHooks ;
27- export var LIFECYCLE_HOOKS_VALUES = lifecycle_hooks . LIFECYCLE_HOOKS_VALUES ;
26+ export var LifecycleHooks : typeof lifecycle_hooks . LifecycleHooks ;
27+ export var LIFECYCLE_HOOKS_VALUES : typeof lifecycle_hooks . LIFECYCLE_HOOKS_VALUES ;
2828 export type ReflectorReader = reflector_reader . ReflectorReader ;
29- export var ReflectorReader = reflector_reader . ReflectorReader ;
30- export var ReflectorComponentResolver = component_resolver . ReflectorComponentResolver ;
29+ export var ReflectorReader : typeof reflector_reader . ReflectorReader ;
30+ export var ReflectorComponentResolver : typeof component_resolver . ReflectorComponentResolver ;
3131 export type AppElement = element . AppElement ;
32- export var AppElement = element . AppElement ;
33- export var AppView = view . AppView ;
32+ export var AppElement : typeof element . AppElement ;
33+ export var AppView : typeof view . AppView ;
3434 export type ViewType = view_type . ViewType ;
35- export var ViewType = view_type . ViewType ;
36- export var MAX_INTERPOLATION_VALUES = view_utils . MAX_INTERPOLATION_VALUES ;
37- export var checkBinding = view_utils . checkBinding ;
38- export var flattenNestedViewRenderNodes = view_utils . flattenNestedViewRenderNodes ;
39- export var interpolate = view_utils . interpolate ;
40- export var ViewUtils = view_utils . ViewUtils ;
41- export var VIEW_ENCAPSULATION_VALUES = metadata_view . VIEW_ENCAPSULATION_VALUES ;
42- export var DebugContext = debug_context . DebugContext ;
43- export var StaticNodeDebugInfo = debug_context . StaticNodeDebugInfo ;
44- export var devModeEqual = change_detection_util . devModeEqual ;
45- export var uninitialized = change_detection_util . uninitialized ;
46- export var ValueUnwrapper = change_detection_util . ValueUnwrapper ;
35+ export var ViewType : typeof view_type . ViewType ;
36+ export var MAX_INTERPOLATION_VALUES : typeof view_utils . MAX_INTERPOLATION_VALUES ;
37+ export var checkBinding : typeof view_utils . checkBinding ;
38+ export var flattenNestedViewRenderNodes : typeof view_utils . flattenNestedViewRenderNodes ;
39+ export var interpolate : typeof view_utils . interpolate ;
40+ export var ViewUtils : typeof view_utils . ViewUtils ;
41+ export var VIEW_ENCAPSULATION_VALUES : typeof metadata_view . VIEW_ENCAPSULATION_VALUES ;
42+ export var DebugContext : typeof debug_context . DebugContext ;
43+ export var StaticNodeDebugInfo : typeof debug_context . StaticNodeDebugInfo ;
44+ export var devModeEqual : typeof change_detection_util . devModeEqual ;
45+ export var uninitialized : typeof change_detection_util . uninitialized ;
46+ export var ValueUnwrapper : typeof change_detection_util . ValueUnwrapper ;
4747 export type RenderDebugInfo = api . RenderDebugInfo ;
48- export var RenderDebugInfo = api . RenderDebugInfo ;
49- export var TemplateRef_ = template_ref . TemplateRef_ ;
50- export var wtfInit = wtf_init . wtfInit ;
51- export var ReflectionCapabilities = reflection_capabilities . ReflectionCapabilities ;
52- export var makeDecorator = decorators . makeDecorator ;
48+ export var RenderDebugInfo : typeof api . RenderDebugInfo ;
49+ export var TemplateRef_ : typeof template_ref . TemplateRef_ ;
50+ export var wtfInit : typeof wtf_init . wtfInit ;
51+ export var ReflectionCapabilities : typeof reflection_capabilities . ReflectionCapabilities ;
52+ export var makeDecorator : typeof decorators . makeDecorator ;
5353}
54+
55+ export var __core_private__ = {
56+ isDefaultChangeDetectionStrategy : constants . isDefaultChangeDetectionStrategy ,
57+ ChangeDetectorState : constants . ChangeDetectorState ,
58+ CHANGE_DETECTION_STRATEGY_VALUES : constants . CHANGE_DETECTION_STRATEGY_VALUES ,
59+ constructDependencies : reflective_provider . constructDependencies ,
60+ LifecycleHooks : lifecycle_hooks . LifecycleHooks ,
61+ LIFECYCLE_HOOKS_VALUES : lifecycle_hooks . LIFECYCLE_HOOKS_VALUES ,
62+ ReflectorReader : reflector_reader . ReflectorReader ,
63+ ReflectorComponentResolver : component_resolver . ReflectorComponentResolver ,
64+ AppElement : element . AppElement ,
65+ AppView : view . AppView ,
66+ ViewType : view_type . ViewType ,
67+ MAX_INTERPOLATION_VALUES : view_utils . MAX_INTERPOLATION_VALUES ,
68+ checkBinding : view_utils . checkBinding ,
69+ flattenNestedViewRenderNodes : view_utils . flattenNestedViewRenderNodes ,
70+ interpolate : view_utils . interpolate ,
71+ ViewUtils : view_utils . ViewUtils ,
72+ VIEW_ENCAPSULATION_VALUES : metadata_view . VIEW_ENCAPSULATION_VALUES ,
73+ DebugContext : debug_context . DebugContext ,
74+ StaticNodeDebugInfo : debug_context . StaticNodeDebugInfo ,
75+ devModeEqual : change_detection_util . devModeEqual ,
76+ uninitialized : change_detection_util . uninitialized ,
77+ ValueUnwrapper : change_detection_util . ValueUnwrapper ,
78+ RenderDebugInfo : api . RenderDebugInfo ,
79+ TemplateRef_ : template_ref . TemplateRef_ ,
80+ wtfInit : wtf_init . wtfInit ,
81+ ReflectionCapabilities : reflection_capabilities . ReflectionCapabilities ,
82+ makeDecorator : decorators . makeDecorator
83+ } ;
0 commit comments