@openpkg-ts/doc-generator 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
+ __require,
4
+ __toESM,
3
5
  createDocs,
4
6
  exportToMarkdown,
5
7
  toDocusaurusSidebarJS,
@@ -8,11 +10,7 @@ import {
8
10
  toJSONString,
9
11
  toNavigation,
10
12
  toPagefindRecords
11
- } from "./shared/chunk-7hg53zpt.js";
12
- import {
13
- __require,
14
- __toESM
15
- } from "./shared/chunk-taeg9090.js";
13
+ } from "./shared/server-83s9r625.js";
16
14
 
17
15
  // src/cli.ts
18
16
  import { readFileSync } from "node:fs";
package/dist/index.js CHANGED
@@ -1,7 +1,20 @@
1
1
  import {
2
+ buildSignatureString,
2
3
  createDocs,
3
4
  exportToMarkdown,
5
+ formatParameters,
6
+ formatReturnType,
7
+ formatSchema,
8
+ formatTypeParameters,
9
+ getMethods,
10
+ getProperties,
11
+ groupByVisibility,
12
+ isMethod,
13
+ isProperty,
4
14
  loadSpec,
15
+ resolveTypeRef,
16
+ sortByKindThenName,
17
+ sortByName,
5
18
  toAlgoliaRecords,
6
19
  toDocusaurusSidebarJS,
7
20
  toFumadocsMetaJSON,
@@ -13,22 +26,7 @@ import {
13
26
  toPagefindRecords,
14
27
  toSearchIndex,
15
28
  toSearchIndexJSON
16
- } from "./shared/chunk-7hg53zpt.js";
17
- import {
18
- buildSignatureString,
19
- formatParameters,
20
- formatReturnType,
21
- formatSchema,
22
- formatTypeParameters,
23
- getMethods,
24
- getProperties,
25
- groupByVisibility,
26
- isMethod,
27
- isProperty,
28
- resolveTypeRef,
29
- sortByKindThenName,
30
- sortByName
31
- } from "./shared/chunk-taeg9090.js";
29
+ } from "./shared/server-83s9r625.js";
32
30
 
33
31
  // src/adapters/types.ts
34
32
  function createAdapterRegistry() {