From 632669f0698bc1b24e97ca372c3a2453da35d16b Mon Sep 17 00:00:00 2001 From: Kara Date: Wed, 27 Mar 2019 17:38:35 -0700 Subject: [PATCH] refactor: update tsickle comment to be more precise (#29513) Co-Authored-By: benlesh PR Close #29513 --- packages/core/src/render3/instructions/instructions.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/render3/instructions/instructions.ts b/packages/core/src/render3/instructions/instructions.ts index bd9cb4245f..6df56f3a38 100644 --- a/packages/core/src/render3/instructions/instructions.ts +++ b/packages/core/src/render3/instructions/instructions.ts @@ -1170,7 +1170,8 @@ export function elementAttribute( // TODO: Remove this when the issue is resolved. /** - * Tsickle freaked out over a function returning itself + * Tsickle has a bug where it creates an infinite loop for a function returning itself. + * This is a temporary type that will be removed when the issue is resolved. * https://github.com/angular/tsickle/issues/1009) */ export type TsickleIssue1009 = any;