Skip to content

Commit

Permalink
import typedoc-signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEROM22 committed Dec 9, 2024
1 parent 6dfafb6 commit 29ec640
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/typedoc-declaration/lib/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {eslint} from "@onlyoffice/mdast-util-eslint"
import {firstSentence} from "@onlyoffice/mdast-util-first-sentence"
import {type Result} from "@onlyoffice/result"
import {isStringLiteral} from "@onlyoffice/strings"
import {compute} from "@onlyoffice/typedoc-signature"
import {
isCallSignatureReflection,
isClassReflection,
Expand Down Expand Up @@ -87,9 +88,9 @@ export async function process(o: J.Reflection): Promise<L.Entity[]> {

const r = Repository.from(o, s)

// for (const e of r.entities) {
// compute(r, e)
// }
for (const e of r.entities) {
compute(r, e)
}

return r.entities
}
Expand Down
1 change: 1 addition & 0 deletions packages/typedoc-declaration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@onlyoffice/mdast-util-first-sentence": "workspace:^",
"@onlyoffice/result": "workspace:^",
"@onlyoffice/strings": "workspace:^",
"@onlyoffice/typedoc-signature": "workspace:^",
"@onlyoffice/typedoc-util-is-reflection": "workspace:^",
"@onlyoffice/typedoc-util-is-type": "workspace:^",
"mdast-util-from-markdown": "2.0.0",
Expand Down
34 changes: 34 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29ec640

Please sign in to comment.