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) {
|
} catch (e: any) {
|
||||||
diagnostics.push({
|
diagnostics.push({
|
||||||
from: 0,
|
from: 0,
|
||||||
|
|
Loading…
Reference in New Issue