refactor(ivy): rename flushHooksUpTo to select (#29527)
PR Close #29527
This commit is contained in:
@ -798,7 +798,7 @@ describe('compiler compliance', () => {
|
||||
if (rf & 2) {
|
||||
const $myComp$ = $r3$.ɵnextContext();
|
||||
const $foo$ = $r3$.ɵreference(1);
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵtextBinding(1, $r3$.ɵinterpolation2("", $myComp$.salutation, " ", $foo$, ""));
|
||||
}
|
||||
}
|
||||
@ -1257,7 +1257,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵelementProperty(0, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
}
|
||||
}
|
||||
@ -1950,7 +1950,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵtextBinding(0, $r3$.ɵinterpolation1("", $r3$.ɵpipeBind2(1, 3, $r3$.ɵpipeBind2(2, 6, ctx.name, ctx.size), ctx.size), ""));
|
||||
$r3$.ɵflushHooksUpTo(4);
|
||||
$r3$.ɵselect(4);
|
||||
$r3$.ɵtextBinding(4, $r3$.ɵinterpolation2("", $r3$.ɵpipeBindV(5, 9, $r3$.ɵpureFunction1(18, $c0$, ctx.name)), " ", (ctx.name ? 1 : $r3$.ɵpipeBind1(6, 16, 2)), ""));
|
||||
}
|
||||
},
|
||||
@ -2065,7 +2065,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $user$ = $r3$.ɵreference(1);
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵtextBinding(2, $r3$.ɵinterpolation1("Hello ", $user$.value, "!"));
|
||||
}
|
||||
},
|
||||
@ -2128,7 +2128,7 @@ describe('compiler compliance', () => {
|
||||
$r3$.ɵnextContext();
|
||||
const $foo$ = $r3$.ɵreference(1);
|
||||
const $baz$ = $r3$.ɵreference(5);
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵtextBinding(1, $r3$.ɵinterpolation3("", $foo$, "-", $bar$, "-", $baz$, ""));
|
||||
}
|
||||
}
|
||||
@ -2144,7 +2144,7 @@ describe('compiler compliance', () => {
|
||||
const $bar$ = $r3$.ɵreference(4);
|
||||
$r3$.ɵnextContext();
|
||||
const $foo$ = $r3$.ɵreference(1);
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵtextBinding(1, $r3$.ɵinterpolation2(" ", $foo$, "-", $bar$, " "));
|
||||
}
|
||||
}
|
||||
@ -2164,7 +2164,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $foo$ = $r3$.ɵreference(1);
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵtextBinding(2, $r3$.ɵinterpolation1(" ", $foo$, " "));
|
||||
}
|
||||
},
|
||||
@ -2217,7 +2217,7 @@ describe('compiler compliance', () => {
|
||||
if (rf & 2) {
|
||||
const $item$ = $i0$.ɵnextContext().$implicit;
|
||||
const $foo$ = $i0$.ɵreference(2);
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵtextBinding(1, $i0$.ɵinterpolation2(" ", $foo$, " - ", $item$, " "));
|
||||
}
|
||||
}
|
||||
@ -2231,7 +2231,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $app$ = $i0$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$i0$.ɵelementProperty(3, "ngIf", $i0$.ɵbind($app$.showing));
|
||||
}
|
||||
}
|
||||
@ -2323,7 +2323,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵelementProperty(0, "name", $r3$.ɵbind(ctx.name1));
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1, "name", $r3$.ɵbind(ctx.name2));
|
||||
}
|
||||
},
|
||||
@ -2455,7 +2455,7 @@ describe('compiler compliance', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1,"forOf",$r3$.ɵbind(ctx.items));
|
||||
}
|
||||
},
|
||||
@ -2519,7 +2519,7 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $item$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵtextBinding(1, $r3$.ɵinterpolation1("", $item$.name, ""));
|
||||
}
|
||||
}
|
||||
@ -2537,7 +2537,7 @@ describe('compiler compliance', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1, "forOf", $r3$.ɵbind(ctx.items));
|
||||
}
|
||||
},
|
||||
@ -2602,7 +2602,7 @@ describe('compiler compliance', () => {
|
||||
if (rf & 2) {
|
||||
const $info$ = ctx.$implicit;
|
||||
const $item$ = $r3$.ɵnextContext().$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵtextBinding(1, $r3$.ɵinterpolation2(" ", $item$.name, ": ", $info$.description, " "));
|
||||
}
|
||||
}
|
||||
@ -2620,9 +2620,9 @@ describe('compiler compliance', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $item$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵtextBinding(2, $r3$.ɵinterpolation1("", IDENT.name, ""));
|
||||
$r3$.ɵflushHooksUpTo(4);
|
||||
$r3$.ɵselect(4);
|
||||
$r3$.ɵelementProperty(4, "forOf", $r3$.ɵbind(IDENT.infos));
|
||||
}
|
||||
}
|
||||
@ -2641,7 +2641,7 @@ describe('compiler compliance', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1, "forOf", $r3$.ɵbind(ctx.items));
|
||||
}
|
||||
},
|
||||
|
@ -44,7 +44,7 @@ describe('compiler compliance: bindings', () => {
|
||||
$i0$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵtextBinding(1, $i0$.ɵinterpolation1("Hello ", $ctx$.name, ""));
|
||||
}
|
||||
}`;
|
||||
@ -474,7 +474,7 @@ describe('compiler compliance: bindings', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $_r0$ = $i0$.ɵreference(1);
|
||||
$r3$.ɵflushHooksUpTo(4);
|
||||
$r3$.ɵselect(4);
|
||||
$i0$.ɵtextBinding(4, $i0$.ɵinterpolation1(" ", $_r0$.id, " "));
|
||||
}
|
||||
}
|
||||
|
@ -369,7 +369,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(1, 0, ctx.valueA)));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueB));
|
||||
$r3$.ɵi18nApply(2);
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueA));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueB));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind((ctx.valueA + ctx.valueB)));
|
||||
@ -437,7 +437,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $outer_r1$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(2, 0, $outer_r1$)));
|
||||
$r3$.ɵi18nApply(3);
|
||||
}
|
||||
@ -527,7 +527,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(1, 0, ctx.valueA)));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueB));
|
||||
$r3$.ɵi18nApply(2);
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueA));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueB));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind((ctx.valueA + ctx.valueB)));
|
||||
@ -568,7 +568,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $outer_r1$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(2, 0, $outer_r1$)));
|
||||
$r3$.ɵi18nApply(3);
|
||||
}
|
||||
@ -734,7 +734,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueA));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -761,7 +761,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueA));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -792,7 +792,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(2, 2, ctx.valueA)));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(((ctx.valueA == null) ? null : ((ctx.valueA.a == null) ? null : ctx.valueA.a.b))));
|
||||
$r3$.ɵi18nApply(1);
|
||||
@ -836,13 +836,13 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.one));
|
||||
$r3$.ɵi18nApply(1);
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(4, 3, ctx.two)));
|
||||
$r3$.ɵi18nApply(3);
|
||||
$r3$.ɵflushHooksUpTo(6);
|
||||
$r3$.ɵselect(6);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(((ctx.three + ctx.four) + ctx.five)));
|
||||
$r3$.ɵi18nApply(6);
|
||||
}
|
||||
@ -907,10 +907,10 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.one));
|
||||
$r3$.ɵi18nApply(1);
|
||||
$r3$.ɵflushHooksUpTo(4);
|
||||
$r3$.ɵselect(4);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(5, 3, ctx.two)));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.nestedInBlockTwo));
|
||||
$r3$.ɵi18nApply(4);
|
||||
@ -977,13 +977,13 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueB));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueC));
|
||||
$r3$.ɵi18nApply(3);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueA));
|
||||
$r3$.ɵi18nApply(1);
|
||||
$r3$.ɵflushHooksUpTo(7);
|
||||
$r3$.ɵselect(7);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.valueE));
|
||||
$r3$.ɵi18nApply(8);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(6, 5, ctx.valueD)));
|
||||
@ -1032,7 +1032,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $ctx_r0$ = $r3$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($ctx_r0$.valueA));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(4, 2, $ctx_r0$.valueB)));
|
||||
$r3$.ɵi18nApply(2);
|
||||
@ -1049,7 +1049,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
}
|
||||
}
|
||||
@ -1100,9 +1100,9 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵtemplate(2, MyComponent_img_2_Template, 2, 1, "img", $_c2$);
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
}
|
||||
}
|
||||
@ -1166,7 +1166,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $ctx_r0$ = $r3$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(4);
|
||||
$r3$.ɵselect(4);
|
||||
$r3$.ɵelementProperty(4, "ngIf", $r3$.ɵbind($ctx_r0$.exists));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($ctx_r0$.valueA));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(3, 3, $ctx_r0$.valueB)));
|
||||
@ -1216,9 +1216,9 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$r3$.ɵelementProperty(3, "ngIf", $r3$.ɵbind(!ctx.visible));
|
||||
}
|
||||
}
|
||||
@ -1250,7 +1250,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $ctx_r0$ = $r3$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($ctx_r0$.valueA));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1335,7 +1335,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.age));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1424,7 +1424,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementContainerEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(2, 1, ctx.valueA)));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1509,7 +1509,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($r3$.ɵpipeBind1(4, 1, ctx.valueB)));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1555,7 +1555,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementContainerEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.age));
|
||||
$r3$.ɵi18nApply(2);
|
||||
}
|
||||
@ -1677,7 +1677,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵtemplate(2, MyComponent_ng_template_2_Template, 1, 1, "ng-template");
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1821,7 +1821,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1902,7 +1902,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $ctx_r0$ = $r3$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($ctx_r0$.age));
|
||||
$r3$.ɵi18nApply(1);
|
||||
}
|
||||
@ -1924,7 +1924,7 @@ describe('i18n support in the view compiler', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $ctx_r1$ = $r3$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($ctx_r1$.count));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind($ctx_r1$.count));
|
||||
$r3$.ɵi18nApply(2);
|
||||
@ -1942,12 +1942,12 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵtemplate(3, MyComponent_div_3_Template, 4, 2, "div", $_c1$);
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nApply(1);
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$r3$.ɵelementProperty(3, "ngIf", $r3$.ɵbind(ctx.available));
|
||||
}
|
||||
}
|
||||
@ -1974,7 +1974,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.age));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.other));
|
||||
$r3$.ɵi18nApply(1);
|
||||
@ -2062,7 +2062,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(((ctx.ageA + ctx.ageB) + ctx.ageC)));
|
||||
$r3$.ɵi18nApply(1);
|
||||
@ -2104,7 +2104,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.age));
|
||||
$r3$.ɵi18nApply(1);
|
||||
@ -2176,7 +2176,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(3);
|
||||
$r3$.ɵselect(3);
|
||||
$r3$.ɵelementProperty(3, "ngIf", $r3$.ɵbind(ctx.visible));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
@ -2218,7 +2218,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.age));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nApply(1);
|
||||
@ -2282,7 +2282,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "ngIf", $r3$.ɵbind(ctx.ageVisible));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nApply(1);
|
||||
@ -2349,7 +2349,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "ngIf", $r3$.ɵbind(ctx.ageVisible));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.weight));
|
||||
@ -2392,7 +2392,7 @@ describe('i18n support in the view compiler', () => {
|
||||
$r3$.ɵelementEnd();
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.gender));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.weight));
|
||||
$r3$.ɵi18nExp($r3$.ɵbind(ctx.height));
|
||||
|
@ -227,9 +227,9 @@ describe('compiler compliance: styling', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
$r3$.ɵelementProperty(0, "@foo", $r3$.ɵbind(ctx.exp));
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$r3$.ɵelementProperty(1, "@bar", $r3$.ɵbind(undefined));
|
||||
$r3$.ɵflushHooksUpTo(2);
|
||||
$r3$.ɵselect(2);
|
||||
$r3$.ɵelementProperty(2, "@baz", $r3$.ɵbind(undefined));
|
||||
}
|
||||
},
|
||||
@ -932,7 +932,7 @@ describe('compiler compliance: styling', () => {
|
||||
$r3$.ɵelementStyleProp(0, 1, $r3$.ɵpipeBind2(3, 7, $ctx$.bazExp, 4000));
|
||||
$r3$.ɵelementClassProp(0, 0, $r3$.ɵpipeBind2(4, 10, $ctx$.fooExp, 2000));
|
||||
$r3$.ɵelementStylingApply(0);
|
||||
$r3$.ɵflushHooksUpTo(5);
|
||||
$r3$.ɵselect(5);
|
||||
$r3$.ɵtextBinding(5, $r3$.ɵinterpolation1(" ", $ctx$.item, ""));
|
||||
}
|
||||
}
|
||||
|
@ -76,7 +76,7 @@ describe('compiler compliance: template', () => {
|
||||
const $outer1$ = $i0$.ɵnextContext().$implicit;
|
||||
const $myComp1$ = $i0$.ɵnextContext();
|
||||
$i0$.ɵelementProperty(0, "title", $i0$.ɵbind($myComp1$.format($outer1$, $middle1$, $inner1$, $myComp1$.component)));
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵtextBinding(1, $i0$.ɵinterpolation1(" ", $myComp1$.format($outer1$, $middle1$, $inner1$, $myComp1$.component), " "));
|
||||
}
|
||||
}
|
||||
@ -89,7 +89,7 @@ describe('compiler compliance: template', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $myComp2$ = $i0$.ɵnextContext(2);
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵelementProperty(1, "ngForOf", $i0$.ɵbind($myComp2$.items));
|
||||
}
|
||||
}
|
||||
@ -102,7 +102,7 @@ describe('compiler compliance: template', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $outer2$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵelementProperty(1, "ngForOf", $i0$.ɵbind($outer2$.items));
|
||||
}
|
||||
}
|
||||
@ -211,7 +211,7 @@ describe('compiler compliance: template', () => {
|
||||
if (rf & 2) {
|
||||
const $item$ = ctx.$implicit;
|
||||
const $i$ = ctx.index;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵtextBinding(1, $i0$.ɵinterpolation2(" ", $i$, " - ", $item$, " "));
|
||||
}
|
||||
}
|
||||
@ -267,7 +267,7 @@ describe('compiler compliance: template', () => {
|
||||
const $div$ = $i0$.ɵnextContext();
|
||||
const $i$ = $div$.index;
|
||||
const $item$ = $div$.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵtextBinding(1, $i0$.ɵinterpolation2(" ", $i$, " - ", $item$, " "));
|
||||
}
|
||||
}
|
||||
@ -280,7 +280,7 @@ describe('compiler compliance: template', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $app$ = $i0$.ɵnextContext();
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵelementProperty(1, "ngIf", $i0$.ɵbind($app$.showing));
|
||||
}
|
||||
}
|
||||
@ -337,7 +337,7 @@ describe('compiler compliance: template', () => {
|
||||
if (rf & 2) {
|
||||
const $middle$ = $i0$.ɵnextContext().$implicit;
|
||||
const $myComp$ = $i0$.ɵnextContext(2);
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵtextBinding(1, $i0$.ɵinterpolation2(" ", $middle$.value, " - ", $myComp$.name, " "));
|
||||
}
|
||||
}
|
||||
@ -350,7 +350,7 @@ describe('compiler compliance: template', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $middle$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵelementProperty(1, "ngForOf", $i0$.ɵbind($middle$.items));
|
||||
}
|
||||
}
|
||||
@ -363,7 +363,7 @@ describe('compiler compliance: template', () => {
|
||||
}
|
||||
if (rf & 2) {
|
||||
const $outer$ = ctx.$implicit;
|
||||
$r3$.ɵflushHooksUpTo(1);
|
||||
$r3$.ɵselect(1);
|
||||
$i0$.ɵelementProperty(1, "ngForOf", $i0$.ɵbind($outer$.items));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user