This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Support custom document loading #483
Closed
Description
It would be nice to be able to provide a function to support custom document loading. Being able to extend/augment/replace the new Source(...)
, parse(source)
, validateFn(...)
process would make implementing functionality like persisted document storage easier and also allow the server to skip the document parsing and validation stages for known/frequent documents.