refactor(ivy): rename flushHooksUpTo to select (#29527)
PR Close #29527
This commit is contained in:
@ -1097,7 +1097,7 @@ export function elementEnd(): void {
|
||||
*
|
||||
* @param index The index of the element in the `LView`
|
||||
*/
|
||||
export function flushHooksUpTo(index: number): void {
|
||||
export function select(index: number): void {
|
||||
const lView = getLView();
|
||||
executePreOrderHooks(lView, lView[TVIEW], getCheckNoChangesMode(), index);
|
||||
}
|
||||
@ -3110,4 +3110,4 @@ function handleError(lView: LView, error: any): void {
|
||||
const injector = lView[INJECTOR];
|
||||
const errorHandler = injector ? injector.get(ErrorHandler, null) : null;
|
||||
errorHandler && errorHandler.handleError(error);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user