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));
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user