parseWithRegistry
parseWithRegistry(
preprocessed,registry):ParseResult
Defined in: parse/pipeline.ts:127
Parse a preprocessed spec using a custom handler registry
This allows the pipeline to use plugin-registered handlers.
Parameters
Section titled “Parameters”preprocessed
Section titled “preprocessed”Preprocessed spec with config and source units
registry
Section titled “registry”Custom handler registry with plugin handlers
Returns
Section titled “Returns”ParseResult with document and diagnostics