scripts/api-extractor: generate reports for core-*-api

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-05-31 15:25:29 +02:00
parent aa38b2447d
commit 06e7258bc3
3 changed files with 930 additions and 2 deletions
+3 -2
View File
@@ -67,9 +67,10 @@ const DOCUMENTED_PACKAGES = [
'packages/cli-common',
'packages/config',
'packages/config-loader',
'packages/core-app-api',
// TODO(Rugvip): Enable these once `import * as ...` and `import()` PRs have landed, #1796 & #1916.
// 'packages/core',
// 'packages/core-api',
// 'packages/core-components',
'packages/core-plugin-api',
'packages/dev-utils',
'packages/errors',
'packages/integration',