@forsakringskassan/docs-generator 2.26.3 → 2.27.0
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/README.md +5 -5
- package/dist/{create-markdown-renderer-UwFjfK34.js → create-markdown-renderer-B9Y9VYNq.mjs} +27 -33
- package/dist/create-markdown-renderer-B9Y9VYNq.mjs.map +1 -0
- package/dist/{index.d.ts → index.d.mts} +8 -0
- package/dist/{index.js → index.mjs} +195 -182
- package/dist/index.mjs.map +1 -0
- package/dist/markdown.mjs +41 -0
- package/dist/markdown.mjs.map +1 -0
- package/dist/processors/{motd.js → motd.mjs} +0 -2
- package/dist/processors/{selectable-version.js → selectable-version.mjs} +91 -92
- package/dist/{runtime-bootstrap.js → runtime-bootstrap.mjs} +0 -2
- package/dist/{runtime.js → runtime.mjs} +4 -10
- package/dist/tsconfig-path-bG7G_cK8.mjs +11 -0
- package/dist/tsconfig-path-bG7G_cK8.mjs.map +1 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/{vendor-CIZoJHXd.js → vendor-DiqWVUfS.mjs} +168 -554
- package/dist/vendor-DiqWVUfS.mjs.map +1 -0
- package/dist/{vue3-CkmHk7uJ.js → vue3-BzNzaBbK.mjs} +12 -11
- package/dist/vue3-BzNzaBbK.mjs.map +1 -0
- package/dist/worker-BnI39lrZ.mjs +150 -0
- package/dist/worker-BnI39lrZ.mjs.map +1 -0
- package/package.json +18 -8
- package/dist/compile-example.js +0 -152
- package/dist/compile-example.js.map +0 -1
- package/dist/create-markdown-renderer-UwFjfK34.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/markdown.js +0 -47
- package/dist/markdown.js.map +0 -1
- package/dist/vendor-CIZoJHXd.js.map +0 -1
- package/dist/vue3-CkmHk7uJ.js.map +0 -1
- /package/dist/{markdown.d.ts → markdown.d.mts} +0 -0
- /package/dist/{runtime.d.ts → runtime.d.mts} +0 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { createRequire as $createRequire } from "node:module";
|
|
2
|
+
|
|
3
|
+
const require = $createRequire(import.meta.url);
|
|
4
|
+
|
|
5
|
+
export { S as SoftError, c as createMarkdownRenderer } from './create-markdown-renderer-B9Y9VYNq.mjs';
|
|
6
|
+
import './vendor-DiqWVUfS.mjs';
|
|
7
|
+
import 'node:url';
|
|
8
|
+
import 'node:path';
|
|
9
|
+
import 'fs';
|
|
10
|
+
import 'node:fs';
|
|
11
|
+
import 'node:fs/promises';
|
|
12
|
+
import 'node:events';
|
|
13
|
+
import 'node:stream';
|
|
14
|
+
import 'node:string_decoder';
|
|
15
|
+
import '@vue/compiler-sfc';
|
|
16
|
+
import 'typescript';
|
|
17
|
+
import 'constants';
|
|
18
|
+
import 'stream';
|
|
19
|
+
import 'util';
|
|
20
|
+
import 'assert';
|
|
21
|
+
import 'path';
|
|
22
|
+
import 'node:module';
|
|
23
|
+
import 'readline';
|
|
24
|
+
import 'events';
|
|
25
|
+
import 'fs/promises';
|
|
26
|
+
import 'os';
|
|
27
|
+
import 'http';
|
|
28
|
+
import 'https';
|
|
29
|
+
import 'url';
|
|
30
|
+
import 'buffer';
|
|
31
|
+
import 'crypto';
|
|
32
|
+
import 'net';
|
|
33
|
+
import 'tls';
|
|
34
|
+
import 'tty';
|
|
35
|
+
import 'querystring';
|
|
36
|
+
import 'node:path/posix';
|
|
37
|
+
import 'node:crypto';
|
|
38
|
+
import 'node:child_process';
|
|
39
|
+
import 'vue';
|
|
40
|
+
import './vue3-BzNzaBbK.mjs';
|
|
41
|
+
//# sourceMappingURL=markdown.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markdown.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|