feat(ivy): added new namespace and element instructions to JIT environment (#23899)

PR Close #23899
This commit is contained in:
Ben Lesh
2018-06-01 16:00:51 -07:00
committed by Victor Berchet
parent 1007d1ad27
commit acf270d724
18 changed files with 126 additions and 75 deletions

View File

@ -37,6 +37,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵcr': r3.cr,
'ɵd': r3.d,
'ɵE': r3.E,
'ɵEe': r3.Ee,
'ɵe': r3.e,
'ɵf0': r3.f0,
'ɵf1': r3.f1,
@ -60,6 +61,9 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵkn': r3.kn,
'ɵL': r3.L,
'ɵld': r3.ld,
'ɵNH': r3.NH,
'ɵNM': r3.NM,
'ɵNS': r3.NS,
'ɵp': r3.p,
'ɵpb1': r3.pb1,
'ɵpb2': r3.pb2,