Replies: 1 comment 2 replies
-
Hey @cdietrich, I'm wondering whether you would need the document builder at all for that. You could probably get away with just creating the document via |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
we are working on improving our parsing and validation infrastructure.
as we are also working on a light cli which just works on a single file
we cannot run all validations in the light cli mode as not all cross references can be resolved in this mode.
we have a number of semantic validations that are very close to the parser (e.g. using deprecated keywords)
i wonder if there is an option to move these validations out of the validation phase and more close to the parsing phase.
do you have any hints where we can start investigating?
Beta Was this translation helpful? Give feedback.
All reactions