Skip to content

Commit 288d55a

Browse files
committed
fix: use built-in monorepo support in typedoc 0.22
1 parent 084795c commit 288d55a

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"testonly": "jest",
2424
"testonly:cov": "jest --coverage",
2525
"testonly:watch": "jest --watch",
26-
"typedoc": "typedoc ./packages",
26+
"typedoc": "typedoc --entryPointStrategy packages .",
2727
"watch": "tsc --build tsconfig.build.json --watch"
2828
},
2929
"workspaces": [
@@ -55,7 +55,6 @@
5555
"rimraf": "^3.0.2",
5656
"ts-jest": "^26.2.0",
5757
"typedoc": "^0.22.3",
58-
"typedoc-plugin-lerna-packages": "github:marcj/typedoc-plugin-lerna-packages#f5d8f7d",
5958
"typescript": "^4.4.3"
6059
},
6160
"engines": {

Diff for: typedoc.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
mode: 'modules',
32
out: 'docs',
43
exclude: [
54
'**/node_modules/**',
@@ -9,8 +8,6 @@ module.exports = {
98
],
109
name: 'messaging-apis',
1110
excludePrivate: true,
12-
excludeNotExported: true,
1311
excludeExternals: true,
14-
esModuleInterop: true,
1512
includeVersion: true,
1613
};

Diff for: yarn.lock

+2-6
Original file line numberDiff line numberDiff line change
@@ -5780,10 +5780,10 @@ merge2@^1.2.3, merge2@^1.3.0:
57805780
"@types/warning" "^3.0.0"
57815781
append-query "^2.1.0"
57825782
axios "^0.21.1"
5783-
axios-error "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-3829411b-e3c2-4a04-aa99-38986cf8e212-1631639825044/node_modules/axios-error"
5783+
axios-error "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-2d307e69-cb1f-4737-bf6f-76f24d00f6a9-1633320998216/node_modules/axios-error"
57845784
form-data "^3.0.0"
57855785
lodash "^4.17.15"
5786-
messaging-api-common "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-3829411b-e3c2-4a04-aa99-38986cf8e212-1631639825044/node_modules/messaging-api-common"
5786+
messaging-api-common "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-2d307e69-cb1f-4737-bf6f-76f24d00f6a9-1633320998216/node_modules/messaging-api-common"
57875787
ts-invariant "^0.4.4"
57885788
warning "^4.0.3"
57895789

@@ -8204,10 +8204,6 @@ typedarray@^0.0.6:
82048204
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
82058205
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
82068206

8207-
"typedoc-plugin-lerna-packages@github:marcj/typedoc-plugin-lerna-packages#f5d8f7d":
8208-
version "0.3.1"
8209-
resolved "https://codeload.github.com/marcj/typedoc-plugin-lerna-packages/tar.gz/f5d8f7d0958a00c9f7976701bb9273c939764b49"
8210-
82118207
typedoc@^0.22.3:
82128208
version "0.22.3"
82138209
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.3.tgz#c67aaeef22702d84267bda12dc13f192dbf9d89e"

0 commit comments

Comments
 (0)