feat(api-extractor): support multiple entrypoints (#10829)

* feat(api-extractor): support multiple entrypoints

* chore: initial support in generateSplitDocumentation

* chore: bring in line with upstream

* refactor: multiple entrypoints in scripts

* fix: split docs

* feat: website

* fix: docs failing on next

* fix: don't include dtypes for now

* refactor: don't fetch entrypoint if there is none

---------

Co-authored-by: iCrawl <buechler.noel@outlook.com>
This commit is contained in:
Qjuh
2025-05-12 23:48:41 +02:00
committed by GitHub
parent 4f5e5c7c14
commit b3db92edfb
93 changed files with 2330 additions and 1956 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/api-extractor",
"version": "7.38.1",
"version": "7.52.7",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"private": true,
"keywords": [
@@ -51,20 +51,18 @@
},
"dependencies": {
"@discordjs/api-extractor-model": "workspace:^",
"@microsoft/tsdoc": "0.14.2",
"@microsoft/tsdoc-config": "0.16.2",
"@rushstack/node-core-library": "4.1.0",
"@rushstack/rig-package": "0.5.3",
"@rushstack/ts-command-line": "4.17.1",
"@microsoft/tsdoc": "~0.15.1",
"@microsoft/tsdoc-config": "~0.17.1",
"@rushstack/node-core-library": "5.13.1",
"@rushstack/ts-command-line": "5.0.1",
"colors": "~1.4.0",
"lodash": "~4.17.21",
"resolve": "~1.22.10",
"semver": "~7.6.3",
"source-map": "0.6.1",
"source-map": "~0.6.1",
"typescript": "~5.5.4"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.16",
"@types/node": "^22.15.2",
"@types/resolve": "^1.20.6",
@@ -75,7 +73,6 @@
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"terser": "^5.39.0",
"tsup": "^8.4.0",