@forsakringskassan/docs-generator 2.28.2 → 2.28.3
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/{create-markdown-renderer-zNiOdOCC.mjs → create-markdown-renderer-B-GhQWe3.mjs} +4 -4
- package/dist/{create-markdown-renderer-zNiOdOCC.mjs.map → create-markdown-renderer-B-GhQWe3.mjs.map} +1 -1
- package/dist/index.mjs +3 -3
- package/dist/markdown.mjs +3 -3
- package/dist/{vendor-FPCgg4HV.mjs → vendor-DufRLcxZ.mjs} +18 -18
- package/dist/vendor-DufRLcxZ.mjs.map +1 -0
- package/dist/{vue3-DJNRmLbL.mjs → vue3-C8LkYc_m.mjs} +19 -3
- package/dist/vue3-C8LkYc_m.mjs.map +1 -0
- package/dist/{worker-B2pNQKtI.mjs → worker-DdJLylZi.mjs} +4 -4
- package/dist/{worker-B2pNQKtI.mjs.map → worker-DdJLylZi.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/vendor-FPCgg4HV.mjs.map +0 -1
- package/dist/vue3-DJNRmLbL.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ const require = $createRequire(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import fs from 'node:fs/promises';
|
|
6
6
|
import path from 'node:path/posix';
|
|
7
|
-
import { g as globSync, m as minimatch, M as MarkdownIt, d as dedent,
|
|
8
|
-
import { g as generateId, p as parseInfostring, i as isDocumentPage, n as normalizePath, a as getFingerprint, h as hasTag, f as findTag, b as getOutputFilePath, d as htmlencode, e as exampleWorkerUrl, c as createMarkdownRenderer, j as generateExample } from './create-markdown-renderer-
|
|
7
|
+
import { g as globSync, m as minimatch, M as MarkdownIt, d as dedent, e as closest, f as distance, h as fm, i as isCI, j as glob, k as moduleImporter, l as cliProgress, t as tinylr, w as watch, n as createInstance, o as fse } from './vendor-DufRLcxZ.mjs';
|
|
8
|
+
import { g as generateId, p as parseInfostring, i as isDocumentPage, n as normalizePath, a as getFingerprint, h as hasTag, f as findTag, b as getOutputFilePath, d as htmlencode, e as exampleWorkerUrl, c as createMarkdownRenderer, j as generateExample } from './create-markdown-renderer-B-GhQWe3.mjs';
|
|
9
9
|
import path$1 from 'node:path';
|
|
10
10
|
import require$$1 from 'crypto';
|
|
11
11
|
import 'node:crypto';
|
|
@@ -48,7 +48,7 @@ import 'tls';
|
|
|
48
48
|
import 'tty';
|
|
49
49
|
import 'querystring';
|
|
50
50
|
import 'vue';
|
|
51
|
-
import './vue3-
|
|
51
|
+
import './vue3-C8LkYc_m.mjs';
|
|
52
52
|
|
|
53
53
|
function toArray$2(value) {
|
|
54
54
|
return Array.isArray(value) ? value : [value];
|
package/dist/markdown.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import { createRequire as $createRequire } from "node:module";
|
|
|
2
2
|
|
|
3
3
|
const require = $createRequire(import.meta.url);
|
|
4
4
|
|
|
5
|
-
export { S as SoftError, c as createMarkdownRenderer } from './create-markdown-renderer-
|
|
6
|
-
import './vendor-
|
|
5
|
+
export { S as SoftError, c as createMarkdownRenderer } from './create-markdown-renderer-B-GhQWe3.mjs';
|
|
6
|
+
import './vendor-DufRLcxZ.mjs';
|
|
7
7
|
import 'node:url';
|
|
8
8
|
import 'node:path';
|
|
9
9
|
import 'fs';
|
|
@@ -37,5 +37,5 @@ import 'node:path/posix';
|
|
|
37
37
|
import 'node:crypto';
|
|
38
38
|
import 'node:child_process';
|
|
39
39
|
import 'vue';
|
|
40
|
-
import './vue3-
|
|
40
|
+
import './vue3-C8LkYc_m.mjs';
|
|
41
41
|
//# sourceMappingURL=markdown.mjs.map
|
|
@@ -16310,21 +16310,6 @@ function commonjsRequire(path) {
|
|
|
16310
16310
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
16311
16311
|
}
|
|
16312
16312
|
|
|
16313
|
-
var registerTs = {};
|
|
16314
|
-
|
|
16315
|
-
var hasRequiredRegisterTs;
|
|
16316
|
-
|
|
16317
|
-
function requireRegisterTs () {
|
|
16318
|
-
if (hasRequiredRegisterTs) return registerTs;
|
|
16319
|
-
hasRequiredRegisterTs = 1;
|
|
16320
|
-
if (typeof commonjsRequire !== 'undefined') {
|
|
16321
|
-
require$$0$1.registerTS(() => require$$1);
|
|
16322
|
-
}
|
|
16323
|
-
return registerTs;
|
|
16324
|
-
}
|
|
16325
|
-
|
|
16326
|
-
requireRegisterTs();
|
|
16327
|
-
|
|
16328
16313
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
16329
16314
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16330
16315
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -20757,6 +20742,21 @@ const closest = (str, arr) => {
|
|
|
20757
20742
|
return arr[min_index];
|
|
20758
20743
|
};
|
|
20759
20744
|
|
|
20745
|
+
var registerTs = {};
|
|
20746
|
+
|
|
20747
|
+
var hasRequiredRegisterTs;
|
|
20748
|
+
|
|
20749
|
+
function requireRegisterTs () {
|
|
20750
|
+
if (hasRequiredRegisterTs) return registerTs;
|
|
20751
|
+
hasRequiredRegisterTs = 1;
|
|
20752
|
+
if (typeof commonjsRequire !== 'undefined') {
|
|
20753
|
+
require$$0$1.registerTS(() => require$$1);
|
|
20754
|
+
}
|
|
20755
|
+
return registerTs;
|
|
20756
|
+
}
|
|
20757
|
+
|
|
20758
|
+
requireRegisterTs();
|
|
20759
|
+
|
|
20760
20760
|
var ciInfo = {};
|
|
20761
20761
|
|
|
20762
20762
|
var require$$0 = [
|
|
@@ -24929,7 +24929,7 @@ class LanguageUtil {
|
|
|
24929
24929
|
return found || [];
|
|
24930
24930
|
}
|
|
24931
24931
|
toResolveHierarchy(code, fallbackCode) {
|
|
24932
|
-
const fallbackCodes = this.getFallbackCodes(fallbackCode || this.options.fallbackLng || [], code);
|
|
24932
|
+
const fallbackCodes = this.getFallbackCodes((fallbackCode === false ? [] : fallbackCode) || this.options.fallbackLng || [], code);
|
|
24933
24933
|
const codes = [];
|
|
24934
24934
|
const addCode = c => {
|
|
24935
24935
|
if (!c) return;
|
|
@@ -56159,5 +56159,5 @@ function requireSrc () {
|
|
|
56159
56159
|
var srcExports = requireSrc();
|
|
56160
56160
|
var tinylr = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
|
56161
56161
|
|
|
56162
|
-
export { HighlightJS as H, MarkdownIt as M,
|
|
56163
|
-
//# sourceMappingURL=vendor-
|
|
56162
|
+
export { HighlightJS as H, MarkdownIt as M, createTwoFilesPatch as a, deflist_plugin as b, commonjsRequire as c, dedent as d, closest as e, distance as f, globSync as g, fm as h, isCI as i, glob as j, moduleImporter as k, cliProgress as l, minimatch as m, createInstance as n, fse as o, tinylr as t, watch$1 as w };
|
|
56163
|
+
//# sourceMappingURL=vendor-DufRLcxZ.mjs.map
|