Ignore missing helpers
This commit is contained in:
parent
a725015666
commit
6d932de910
|
@ -99,7 +99,7 @@ export function validateHbsTemplate(
|
|||
})
|
||||
}
|
||||
|
||||
traverseNodes(ast.body)
|
||||
traverseNodes(ast.body, { ignoreMissing: true })
|
||||
} catch (e: any) {
|
||||
diagnostics.push({
|
||||
from: 0,
|
||||
|
|
Loading…
Reference in New Issue