refactor: update tsickle comment to be more precise (#29513)

Co-Authored-By: benlesh <ben@benlesh.com>
PR Close #29513
This commit is contained in:
Kara 2019-03-27 17:38:35 -07:00 committed by Jason Aden
parent 33963ca0d3
commit 632669f069
1 changed files with 2 additions and 1 deletions

View File

@ -1170,7 +1170,8 @@ export function elementAttribute(
// TODO: Remove this when the issue is resolved. // 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) * https://github.com/angular/tsickle/issues/1009)
*/ */
export type TsickleIssue1009 = any; export type TsickleIssue1009 = any;