Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugging): pass nsdoc Promise to plugins
BREAKING CHANGE: We now pass the `nsdoc` to plugins as a `Promise<XMLDocument>` rather than a plain `XMLDocument` in order to enable the synchronous rendering of plugins in our `Hosting` mixin.
- Loading branch information