diff --git a/src/parsers/pipe.parser.ts b/src/parsers/pipe.parser.ts index 66a6f3b0..54492879 100644 --- a/src/parsers/pipe.parser.ts +++ b/src/parsers/pipe.parser.ts @@ -51,24 +51,24 @@ function traverseAstNode inner.children)); } - // @switch block + // contents of @case blocks (ignoring the @switch(...) statement though) if (node instanceof TmplAstSwitchBlock) { children.push(...node.cases.flatMap((inner) => inner.children)); }