Skip to content

Commit c8c0e99

Browse files
committed
docs: update docs to include internal type aliases and module references
1 parent 6fc2cfd commit c8c0e99

File tree

1,818 files changed

+342700
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,818 files changed

+342700
-213
lines changed

.pkgs/configs/typedoc.base.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
"alphabetical"
1414
],
1515
"plugin": [
16+
"typedoc-plugin-inline-sources",
1617
"typedoc-plugin-markdown",
17-
"typedoc-plugin-rename-defaults"
18+
"typedoc-plugin-mdn-links",
19+
"typedoc-plugin-missing-exports"
1820
],
1921
"theme": "default",
2022
"useTsLinkResolution": true

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"inspect:eslint-config": "eslint-config-inspector",
3939
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && concurrently \"pnpm run lint:es\" \"pnpm run lint:examples\" \"pnpm run lint:website\"",
4040
"lint:deps": "skott -m file-tree -e .ts -s",
41+
"lint:es": "eslint . --max-warnings 100",
4142
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
4243
"lint:monorepo": "sherif",
4344
"lint:publish": "pnpm m run lint:publish",
4445
"lint:spell": "cspell lint --relative --no-progress \"**\"",
45-
"lint:es": "eslint . --max-warnings 100",
4646
"lint:ts": "pnpm m run lint:ts",
4747
"lint:website": "pnpm -F \"./apps/website\" run lint",
4848
"prepare": "lefthook install && pnpm run build && pnpm run update:website",
@@ -103,8 +103,10 @@
103103
"tsx": "^4.19.3",
104104
"type-fest": "^4.35.0",
105105
"typedoc": "^0.27.7",
106+
"typedoc-plugin-inline-sources": "^1.2.0",
106107
"typedoc-plugin-markdown": "^4.4.2",
107-
"typedoc-plugin-rename-defaults": "^0.7.2",
108+
"typedoc-plugin-mdn-links": "^4.0.13",
109+
"typedoc-plugin-missing-exports": "^3.1.0",
108110
"typescript": "^5.7.3",
109111
"typescript-eslint": "^8.24.1",
110112
"vitest": "^3.0.6"
@@ -115,18 +117,18 @@
115117
},
116118
"pnpm": {
117119
"overrides": {
118-
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
119-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
120-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.6",
121-
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
122120
"@types/react": "^19.0.10",
123121
"@types/react-dom": "^19.0.4",
124122
"cross-spawn": "^7.0.6",
125123
"esbuild": "^0.25.0",
124+
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
126125
"next": "^15.1.7",
127126
"react": "^19.0.0",
128127
"react-dom": "^19.0.0",
128+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
129+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.6",
129130
"ts-api-utils": "^2.0.1",
131+
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
130132
"typescript": "5.8.1-rc"
131133
}
132134
}

0 commit comments

Comments
 (0)