
This instruction was deprecated in 664e0015d4de720216c52b13b808f9ba41b7da38 and is no longer referenced in any meaningful way, so it can be removed. PR Close #38733
324 lines
16 KiB
TypeScript
324 lines
16 KiB
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
import * as o from '../output/output_ast';
|
|
|
|
const CORE = '@angular/core';
|
|
|
|
export class Identifiers {
|
|
/* Methods */
|
|
static NEW_METHOD = 'factory';
|
|
static TRANSFORM_METHOD = 'transform';
|
|
static PATCH_DEPS = 'patchedDeps';
|
|
|
|
/* Instructions */
|
|
static namespaceHTML: o.ExternalReference = {name: 'ɵɵnamespaceHTML', moduleName: CORE};
|
|
|
|
static namespaceMathML: o.ExternalReference = {name: 'ɵɵnamespaceMathML', moduleName: CORE};
|
|
|
|
static namespaceSVG: o.ExternalReference = {name: 'ɵɵnamespaceSVG', moduleName: CORE};
|
|
|
|
static element: o.ExternalReference = {name: 'ɵɵelement', moduleName: CORE};
|
|
|
|
static elementStart: o.ExternalReference = {name: 'ɵɵelementStart', moduleName: CORE};
|
|
|
|
static elementEnd: o.ExternalReference = {name: 'ɵɵelementEnd', moduleName: CORE};
|
|
|
|
static advance: o.ExternalReference = {name: 'ɵɵadvance', moduleName: CORE};
|
|
|
|
static syntheticHostProperty:
|
|
o.ExternalReference = {name: 'ɵɵsyntheticHostProperty', moduleName: CORE};
|
|
|
|
static syntheticHostListener:
|
|
o.ExternalReference = {name: 'ɵɵsyntheticHostListener', moduleName: CORE};
|
|
|
|
static attribute: o.ExternalReference = {name: 'ɵɵattribute', moduleName: CORE};
|
|
|
|
static attributeInterpolate1:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate1', moduleName: CORE};
|
|
static attributeInterpolate2:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate2', moduleName: CORE};
|
|
static attributeInterpolate3:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate3', moduleName: CORE};
|
|
static attributeInterpolate4:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate4', moduleName: CORE};
|
|
static attributeInterpolate5:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate5', moduleName: CORE};
|
|
static attributeInterpolate6:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate6', moduleName: CORE};
|
|
static attributeInterpolate7:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate7', moduleName: CORE};
|
|
static attributeInterpolate8:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolate8', moduleName: CORE};
|
|
static attributeInterpolateV:
|
|
o.ExternalReference = {name: 'ɵɵattributeInterpolateV', moduleName: CORE};
|
|
|
|
static classProp: o.ExternalReference = {name: 'ɵɵclassProp', moduleName: CORE};
|
|
|
|
static elementContainerStart:
|
|
o.ExternalReference = {name: 'ɵɵelementContainerStart', moduleName: CORE};
|
|
|
|
static elementContainerEnd:
|
|
o.ExternalReference = {name: 'ɵɵelementContainerEnd', moduleName: CORE};
|
|
|
|
static elementContainer: o.ExternalReference = {name: 'ɵɵelementContainer', moduleName: CORE};
|
|
|
|
static styleMap: o.ExternalReference = {name: 'ɵɵstyleMap', moduleName: CORE};
|
|
|
|
static styleMapInterpolate1:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate1', moduleName: CORE};
|
|
static styleMapInterpolate2:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate2', moduleName: CORE};
|
|
static styleMapInterpolate3:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate3', moduleName: CORE};
|
|
static styleMapInterpolate4:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate4', moduleName: CORE};
|
|
static styleMapInterpolate5:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate5', moduleName: CORE};
|
|
static styleMapInterpolate6:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate6', moduleName: CORE};
|
|
static styleMapInterpolate7:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate7', moduleName: CORE};
|
|
static styleMapInterpolate8:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolate8', moduleName: CORE};
|
|
static styleMapInterpolateV:
|
|
o.ExternalReference = {name: 'ɵɵstyleMapInterpolateV', moduleName: CORE};
|
|
|
|
static classMap: o.ExternalReference = {name: 'ɵɵclassMap', moduleName: CORE};
|
|
|
|
static classMapInterpolate1:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate1', moduleName: CORE};
|
|
static classMapInterpolate2:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate2', moduleName: CORE};
|
|
static classMapInterpolate3:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate3', moduleName: CORE};
|
|
static classMapInterpolate4:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate4', moduleName: CORE};
|
|
static classMapInterpolate5:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate5', moduleName: CORE};
|
|
static classMapInterpolate6:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate6', moduleName: CORE};
|
|
static classMapInterpolate7:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate7', moduleName: CORE};
|
|
static classMapInterpolate8:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolate8', moduleName: CORE};
|
|
static classMapInterpolateV:
|
|
o.ExternalReference = {name: 'ɵɵclassMapInterpolateV', moduleName: CORE};
|
|
|
|
static styleProp: o.ExternalReference = {name: 'ɵɵstyleProp', moduleName: CORE};
|
|
|
|
static stylePropInterpolate1:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate1', moduleName: CORE};
|
|
static stylePropInterpolate2:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate2', moduleName: CORE};
|
|
static stylePropInterpolate3:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate3', moduleName: CORE};
|
|
static stylePropInterpolate4:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate4', moduleName: CORE};
|
|
static stylePropInterpolate5:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate5', moduleName: CORE};
|
|
static stylePropInterpolate6:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate6', moduleName: CORE};
|
|
static stylePropInterpolate7:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate7', moduleName: CORE};
|
|
static stylePropInterpolate8:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolate8', moduleName: CORE};
|
|
static stylePropInterpolateV:
|
|
o.ExternalReference = {name: 'ɵɵstylePropInterpolateV', moduleName: CORE};
|
|
|
|
static nextContext: o.ExternalReference = {name: 'ɵɵnextContext', moduleName: CORE};
|
|
|
|
static templateCreate: o.ExternalReference = {name: 'ɵɵtemplate', moduleName: CORE};
|
|
|
|
static text: o.ExternalReference = {name: 'ɵɵtext', moduleName: CORE};
|
|
|
|
static enableBindings: o.ExternalReference = {name: 'ɵɵenableBindings', moduleName: CORE};
|
|
|
|
static disableBindings: o.ExternalReference = {name: 'ɵɵdisableBindings', moduleName: CORE};
|
|
|
|
static getCurrentView: o.ExternalReference = {name: 'ɵɵgetCurrentView', moduleName: CORE};
|
|
|
|
static textInterpolate: o.ExternalReference = {name: 'ɵɵtextInterpolate', moduleName: CORE};
|
|
static textInterpolate1: o.ExternalReference = {name: 'ɵɵtextInterpolate1', moduleName: CORE};
|
|
static textInterpolate2: o.ExternalReference = {name: 'ɵɵtextInterpolate2', moduleName: CORE};
|
|
static textInterpolate3: o.ExternalReference = {name: 'ɵɵtextInterpolate3', moduleName: CORE};
|
|
static textInterpolate4: o.ExternalReference = {name: 'ɵɵtextInterpolate4', moduleName: CORE};
|
|
static textInterpolate5: o.ExternalReference = {name: 'ɵɵtextInterpolate5', moduleName: CORE};
|
|
static textInterpolate6: o.ExternalReference = {name: 'ɵɵtextInterpolate6', moduleName: CORE};
|
|
static textInterpolate7: o.ExternalReference = {name: 'ɵɵtextInterpolate7', moduleName: CORE};
|
|
static textInterpolate8: o.ExternalReference = {name: 'ɵɵtextInterpolate8', moduleName: CORE};
|
|
static textInterpolateV: o.ExternalReference = {name: 'ɵɵtextInterpolateV', moduleName: CORE};
|
|
|
|
static restoreView: o.ExternalReference = {name: 'ɵɵrestoreView', moduleName: CORE};
|
|
|
|
static pureFunction0: o.ExternalReference = {name: 'ɵɵpureFunction0', moduleName: CORE};
|
|
static pureFunction1: o.ExternalReference = {name: 'ɵɵpureFunction1', moduleName: CORE};
|
|
static pureFunction2: o.ExternalReference = {name: 'ɵɵpureFunction2', moduleName: CORE};
|
|
static pureFunction3: o.ExternalReference = {name: 'ɵɵpureFunction3', moduleName: CORE};
|
|
static pureFunction4: o.ExternalReference = {name: 'ɵɵpureFunction4', moduleName: CORE};
|
|
static pureFunction5: o.ExternalReference = {name: 'ɵɵpureFunction5', moduleName: CORE};
|
|
static pureFunction6: o.ExternalReference = {name: 'ɵɵpureFunction6', moduleName: CORE};
|
|
static pureFunction7: o.ExternalReference = {name: 'ɵɵpureFunction7', moduleName: CORE};
|
|
static pureFunction8: o.ExternalReference = {name: 'ɵɵpureFunction8', moduleName: CORE};
|
|
static pureFunctionV: o.ExternalReference = {name: 'ɵɵpureFunctionV', moduleName: CORE};
|
|
|
|
static pipeBind1: o.ExternalReference = {name: 'ɵɵpipeBind1', moduleName: CORE};
|
|
static pipeBind2: o.ExternalReference = {name: 'ɵɵpipeBind2', moduleName: CORE};
|
|
static pipeBind3: o.ExternalReference = {name: 'ɵɵpipeBind3', moduleName: CORE};
|
|
static pipeBind4: o.ExternalReference = {name: 'ɵɵpipeBind4', moduleName: CORE};
|
|
static pipeBindV: o.ExternalReference = {name: 'ɵɵpipeBindV', moduleName: CORE};
|
|
|
|
static hostProperty: o.ExternalReference = {name: 'ɵɵhostProperty', moduleName: CORE};
|
|
|
|
static property: o.ExternalReference = {name: 'ɵɵproperty', moduleName: CORE};
|
|
|
|
static propertyInterpolate:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate', moduleName: CORE};
|
|
static propertyInterpolate1:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate1', moduleName: CORE};
|
|
static propertyInterpolate2:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate2', moduleName: CORE};
|
|
static propertyInterpolate3:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate3', moduleName: CORE};
|
|
static propertyInterpolate4:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate4', moduleName: CORE};
|
|
static propertyInterpolate5:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate5', moduleName: CORE};
|
|
static propertyInterpolate6:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate6', moduleName: CORE};
|
|
static propertyInterpolate7:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate7', moduleName: CORE};
|
|
static propertyInterpolate8:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolate8', moduleName: CORE};
|
|
static propertyInterpolateV:
|
|
o.ExternalReference = {name: 'ɵɵpropertyInterpolateV', moduleName: CORE};
|
|
|
|
static i18n: o.ExternalReference = {name: 'ɵɵi18n', moduleName: CORE};
|
|
static i18nAttributes: o.ExternalReference = {name: 'ɵɵi18nAttributes', moduleName: CORE};
|
|
static i18nExp: o.ExternalReference = {name: 'ɵɵi18nExp', moduleName: CORE};
|
|
static i18nStart: o.ExternalReference = {name: 'ɵɵi18nStart', moduleName: CORE};
|
|
static i18nEnd: o.ExternalReference = {name: 'ɵɵi18nEnd', moduleName: CORE};
|
|
static i18nApply: o.ExternalReference = {name: 'ɵɵi18nApply', moduleName: CORE};
|
|
static i18nPostprocess: o.ExternalReference = {name: 'ɵɵi18nPostprocess', moduleName: CORE};
|
|
|
|
static pipe: o.ExternalReference = {name: 'ɵɵpipe', moduleName: CORE};
|
|
|
|
static projection: o.ExternalReference = {name: 'ɵɵprojection', moduleName: CORE};
|
|
static projectionDef: o.ExternalReference = {name: 'ɵɵprojectionDef', moduleName: CORE};
|
|
|
|
static reference: o.ExternalReference = {name: 'ɵɵreference', moduleName: CORE};
|
|
|
|
static inject: o.ExternalReference = {name: 'ɵɵinject', moduleName: CORE};
|
|
|
|
static injectAttribute: o.ExternalReference = {name: 'ɵɵinjectAttribute', moduleName: CORE};
|
|
|
|
static injectPipeChangeDetectorRef:
|
|
o.ExternalReference = {name: 'ɵɵinjectPipeChangeDetectorRef', moduleName: CORE};
|
|
|
|
static directiveInject: o.ExternalReference = {name: 'ɵɵdirectiveInject', moduleName: CORE};
|
|
static invalidFactory: o.ExternalReference = {name: 'ɵɵinvalidFactory', moduleName: CORE};
|
|
static invalidFactoryDep: o.ExternalReference = {name: 'ɵɵinvalidFactoryDep', moduleName: CORE};
|
|
|
|
static templateRefExtractor:
|
|
o.ExternalReference = {name: 'ɵɵtemplateRefExtractor', moduleName: CORE};
|
|
|
|
static resolveWindow: o.ExternalReference = {name: 'ɵɵresolveWindow', moduleName: CORE};
|
|
static resolveDocument: o.ExternalReference = {name: 'ɵɵresolveDocument', moduleName: CORE};
|
|
static resolveBody: o.ExternalReference = {name: 'ɵɵresolveBody', moduleName: CORE};
|
|
|
|
static defineComponent: o.ExternalReference = {name: 'ɵɵdefineComponent', moduleName: CORE};
|
|
|
|
static setComponentScope: o.ExternalReference = {name: 'ɵɵsetComponentScope', moduleName: CORE};
|
|
|
|
static ComponentDefWithMeta: o.ExternalReference = {
|
|
name: 'ɵɵComponentDefWithMeta',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static FactoryDef: o.ExternalReference = {
|
|
name: 'ɵɵFactoryDef',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static defineDirective: o.ExternalReference = {
|
|
name: 'ɵɵdefineDirective',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static DirectiveDefWithMeta: o.ExternalReference = {
|
|
name: 'ɵɵDirectiveDefWithMeta',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static InjectorDef: o.ExternalReference = {
|
|
name: 'ɵɵInjectorDef',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static defineInjector: o.ExternalReference = {
|
|
name: 'ɵɵdefineInjector',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static NgModuleDefWithMeta: o.ExternalReference = {
|
|
name: 'ɵɵNgModuleDefWithMeta',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static ModuleWithProviders: o.ExternalReference = {
|
|
name: 'ModuleWithProviders',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static defineNgModule: o.ExternalReference = {name: 'ɵɵdefineNgModule', moduleName: CORE};
|
|
static setNgModuleScope: o.ExternalReference = {name: 'ɵɵsetNgModuleScope', moduleName: CORE};
|
|
|
|
static PipeDefWithMeta: o.ExternalReference = {name: 'ɵɵPipeDefWithMeta', moduleName: CORE};
|
|
|
|
static definePipe: o.ExternalReference = {name: 'ɵɵdefinePipe', moduleName: CORE};
|
|
|
|
static queryRefresh: o.ExternalReference = {name: 'ɵɵqueryRefresh', moduleName: CORE};
|
|
static viewQuery: o.ExternalReference = {name: 'ɵɵviewQuery', moduleName: CORE};
|
|
static staticViewQuery: o.ExternalReference = {name: 'ɵɵstaticViewQuery', moduleName: CORE};
|
|
static staticContentQuery: o.ExternalReference = {name: 'ɵɵstaticContentQuery', moduleName: CORE};
|
|
static loadQuery: o.ExternalReference = {name: 'ɵɵloadQuery', moduleName: CORE};
|
|
static contentQuery: o.ExternalReference = {name: 'ɵɵcontentQuery', moduleName: CORE};
|
|
|
|
static NgOnChangesFeature: o.ExternalReference = {name: 'ɵɵNgOnChangesFeature', moduleName: CORE};
|
|
|
|
static InheritDefinitionFeature:
|
|
o.ExternalReference = {name: 'ɵɵInheritDefinitionFeature', moduleName: CORE};
|
|
|
|
static CopyDefinitionFeature:
|
|
o.ExternalReference = {name: 'ɵɵCopyDefinitionFeature', moduleName: CORE};
|
|
|
|
static ProvidersFeature: o.ExternalReference = {name: 'ɵɵProvidersFeature', moduleName: CORE};
|
|
|
|
static listener: o.ExternalReference = {name: 'ɵɵlistener', moduleName: CORE};
|
|
|
|
static getFactoryOf: o.ExternalReference = {
|
|
name: 'ɵɵgetFactoryOf',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
static getInheritedFactory: o.ExternalReference = {
|
|
name: 'ɵɵgetInheritedFactory',
|
|
moduleName: CORE,
|
|
};
|
|
|
|
// sanitization-related functions
|
|
static sanitizeHtml: o.ExternalReference = {name: 'ɵɵsanitizeHtml', moduleName: CORE};
|
|
static sanitizeStyle: o.ExternalReference = {name: 'ɵɵsanitizeStyle', moduleName: CORE};
|
|
static sanitizeResourceUrl:
|
|
o.ExternalReference = {name: 'ɵɵsanitizeResourceUrl', moduleName: CORE};
|
|
static sanitizeScript: o.ExternalReference = {name: 'ɵɵsanitizeScript', moduleName: CORE};
|
|
static sanitizeUrl: o.ExternalReference = {name: 'ɵɵsanitizeUrl', moduleName: CORE};
|
|
static sanitizeUrlOrResourceUrl:
|
|
o.ExternalReference = {name: 'ɵɵsanitizeUrlOrResourceUrl', moduleName: CORE};
|
|
}
|