Can we do the first pass in the compiler without generating warnings about unfound assigns? The first pass collects, using other builder terms, the frontmatter for the document and we ignore the actual generated output (only capturing the bindings). This unfortunately generates warnings during vox.build. Can we keep that from happening?
Can we do the first pass in the compiler without generating warnings about unfound assigns? The first pass collects, using other builder terms, the frontmatter for the document and we ignore the actual generated output (only capturing the bindings). This unfortunately generates warnings during
vox.build
. Can we keep that from happening?