()
| 16 | * Generate all documentation (helpers, plugins and external helpers in parallel). |
| 17 | */ |
| 18 | export async function docs() { |
| 19 | task.stopOnFailures() |
| 20 | await Promise.all([docsHelpers(), docsPlugins(), docsExternalHelpers()]) |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Build lib with docs, regenerate plugin/external docs and TypeScript definitions. |
no test coverage detected