Add comment

This commit is contained in:
Adria Navarro 2025-02-19 09:54:08 +01:00
parent b5d03dfc75
commit 418f6a23e0
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export function validateHbsTemplate(
}
if (isBlockStatement(node)) {
// TODO: feature flag
traverseNodes(node.program.body, { ignoreMissing: true })
}
})