Skip to content

Commit

Permalink
import typedoc-signature to typedoc-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEROM22 committed Dec 13, 2024
1 parent c1dbb96 commit 0a1c8e8
Show file tree
Hide file tree
Showing 3 changed files with 1,795 additions and 1,758 deletions.
2 changes: 2 additions & 0 deletions packages/typedoc-declaration/lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {pipeline} from "node:stream"
import {promisify} from "node:util"
import type * as L from "@onlyoffice/library-declaration/next.ts"
import {compute} from "@onlyoffice/typedoc-signature"
import {Transformer} from "@onlyoffice/typedoc-transformer"
import {Transport} from "@onlyoffice/typedoc-transport"
import {type JSONOutput as J} from "typedoc"
Expand All @@ -19,5 +20,6 @@ export async function process(o: J.Reflection): Promise<L.Entity[]> {

console.log(`Finish processing ${o.name} #${o.id}`)

compute(tp)
return tp.entities
}
1 change: 1 addition & 0 deletions packages/typedoc-declaration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@onlyoffice/console": "workspace:^",
"@onlyoffice/library-declaration": "workspace:^",
"@onlyoffice/typedoc-signature": "workspace:^",
"@onlyoffice/typedoc-transformer": "workspace:^",
"@onlyoffice/typedoc-transport": "workspace:^",
"typedoc": "0.26.11",
Expand Down
Loading

0 comments on commit 0a1c8e8

Please sign in to comment.