Skip to content

Commit

Permalink
chore(misc): update todo comment (nrwl#11985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Sep 13, 2022
1 parent b3e69e2 commit ec9b9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function insertNgModuleProperty(
* Ensure backwards compatibility with TS < 4.8 due to the API change in TS4.8.
* The getDecorators util is only in TS 4.8, so we need the previous logic to handle TS < 4.8.
*
* TODO: clean this up by removing the requirement to eslint (can we use typescript instead)?
* TODO: clean this up using another util or when we don't need to support TS < 4.8 anymore.
*/
let ngModuleClassDeclaration: ClassDeclaration;
let ngModuleDecorator: Decorator;
Expand Down

0 comments on commit ec9b9e7

Please sign in to comment.