refactor(ivy): remove short instruction names as they provide no value (#25493)

PR Close #25493
This commit is contained in:
Miško Hevery
2018-08-14 16:48:58 -07:00
committed by Jason Aden
parent 92c8752d0a
commit 9ee6702fa9
30 changed files with 1059 additions and 1036 deletions

View File

@ -37,68 +37,68 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵNgOnChangesFeature': r3.NgOnChangesFeature,
'ɵPublicFeature': r3.PublicFeature,
'ɵInheritDefinitionFeature': r3.InheritDefinitionFeature,
a': r3.a,
'ɵb': r3.b,
C': r3.C,
x': r3.x,
'ɵcR': r3.cR,
'ɵcr': r3.cr,
d': r3.d,
ql': r3.ql,
NH': r3.NH,
NM': r3.NM,
NS': r3.NS,
E': r3.E,
'ɵe': r3.e,
Ee': r3.Ee,
'ɵEC': r3.EC,
'ɵeC': r3.eC,
f0': r3.f0,
f1': r3.f1,
f2': r3.f2,
f3': r3.f3,
f4': r3.f4,
f5': r3.f5,
f6': r3.f6,
f7': r3.f7,
f8': r3.f8,
fV': r3.fV,
'ɵgV': r3.gV,
'ɵrV': r3.rV,
'ɵi1': r3.i1,
'ɵi2': r3.i2,
'ɵi3': r3.i3,
'ɵi4': r3.i4,
'ɵi5': r3.i5,
'ɵi6': r3.i6,
'ɵi7': r3.i7,
'ɵi8': r3.i8,
'ɵiV': r3.iV,
cp': r3.cp,
L': r3.L,
'ɵld': r3.ld,
P': r3.P,
p': r3.p,
'ɵpb1': r3.pb1,
'ɵpb2': r3.pb2,
'ɵpb3': r3.pb3,
'ɵpb4': r3.pb4,
'ɵpbV': r3.pbV,
'ɵpD': r3.pD,
Pp': r3.Pp,
Q': r3.Q,
'ɵqR': r3.qR,
Qr': r3.Qr,
'ɵrS': r3.rS,
'ɵr': r3.r,
s': r3.s,
sm': r3.sm,
sp': r3.sp,
sa': r3.sa,
T': r3.T,
'ɵt': r3.t,
V': r3.V,
v': r3.v,
elementAttribute': r3.elementAttribute,
'ɵbind': r3.bind,
container': r3.container,
nextContext': r3.nextContext,
'ɵcontainerRefreshStart': r3.containerRefreshStart,
'ɵcontainerRefreshEnd': r3.containerRefreshEnd,
loadDirective': r3.loadDirective,
'ɵloadQueryList': r3.loadQueryList,
namespaceHTML': r3.namespaceHTML,
namespaceMathML': r3.namespaceMathML,
namespaceSVG': r3.namespaceSVG,
elementStart': r3.elementStart,
'ɵelementEnd': r3.elementEnd,
'ɵelement': r3.element,
'ɵEC': r3.elementContainerStart,
'ɵeC': r3.elementContainerEnd,
pureFunction0': r3.pureFunction0,
pureFunction1': r3.pureFunction1,
pureFunction2': r3.pureFunction2,
pureFunction3': r3.pureFunction3,
pureFunction4': r3.pureFunction4,
pureFunction5': r3.pureFunction5,
pureFunction6': r3.pureFunction6,
pureFunction7': r3.pureFunction7,
pureFunction8': r3.pureFunction8,
pureFunctionV': r3.pureFunctionV,
'ɵgetCurrentView': r3.getCurrentView,
'ɵrestoreView': r3.restoreView,
'ɵinterpolation1': r3.interpolation1,
'ɵinterpolation2': r3.interpolation2,
'ɵinterpolation3': r3.interpolation3,
'ɵinterpolation4': r3.interpolation4,
'ɵinterpolation5': r3.interpolation5,
'ɵinterpolation6': r3.interpolation6,
'ɵinterpolation7': r3.interpolation7,
'ɵinterpolation8': r3.interpolation8,
'ɵinterpolationV': r3.interpolationV,
elementClassProp': r3.elementClassProp,
listener': r3.listener,
'ɵload': r3.load,
projection': r3.projection,
elementProperty': r3.elementProperty,
'ɵpipeBind1': r3.pipeBind1,
'ɵpipeBind2': r3.pipeBind1,
'ɵpipeBind3': r3.pipeBind3,
'ɵpipeBind4': r3.pipeBind4,
'ɵpipeBindV': r3.pipeBindV,
'ɵprojectionDef': r3.projectionDef,
'ɵpipe': r3.pipe,
query': r3.query,
'ɵqueryRefresh': r3.queryRefresh,
registerContentQuery': r3.registerContentQuery,
'ɵreserveSlots': r3.reserveSlots,
'ɵreference': r3.reference,
elementStyling': r3.elementStyling,
elementStylingMap': r3.elementStylingMap,
elementStylingProp': r3.elementStyleProp,
elementStylingApply': r3.elementStylingApply,
text': r3.text,
'ɵtextBinding': r3.textBinding,
embeddedViewStart': r3.embeddedViewStart,
embeddedViewEnd': r3.embeddedViewEnd,
'ɵzh': sanitization.sanitizeHtml,
'ɵzs': sanitization.sanitizeStyle,