refactor(ivy): add element instruction, reducing output size (#24379)
- Adds an element instruction - Reduces size of compiled output slightly PR Close #24379
This commit is contained in:
@ -41,6 +41,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
|
||||
'ɵNS': r3.NS,
|
||||
'ɵE': r3.E,
|
||||
'ɵe': r3.e,
|
||||
'ɵEe': r3.Ee,
|
||||
'ɵf0': r3.f0,
|
||||
'ɵf1': r3.f1,
|
||||
'ɵf2': r3.f2,
|
||||
|
Reference in New Issue
Block a user