Ignore missing helpers

This commit is contained in:
Adria Navarro 2025-02-17 12:44:19 +01:00
parent a725015666
commit 6d932de910
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export function validateHbsTemplate(
}) })
} }
traverseNodes(ast.body) traverseNodes(ast.body, { ignoreMissing: true })
} catch (e: any) { } catch (e: any) {
diagnostics.push({ diagnostics.push({
from: 0, from: 0,