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 26, 2024
1 parent bc09fd4 commit efae1a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 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 @@ -17,6 +18,8 @@ export async function process(o: J.Reflection): Promise<L.Entity[]> {

await pipe(tp.toReadable(), tf, tp.toWritable())

compute(tp)

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

return tp.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 @@ -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
3 changes: 3 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 efae1a1

Please sign in to comment.