@readme/markdown 7.7.3 → 7.8.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/dist/10.node.js +153 -153
- package/dist/11.node.js +13 -13
- package/dist/486.node.js +305 -305
- package/dist/550.node.js +8 -8
- package/dist/849.node.js +2 -2
- package/dist/940.node.js +56 -56
- package/dist/995.node.js +74 -74
- package/dist/index.d.ts +1 -1
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/mdastV6.d.ts +2 -0
- package/dist/main.js +674 -471
- package/dist/main.node.js +636 -448
- package/dist/processor/migration/emphasis.d.ts +3 -0
- package/dist/processor/migration/images.d.ts +2 -0
- package/dist/processor/migration/index.d.ts +2 -0
- package/dist/processor/migration/linkReference.d.ts +3 -0
- package/dist/processor/migration/table-cell.d.ts +4 -0
- package/package.json +11 -8
package/dist/main.node.js
CHANGED
|
@@ -7959,6 +7959,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
7959
7959
|
compile: () => (/* reexport */ lib_compile),
|
|
7960
7960
|
hast: () => (/* reexport */ lib_hast),
|
|
7961
7961
|
mdast: () => (/* reexport */ lib_mdast),
|
|
7962
|
+
mdastV6: () => (/* reexport */ lib_mdastV6),
|
|
7962
7963
|
mdx: () => (/* reexport */ lib_mdx),
|
|
7963
7964
|
plain: () => (/* reexport */ lib_plain),
|
|
7964
7965
|
remarkPlugins: () => (/* reexport */ remarkPlugins),
|
|
@@ -8020,7 +8021,7 @@ __webpack_require__.d(util_types_namespaceObject, {
|
|
|
8020
8021
|
// EXTERNAL MODULE: external {"amd":"react","commonjs":"react","commonjs2":"react","root":"React","umd":"react"}
|
|
8021
8022
|
var external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_ = __webpack_require__(3137);
|
|
8022
8023
|
var external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default = /*#__PURE__*/__webpack_require__.n(external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_);
|
|
8023
|
-
;//
|
|
8024
|
+
;// ./components/Accordion/index.tsx
|
|
8024
8025
|
|
|
8025
8026
|
|
|
8026
8027
|
const Accordion = ({ children, icon, iconColor, title }) => {
|
|
@@ -8036,11 +8037,11 @@ const Accordion = ({ children, icon, iconColor, title }) => {
|
|
|
8036
8037
|
|
|
8037
8038
|
// EXTERNAL MODULE: ./node_modules/prop-types/index.js
|
|
8038
8039
|
var prop_types = __webpack_require__(5556);
|
|
8039
|
-
;//
|
|
8040
|
+
;// ./contexts/BaseUrl.js
|
|
8040
8041
|
|
|
8041
8042
|
const BaseUrlContext = /*#__PURE__*/external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createContext('/');
|
|
8042
8043
|
/* harmony default export */ const BaseUrl = (BaseUrlContext);
|
|
8043
|
-
;//
|
|
8044
|
+
;// ./components/Anchor.jsx
|
|
8044
8045
|
const _excluded = ["children", "href", "target", "title"];
|
|
8045
8046
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
8046
8047
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
@@ -8120,7 +8121,7 @@ Anchor.defaultProps = {
|
|
|
8120
8121
|
title: ''
|
|
8121
8122
|
};
|
|
8122
8123
|
/* harmony default export */ const components_Anchor = (Anchor);
|
|
8123
|
-
;//
|
|
8124
|
+
;// ./components/Callout/index.tsx
|
|
8124
8125
|
|
|
8125
8126
|
const themes = {
|
|
8126
8127
|
'\uD83D\uDCD8': 'info',
|
|
@@ -8149,7 +8150,7 @@ const Callout = (props) => {
|
|
|
8149
8150
|
};
|
|
8150
8151
|
/* harmony default export */ const components_Callout = (Callout);
|
|
8151
8152
|
|
|
8152
|
-
;//
|
|
8153
|
+
;// ./components/Cards/index.tsx
|
|
8153
8154
|
|
|
8154
8155
|
|
|
8155
8156
|
const Card = ({ children, href, icon, iconColor, target, title }) => {
|
|
@@ -8168,7 +8169,7 @@ const CardsGrid = ({ columns = 2, children }) => {
|
|
|
8168
8169
|
// EXTERNAL MODULE: ./node_modules/copy-to-clipboard/index.js
|
|
8169
8170
|
var copy_to_clipboard = __webpack_require__(7965);
|
|
8170
8171
|
var copy_to_clipboard_default = /*#__PURE__*/__webpack_require__.n(copy_to_clipboard);
|
|
8171
|
-
;//
|
|
8172
|
+
;// ./components/Code/index.tsx
|
|
8172
8173
|
|
|
8173
8174
|
|
|
8174
8175
|
// Only load CodeMirror in the browser, for SSR
|
|
@@ -8218,7 +8219,7 @@ const Code = (props) => {
|
|
|
8218
8219
|
|
|
8219
8220
|
// EXTERNAL MODULE: ./node_modules/@readme/syntax-highlighter/dist/index.node.js
|
|
8220
8221
|
var index_node = __webpack_require__(3368);
|
|
8221
|
-
;//
|
|
8222
|
+
;// ./components/CodeTabs/index.tsx
|
|
8222
8223
|
|
|
8223
8224
|
|
|
8224
8225
|
let mermaid;
|
|
@@ -8261,7 +8262,7 @@ const CodeTabs = props => {
|
|
|
8261
8262
|
};
|
|
8262
8263
|
/* harmony default export */ const components_CodeTabs = (CodeTabs);
|
|
8263
8264
|
|
|
8264
|
-
;//
|
|
8265
|
+
;// ./components/Embed/index.tsx
|
|
8265
8266
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
8266
8267
|
var t = {};
|
|
8267
8268
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -8319,7 +8320,7 @@ const Embed = (_a) => {
|
|
|
8319
8320
|
};
|
|
8320
8321
|
/* harmony default export */ const components_Embed = (Embed);
|
|
8321
8322
|
|
|
8322
|
-
;//
|
|
8323
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getWindow.js
|
|
8323
8324
|
function getWindow(node) {
|
|
8324
8325
|
if (node == null) {
|
|
8325
8326
|
return window;
|
|
@@ -8332,7 +8333,7 @@ function getWindow(node) {
|
|
|
8332
8333
|
|
|
8333
8334
|
return node;
|
|
8334
8335
|
}
|
|
8335
|
-
;//
|
|
8336
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
8336
8337
|
|
|
8337
8338
|
|
|
8338
8339
|
function isElement(node) {
|
|
@@ -8356,11 +8357,11 @@ function isShadowRoot(node) {
|
|
|
8356
8357
|
}
|
|
8357
8358
|
|
|
8358
8359
|
|
|
8359
|
-
;//
|
|
8360
|
+
;// ./node_modules/@popperjs/core/lib/utils/math.js
|
|
8360
8361
|
var math_max = Math.max;
|
|
8361
8362
|
var math_min = Math.min;
|
|
8362
8363
|
var round = Math.round;
|
|
8363
|
-
;//
|
|
8364
|
+
;// ./node_modules/@popperjs/core/lib/utils/userAgent.js
|
|
8364
8365
|
function getUAString() {
|
|
8365
8366
|
var uaData = navigator.userAgentData;
|
|
8366
8367
|
|
|
@@ -8372,12 +8373,12 @@ function getUAString() {
|
|
|
8372
8373
|
|
|
8373
8374
|
return navigator.userAgent;
|
|
8374
8375
|
}
|
|
8375
|
-
;//
|
|
8376
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js
|
|
8376
8377
|
|
|
8377
8378
|
function isLayoutViewport() {
|
|
8378
8379
|
return !/^((?!chrome|android).)*safari/i.test(getUAString());
|
|
8379
8380
|
}
|
|
8380
|
-
;//
|
|
8381
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
8381
8382
|
|
|
8382
8383
|
|
|
8383
8384
|
|
|
@@ -8419,7 +8420,7 @@ function getBoundingClientRect(element, includeScale, isFixedStrategy) {
|
|
|
8419
8420
|
y: y
|
|
8420
8421
|
};
|
|
8421
8422
|
}
|
|
8422
|
-
;//
|
|
8423
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js
|
|
8423
8424
|
|
|
8424
8425
|
function getWindowScroll(node) {
|
|
8425
8426
|
var win = getWindow(node);
|
|
@@ -8430,14 +8431,14 @@ function getWindowScroll(node) {
|
|
|
8430
8431
|
scrollTop: scrollTop
|
|
8431
8432
|
};
|
|
8432
8433
|
}
|
|
8433
|
-
;//
|
|
8434
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
8434
8435
|
function getHTMLElementScroll(element) {
|
|
8435
8436
|
return {
|
|
8436
8437
|
scrollLeft: element.scrollLeft,
|
|
8437
8438
|
scrollTop: element.scrollTop
|
|
8438
8439
|
};
|
|
8439
8440
|
}
|
|
8440
|
-
;//
|
|
8441
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
8441
8442
|
|
|
8442
8443
|
|
|
8443
8444
|
|
|
@@ -8449,18 +8450,18 @@ function getNodeScroll(node) {
|
|
|
8449
8450
|
return getHTMLElementScroll(node);
|
|
8450
8451
|
}
|
|
8451
8452
|
}
|
|
8452
|
-
;//
|
|
8453
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
8453
8454
|
function getNodeName(element) {
|
|
8454
8455
|
return element ? (element.nodeName || '').toLowerCase() : null;
|
|
8455
8456
|
}
|
|
8456
|
-
;//
|
|
8457
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
8457
8458
|
|
|
8458
8459
|
function getDocumentElement(element) {
|
|
8459
8460
|
// $FlowFixMe[incompatible-return]: assume body is always available
|
|
8460
8461
|
return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing]
|
|
8461
8462
|
element.document) || window.document).documentElement;
|
|
8462
8463
|
}
|
|
8463
|
-
;//
|
|
8464
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js
|
|
8464
8465
|
|
|
8465
8466
|
|
|
8466
8467
|
|
|
@@ -8474,12 +8475,12 @@ function getWindowScrollBarX(element) {
|
|
|
8474
8475
|
// this (e.g. Edge 2019, IE11, Safari)
|
|
8475
8476
|
return getBoundingClientRect(getDocumentElement(element)).left + getWindowScroll(element).scrollLeft;
|
|
8476
8477
|
}
|
|
8477
|
-
;//
|
|
8478
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js
|
|
8478
8479
|
|
|
8479
8480
|
function getComputedStyle(element) {
|
|
8480
8481
|
return getWindow(element).getComputedStyle(element);
|
|
8481
8482
|
}
|
|
8482
|
-
;//
|
|
8483
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js
|
|
8483
8484
|
|
|
8484
8485
|
function isScrollParent(element) {
|
|
8485
8486
|
// Firefox wants us to check `-x` and `-y` variations as well
|
|
@@ -8490,7 +8491,7 @@ function isScrollParent(element) {
|
|
|
8490
8491
|
|
|
8491
8492
|
return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX);
|
|
8492
8493
|
}
|
|
8493
|
-
;//
|
|
8494
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js
|
|
8494
8495
|
|
|
8495
8496
|
|
|
8496
8497
|
|
|
@@ -8549,7 +8550,7 @@ function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
|
|
|
8549
8550
|
height: rect.height
|
|
8550
8551
|
};
|
|
8551
8552
|
}
|
|
8552
|
-
;//
|
|
8553
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js
|
|
8553
8554
|
// Returns the layout rect of an element relative to its offsetParent. Layout
|
|
8554
8555
|
// means it doesn't take into account transforms.
|
|
8555
8556
|
|
|
@@ -8575,7 +8576,7 @@ function getLayoutRect(element) {
|
|
|
8575
8576
|
height: height
|
|
8576
8577
|
};
|
|
8577
8578
|
}
|
|
8578
|
-
;//
|
|
8579
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js
|
|
8579
8580
|
|
|
8580
8581
|
|
|
8581
8582
|
|
|
@@ -8595,7 +8596,7 @@ function getParentNode(element) {
|
|
|
8595
8596
|
|
|
8596
8597
|
);
|
|
8597
8598
|
}
|
|
8598
|
-
;//
|
|
8599
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js
|
|
8599
8600
|
|
|
8600
8601
|
|
|
8601
8602
|
|
|
@@ -8612,7 +8613,7 @@ function getScrollParent(node) {
|
|
|
8612
8613
|
|
|
8613
8614
|
return getScrollParent(getParentNode(node));
|
|
8614
8615
|
}
|
|
8615
|
-
;//
|
|
8616
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js
|
|
8616
8617
|
|
|
8617
8618
|
|
|
8618
8619
|
|
|
@@ -8639,12 +8640,12 @@ function listScrollParents(element, list) {
|
|
|
8639
8640
|
return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
|
|
8640
8641
|
updatedList.concat(listScrollParents(getParentNode(target)));
|
|
8641
8642
|
}
|
|
8642
|
-
;//
|
|
8643
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/isTableElement.js
|
|
8643
8644
|
|
|
8644
8645
|
function isTableElement(element) {
|
|
8645
8646
|
return ['table', 'td', 'th'].indexOf(getNodeName(element)) >= 0;
|
|
8646
8647
|
}
|
|
8647
|
-
;//
|
|
8648
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js
|
|
8648
8649
|
|
|
8649
8650
|
|
|
8650
8651
|
|
|
@@ -8714,7 +8715,7 @@ function getOffsetParent(element) {
|
|
|
8714
8715
|
|
|
8715
8716
|
return offsetParent || getContainingBlock(element) || window;
|
|
8716
8717
|
}
|
|
8717
|
-
;//
|
|
8718
|
+
;// ./node_modules/@popperjs/core/lib/enums.js
|
|
8718
8719
|
var enums_top = 'top';
|
|
8719
8720
|
var bottom = 'bottom';
|
|
8720
8721
|
var right = 'right';
|
|
@@ -8746,7 +8747,7 @@ var beforeWrite = 'beforeWrite';
|
|
|
8746
8747
|
var write = 'write';
|
|
8747
8748
|
var afterWrite = 'afterWrite';
|
|
8748
8749
|
var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
|
|
8749
|
-
;//
|
|
8750
|
+
;// ./node_modules/@popperjs/core/lib/utils/orderModifiers.js
|
|
8750
8751
|
// source: https://stackoverflow.com/questions/49875255
|
|
8751
8752
|
|
|
8752
8753
|
function order(modifiers) {
|
|
@@ -8791,7 +8792,7 @@ function orderModifiers(modifiers) {
|
|
|
8791
8792
|
}));
|
|
8792
8793
|
}, []);
|
|
8793
8794
|
}
|
|
8794
|
-
;//
|
|
8795
|
+
;// ./node_modules/@popperjs/core/lib/utils/debounce.js
|
|
8795
8796
|
function debounce(fn) {
|
|
8796
8797
|
var pending;
|
|
8797
8798
|
return function () {
|
|
@@ -8807,7 +8808,7 @@ function debounce(fn) {
|
|
|
8807
8808
|
return pending;
|
|
8808
8809
|
};
|
|
8809
8810
|
}
|
|
8810
|
-
;//
|
|
8811
|
+
;// ./node_modules/@popperjs/core/lib/utils/mergeByName.js
|
|
8811
8812
|
function mergeByName(modifiers) {
|
|
8812
8813
|
var merged = modifiers.reduce(function (merged, current) {
|
|
8813
8814
|
var existing = merged[current.name];
|
|
@@ -8822,7 +8823,7 @@ function mergeByName(modifiers) {
|
|
|
8822
8823
|
return merged[key];
|
|
8823
8824
|
});
|
|
8824
8825
|
}
|
|
8825
|
-
;//
|
|
8826
|
+
;// ./node_modules/@popperjs/core/lib/createPopper.js
|
|
8826
8827
|
|
|
8827
8828
|
|
|
8828
8829
|
|
|
@@ -9022,7 +9023,7 @@ function popperGenerator(generatorOptions) {
|
|
|
9022
9023
|
var createPopper = /*#__PURE__*/(/* unused pure expression or super */ null && (popperGenerator())); // eslint-disable-next-line import/no-unused-modules
|
|
9023
9024
|
|
|
9024
9025
|
|
|
9025
|
-
;//
|
|
9026
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/eventListeners.js
|
|
9026
9027
|
// eslint-disable-next-line import/no-unused-modules
|
|
9027
9028
|
|
|
9028
9029
|
var passive = {
|
|
@@ -9072,20 +9073,20 @@ function effect(_ref) {
|
|
|
9072
9073
|
effect: effect,
|
|
9073
9074
|
data: {}
|
|
9074
9075
|
});
|
|
9075
|
-
;//
|
|
9076
|
+
;// ./node_modules/@popperjs/core/lib/utils/getBasePlacement.js
|
|
9076
9077
|
|
|
9077
9078
|
function getBasePlacement(placement) {
|
|
9078
9079
|
return placement.split('-')[0];
|
|
9079
9080
|
}
|
|
9080
|
-
;//
|
|
9081
|
+
;// ./node_modules/@popperjs/core/lib/utils/getVariation.js
|
|
9081
9082
|
function getVariation(placement) {
|
|
9082
9083
|
return placement.split('-')[1];
|
|
9083
9084
|
}
|
|
9084
|
-
;//
|
|
9085
|
+
;// ./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js
|
|
9085
9086
|
function getMainAxisFromPlacement(placement) {
|
|
9086
9087
|
return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
|
|
9087
9088
|
}
|
|
9088
|
-
;//
|
|
9089
|
+
;// ./node_modules/@popperjs/core/lib/utils/computeOffsets.js
|
|
9089
9090
|
|
|
9090
9091
|
|
|
9091
9092
|
|
|
@@ -9156,7 +9157,7 @@ function computeOffsets(_ref) {
|
|
|
9156
9157
|
|
|
9157
9158
|
return offsets;
|
|
9158
9159
|
}
|
|
9159
|
-
;//
|
|
9160
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js
|
|
9160
9161
|
|
|
9161
9162
|
|
|
9162
9163
|
function popperOffsets(_ref) {
|
|
@@ -9182,7 +9183,7 @@ function popperOffsets(_ref) {
|
|
|
9182
9183
|
fn: popperOffsets,
|
|
9183
9184
|
data: {}
|
|
9184
9185
|
});
|
|
9185
|
-
;//
|
|
9186
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/computeStyles.js
|
|
9186
9187
|
|
|
9187
9188
|
|
|
9188
9189
|
|
|
@@ -9352,7 +9353,7 @@ function computeStyles(_ref5) {
|
|
|
9352
9353
|
fn: computeStyles,
|
|
9353
9354
|
data: {}
|
|
9354
9355
|
});
|
|
9355
|
-
;//
|
|
9356
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/applyStyles.js
|
|
9356
9357
|
|
|
9357
9358
|
// This modifier takes the styles prepared by the `computeStyles` modifier
|
|
9358
9359
|
// and applies them to the HTMLElements such as popper and arrow
|
|
@@ -9437,7 +9438,7 @@ function applyStyles_effect(_ref2) {
|
|
|
9437
9438
|
effect: applyStyles_effect,
|
|
9438
9439
|
requires: ['computeStyles']
|
|
9439
9440
|
});
|
|
9440
|
-
;//
|
|
9441
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/offset.js
|
|
9441
9442
|
|
|
9442
9443
|
// eslint-disable-next-line import/no-unused-modules
|
|
9443
9444
|
|
|
@@ -9492,7 +9493,7 @@ function offset(_ref2) {
|
|
|
9492
9493
|
requires: ['popperOffsets'],
|
|
9493
9494
|
fn: offset
|
|
9494
9495
|
});
|
|
9495
|
-
;//
|
|
9496
|
+
;// ./node_modules/@popperjs/core/lib/utils/getOppositePlacement.js
|
|
9496
9497
|
var hash = {
|
|
9497
9498
|
left: 'right',
|
|
9498
9499
|
right: 'left',
|
|
@@ -9504,7 +9505,7 @@ function getOppositePlacement(placement) {
|
|
|
9504
9505
|
return hash[matched];
|
|
9505
9506
|
});
|
|
9506
9507
|
}
|
|
9507
|
-
;//
|
|
9508
|
+
;// ./node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js
|
|
9508
9509
|
var getOppositeVariationPlacement_hash = {
|
|
9509
9510
|
start: 'end',
|
|
9510
9511
|
end: 'start'
|
|
@@ -9514,7 +9515,7 @@ function getOppositeVariationPlacement(placement) {
|
|
|
9514
9515
|
return getOppositeVariationPlacement_hash[matched];
|
|
9515
9516
|
});
|
|
9516
9517
|
}
|
|
9517
|
-
;//
|
|
9518
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js
|
|
9518
9519
|
|
|
9519
9520
|
|
|
9520
9521
|
|
|
@@ -9546,7 +9547,7 @@ function getViewportRect(element, strategy) {
|
|
|
9546
9547
|
y: y
|
|
9547
9548
|
};
|
|
9548
9549
|
}
|
|
9549
|
-
;//
|
|
9550
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js
|
|
9550
9551
|
|
|
9551
9552
|
|
|
9552
9553
|
|
|
@@ -9576,7 +9577,7 @@ function getDocumentRect(element) {
|
|
|
9576
9577
|
y: y
|
|
9577
9578
|
};
|
|
9578
9579
|
}
|
|
9579
|
-
;//
|
|
9580
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/contains.js
|
|
9580
9581
|
|
|
9581
9582
|
function contains(parent, child) {
|
|
9582
9583
|
var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method
|
|
@@ -9600,7 +9601,7 @@ function contains(parent, child) {
|
|
|
9600
9601
|
|
|
9601
9602
|
return false;
|
|
9602
9603
|
}
|
|
9603
|
-
;//
|
|
9604
|
+
;// ./node_modules/@popperjs/core/lib/utils/rectToClientRect.js
|
|
9604
9605
|
function rectToClientRect(rect) {
|
|
9605
9606
|
return Object.assign({}, rect, {
|
|
9606
9607
|
left: rect.x,
|
|
@@ -9609,7 +9610,7 @@ function rectToClientRect(rect) {
|
|
|
9609
9610
|
bottom: rect.y + rect.height
|
|
9610
9611
|
});
|
|
9611
9612
|
}
|
|
9612
|
-
;//
|
|
9613
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js
|
|
9613
9614
|
|
|
9614
9615
|
|
|
9615
9616
|
|
|
@@ -9680,7 +9681,7 @@ function getClippingRect(element, boundary, rootBoundary, strategy) {
|
|
|
9680
9681
|
clippingRect.y = clippingRect.top;
|
|
9681
9682
|
return clippingRect;
|
|
9682
9683
|
}
|
|
9683
|
-
;//
|
|
9684
|
+
;// ./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js
|
|
9684
9685
|
function getFreshSideObject() {
|
|
9685
9686
|
return {
|
|
9686
9687
|
top: 0,
|
|
@@ -9689,19 +9690,19 @@ function getFreshSideObject() {
|
|
|
9689
9690
|
left: 0
|
|
9690
9691
|
};
|
|
9691
9692
|
}
|
|
9692
|
-
;//
|
|
9693
|
+
;// ./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js
|
|
9693
9694
|
|
|
9694
9695
|
function mergePaddingObject(paddingObject) {
|
|
9695
9696
|
return Object.assign({}, getFreshSideObject(), paddingObject);
|
|
9696
9697
|
}
|
|
9697
|
-
;//
|
|
9698
|
+
;// ./node_modules/@popperjs/core/lib/utils/expandToHashMap.js
|
|
9698
9699
|
function expandToHashMap(value, keys) {
|
|
9699
9700
|
return keys.reduce(function (hashMap, key) {
|
|
9700
9701
|
hashMap[key] = value;
|
|
9701
9702
|
return hashMap;
|
|
9702
9703
|
}, {});
|
|
9703
9704
|
}
|
|
9704
|
-
;//
|
|
9705
|
+
;// ./node_modules/@popperjs/core/lib/utils/detectOverflow.js
|
|
9705
9706
|
|
|
9706
9707
|
|
|
9707
9708
|
|
|
@@ -9767,7 +9768,7 @@ function detectOverflow(state, options) {
|
|
|
9767
9768
|
|
|
9768
9769
|
return overflowOffsets;
|
|
9769
9770
|
}
|
|
9770
|
-
;//
|
|
9771
|
+
;// ./node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js
|
|
9771
9772
|
|
|
9772
9773
|
|
|
9773
9774
|
|
|
@@ -9811,7 +9812,7 @@ function computeAutoPlacement(state, options) {
|
|
|
9811
9812
|
return overflows[a] - overflows[b];
|
|
9812
9813
|
});
|
|
9813
9814
|
}
|
|
9814
|
-
;//
|
|
9815
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/flip.js
|
|
9815
9816
|
|
|
9816
9817
|
|
|
9817
9818
|
|
|
@@ -9959,11 +9960,11 @@ function flip(_ref) {
|
|
|
9959
9960
|
_skip: false
|
|
9960
9961
|
}
|
|
9961
9962
|
});
|
|
9962
|
-
;//
|
|
9963
|
+
;// ./node_modules/@popperjs/core/lib/utils/getAltAxis.js
|
|
9963
9964
|
function getAltAxis(axis) {
|
|
9964
9965
|
return axis === 'x' ? 'y' : 'x';
|
|
9965
9966
|
}
|
|
9966
|
-
;//
|
|
9967
|
+
;// ./node_modules/@popperjs/core/lib/utils/within.js
|
|
9967
9968
|
|
|
9968
9969
|
function within(min, value, max) {
|
|
9969
9970
|
return math_max(min, math_min(value, max));
|
|
@@ -9972,7 +9973,7 @@ function withinMaxClamp(min, value, max) {
|
|
|
9972
9973
|
var v = within(min, value, max);
|
|
9973
9974
|
return v > max ? max : v;
|
|
9974
9975
|
}
|
|
9975
|
-
;//
|
|
9976
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js
|
|
9976
9977
|
|
|
9977
9978
|
|
|
9978
9979
|
|
|
@@ -10115,7 +10116,7 @@ function preventOverflow(_ref) {
|
|
|
10115
10116
|
fn: preventOverflow,
|
|
10116
10117
|
requiresIfExists: ['offset']
|
|
10117
10118
|
});
|
|
10118
|
-
;//
|
|
10119
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/arrow.js
|
|
10119
10120
|
|
|
10120
10121
|
|
|
10121
10122
|
|
|
@@ -10206,7 +10207,7 @@ function arrow_effect(_ref2) {
|
|
|
10206
10207
|
requires: ['popperOffsets'],
|
|
10207
10208
|
requiresIfExists: ['preventOverflow']
|
|
10208
10209
|
});
|
|
10209
|
-
;//
|
|
10210
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/hide.js
|
|
10210
10211
|
|
|
10211
10212
|
|
|
10212
10213
|
|
|
@@ -10268,7 +10269,7 @@ function hide(_ref) {
|
|
|
10268
10269
|
requiresIfExists: ['preventOverflow'],
|
|
10269
10270
|
fn: hide
|
|
10270
10271
|
});
|
|
10271
|
-
;//
|
|
10272
|
+
;// ./node_modules/@popperjs/core/lib/popper.js
|
|
10272
10273
|
|
|
10273
10274
|
|
|
10274
10275
|
|
|
@@ -10289,7 +10290,7 @@ var popper_createPopper = /*#__PURE__*/popperGenerator({
|
|
|
10289
10290
|
// eslint-disable-next-line import/no-unused-modules
|
|
10290
10291
|
|
|
10291
10292
|
|
|
10292
|
-
;//
|
|
10293
|
+
;// ./node_modules/tippy.js/dist/tippy.esm.js
|
|
10293
10294
|
/**!
|
|
10294
10295
|
* tippy.js v6.3.7
|
|
10295
10296
|
* (c) 2017-2021 atomiks
|
|
@@ -12743,9 +12744,9 @@ tippy.setDefaultProps({
|
|
|
12743
12744
|
|
|
12744
12745
|
//# sourceMappingURL=tippy.esm.js.map
|
|
12745
12746
|
|
|
12746
|
-
;//
|
|
12747
|
+
;// external {"amd":"react-dom","commonjs2":"react-dom","commonjs":"react-dom","root":"ReactDOM","umd":"react-dom"}
|
|
12747
12748
|
const external_amd_react_dom_commonjs2_react_dom_commonjs_react_dom_root_ReactDOM_umd_react_dom_namespaceObject = require("react-dom");
|
|
12748
|
-
;//
|
|
12749
|
+
;// ./node_modules/@tippyjs/react/dist/tippy-react.esm.js
|
|
12749
12750
|
|
|
12750
12751
|
|
|
12751
12752
|
|
|
@@ -13266,12 +13267,12 @@ var index = /*#__PURE__*/forwardRef( /*#__PURE__*/TippyGenerator(tippy_esm));
|
|
|
13266
13267
|
|
|
13267
13268
|
//# sourceMappingURL=tippy-react.esm.js.map
|
|
13268
13269
|
|
|
13269
|
-
;//
|
|
13270
|
+
;// ./contexts/GlossaryTerms.ts
|
|
13270
13271
|
|
|
13271
13272
|
const GlossaryContext = (0,external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_.createContext)([]);
|
|
13272
13273
|
/* harmony default export */ const GlossaryTerms = (GlossaryContext);
|
|
13273
13274
|
|
|
13274
|
-
;//
|
|
13275
|
+
;// ./components/Glossary/index.tsx
|
|
13275
13276
|
|
|
13276
13277
|
|
|
13277
13278
|
|
|
@@ -13292,9 +13293,9 @@ const GlossaryWithContext = props => {
|
|
|
13292
13293
|
};
|
|
13293
13294
|
|
|
13294
13295
|
|
|
13295
|
-
;//
|
|
13296
|
+
;// external {"amd":"react-dom/server","commonjs2":"react-dom/server","commonjs":"react-dom/server","root":"ReactDOM/server","umd":"react-dom/server"}
|
|
13296
13297
|
const server_namespaceObject = require("react-dom/server");
|
|
13297
|
-
;//
|
|
13298
|
+
;// ./components/HTMLBlock/index.tsx
|
|
13298
13299
|
|
|
13299
13300
|
|
|
13300
13301
|
const MATCH_SCRIPT_TAGS = /<script\b[^>]*>([\s\S]*?)<\/script *>\n?/gim;
|
|
@@ -13325,7 +13326,7 @@ const HTMLBlock = ({ children = '', runScripts, safeMode = false }) => {
|
|
|
13325
13326
|
};
|
|
13326
13327
|
/* harmony default export */ const components_HTMLBlock = (HTMLBlock);
|
|
13327
13328
|
|
|
13328
|
-
;//
|
|
13329
|
+
;// ./components/Heading/index.tsx
|
|
13329
13330
|
var Heading_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
13330
13331
|
var t = {};
|
|
13331
13332
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -13350,7 +13351,7 @@ const Heading = (_a) => {
|
|
|
13350
13351
|
const CreateHeading = (depth) => (props) => external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createElement(Heading, Object.assign({}, props, { depth: depth, tag: `h${depth}` }));
|
|
13351
13352
|
/* harmony default export */ const components_Heading = (CreateHeading);
|
|
13352
13353
|
|
|
13353
|
-
;//
|
|
13354
|
+
;// ./components/Image/index.tsx
|
|
13354
13355
|
|
|
13355
13356
|
const Image = (Props) => {
|
|
13356
13357
|
const { align = '', alt = '', border = false, caption, className = '', height = 'auto', src, title = '', width = 'auto', lazy = true, children, } = Props;
|
|
@@ -13393,7 +13394,7 @@ const Image = (Props) => {
|
|
|
13393
13394
|
};
|
|
13394
13395
|
/* harmony default export */ const components_Image = (Image);
|
|
13395
13396
|
|
|
13396
|
-
;//
|
|
13397
|
+
;// ./components/Table/index.tsx
|
|
13397
13398
|
|
|
13398
13399
|
const Table = (props) => {
|
|
13399
13400
|
const { children } = props;
|
|
@@ -13403,7 +13404,7 @@ const Table = (props) => {
|
|
|
13403
13404
|
};
|
|
13404
13405
|
/* harmony default export */ const components_Table = (Table);
|
|
13405
13406
|
|
|
13406
|
-
;//
|
|
13407
|
+
;// ./components/Tabs/index.tsx
|
|
13407
13408
|
|
|
13408
13409
|
|
|
13409
13410
|
const Tab = ({ children }) => {
|
|
@@ -13420,7 +13421,7 @@ const Tabs = ({ children }) => {
|
|
|
13420
13421
|
};
|
|
13421
13422
|
/* harmony default export */ const components_Tabs = (Tabs);
|
|
13422
13423
|
|
|
13423
|
-
;//
|
|
13424
|
+
;// ./components/TableOfContents/index.tsx
|
|
13424
13425
|
|
|
13425
13426
|
function TableOfContents({ children }) {
|
|
13426
13427
|
return (external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createElement("nav", null,
|
|
@@ -13433,7 +13434,7 @@ function TableOfContents({ children }) {
|
|
|
13433
13434
|
}
|
|
13434
13435
|
/* harmony default export */ const components_TableOfContents = (TableOfContents);
|
|
13435
13436
|
|
|
13436
|
-
;//
|
|
13437
|
+
;// ./components/index.ts
|
|
13437
13438
|
|
|
13438
13439
|
|
|
13439
13440
|
|
|
@@ -13449,7 +13450,7 @@ function TableOfContents({ children }) {
|
|
|
13449
13450
|
|
|
13450
13451
|
|
|
13451
13452
|
|
|
13452
|
-
;//
|
|
13453
|
+
;// ./options.js
|
|
13453
13454
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13454
13455
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13455
13456
|
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; }
|
|
@@ -13524,7 +13525,7 @@ const parseOptions = (userOpts = {}) => {
|
|
|
13524
13525
|
return opts;
|
|
13525
13526
|
};
|
|
13526
13527
|
|
|
13527
|
-
;//
|
|
13528
|
+
;// ./node_modules/mdast-util-to-string/lib/index.js
|
|
13528
13529
|
/**
|
|
13529
13530
|
* @typedef {import('mdast').Nodes} Nodes
|
|
13530
13531
|
*
|
|
@@ -13634,7 +13635,7 @@ function node(value) {
|
|
|
13634
13635
|
return Boolean(value && typeof value === 'object')
|
|
13635
13636
|
}
|
|
13636
13637
|
|
|
13637
|
-
;//
|
|
13638
|
+
;// ./node_modules/micromark-util-chunked/index.js
|
|
13638
13639
|
/**
|
|
13639
13640
|
* Like `Array#splice`, but smarter for giant arrays.
|
|
13640
13641
|
*
|
|
@@ -13717,7 +13718,7 @@ function push(list, items) {
|
|
|
13717
13718
|
return items
|
|
13718
13719
|
}
|
|
13719
13720
|
|
|
13720
|
-
;//
|
|
13721
|
+
;// ./node_modules/micromark-util-subtokenize/index.js
|
|
13721
13722
|
/**
|
|
13722
13723
|
* @typedef {import('micromark-util-types').Chunk} Chunk
|
|
13723
13724
|
* @typedef {import('micromark-util-types').Event} Event
|
|
@@ -13943,7 +13944,7 @@ function subcontent(events, eventIndex) {
|
|
|
13943
13944
|
return gaps
|
|
13944
13945
|
}
|
|
13945
13946
|
|
|
13946
|
-
;//
|
|
13947
|
+
;// ./node_modules/micromark/lib/postprocess.js
|
|
13947
13948
|
/**
|
|
13948
13949
|
* @typedef {import('micromark-util-types').Event} Event
|
|
13949
13950
|
*/
|
|
@@ -13961,7 +13962,7 @@ function postprocess(events) {
|
|
|
13961
13962
|
return events
|
|
13962
13963
|
}
|
|
13963
13964
|
|
|
13964
|
-
;//
|
|
13965
|
+
;// ./node_modules/micromark-util-combine-extensions/index.js
|
|
13965
13966
|
/**
|
|
13966
13967
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
13967
13968
|
* @typedef {import('micromark-util-types').Handles} Handles
|
|
@@ -14099,7 +14100,7 @@ function htmlExtension(all, extension) {
|
|
|
14099
14100
|
}
|
|
14100
14101
|
}
|
|
14101
14102
|
|
|
14102
|
-
;//
|
|
14103
|
+
;// ./node_modules/micromark-util-character/index.js
|
|
14103
14104
|
/**
|
|
14104
14105
|
* @typedef {import('micromark-util-types').Code} Code
|
|
14105
14106
|
*/
|
|
@@ -14344,7 +14345,7 @@ function regexCheck(regex) {
|
|
|
14344
14345
|
return code !== null && code > -1 && regex.test(String.fromCharCode(code));
|
|
14345
14346
|
}
|
|
14346
14347
|
}
|
|
14347
|
-
;//
|
|
14348
|
+
;// ./node_modules/micromark-factory-space/index.js
|
|
14348
14349
|
/**
|
|
14349
14350
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
14350
14351
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -14412,7 +14413,7 @@ function factorySpace(effects, ok, type, max) {
|
|
|
14412
14413
|
}
|
|
14413
14414
|
}
|
|
14414
14415
|
|
|
14415
|
-
;//
|
|
14416
|
+
;// ./node_modules/micromark/lib/initialize/content.js
|
|
14416
14417
|
/**
|
|
14417
14418
|
* @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
|
|
14418
14419
|
* @typedef {import('micromark-util-types').Initializer} Initializer
|
|
@@ -14493,7 +14494,7 @@ function initializeContent(effects) {
|
|
|
14493
14494
|
}
|
|
14494
14495
|
}
|
|
14495
14496
|
|
|
14496
|
-
;//
|
|
14497
|
+
;// ./node_modules/micromark/lib/initialize/document.js
|
|
14497
14498
|
/**
|
|
14498
14499
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
14499
14500
|
* @typedef {import('micromark-util-types').ContainerState} ContainerState
|
|
@@ -14877,7 +14878,7 @@ function tokenizeContainer(effects, ok, nok) {
|
|
|
14877
14878
|
)
|
|
14878
14879
|
}
|
|
14879
14880
|
|
|
14880
|
-
;//
|
|
14881
|
+
;// ./node_modules/micromark-core-commonmark/lib/blank-line.js
|
|
14881
14882
|
/**
|
|
14882
14883
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
14883
14884
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -14939,7 +14940,7 @@ function tokenizeBlankLine(effects, ok, nok) {
|
|
|
14939
14940
|
}
|
|
14940
14941
|
}
|
|
14941
14942
|
|
|
14942
|
-
;//
|
|
14943
|
+
;// ./node_modules/micromark-core-commonmark/lib/content.js
|
|
14943
14944
|
/**
|
|
14944
14945
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
14945
14946
|
* @typedef {import('micromark-util-types').Resolver} Resolver
|
|
@@ -15109,7 +15110,7 @@ function tokenizeContinuation(effects, ok, nok) {
|
|
|
15109
15110
|
}
|
|
15110
15111
|
}
|
|
15111
15112
|
|
|
15112
|
-
;//
|
|
15113
|
+
;// ./node_modules/micromark/lib/initialize/flow.js
|
|
15113
15114
|
/**
|
|
15114
15115
|
* @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
|
|
15115
15116
|
* @typedef {import('micromark-util-types').Initializer} Initializer
|
|
@@ -15179,7 +15180,7 @@ function initializeFlow(effects) {
|
|
|
15179
15180
|
}
|
|
15180
15181
|
}
|
|
15181
15182
|
|
|
15182
|
-
;//
|
|
15183
|
+
;// ./node_modules/micromark/lib/initialize/text.js
|
|
15183
15184
|
/**
|
|
15184
15185
|
* @typedef {import('micromark-util-types').Code} Code
|
|
15185
15186
|
* @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
|
|
@@ -15391,7 +15392,7 @@ function resolveAllLineSuffixes(events, context) {
|
|
|
15391
15392
|
return events
|
|
15392
15393
|
}
|
|
15393
15394
|
|
|
15394
|
-
;//
|
|
15395
|
+
;// ./node_modules/micromark-util-resolve-all/index.js
|
|
15395
15396
|
/**
|
|
15396
15397
|
* @typedef {import('micromark-util-types').Event} Event
|
|
15397
15398
|
* @typedef {import('micromark-util-types').Resolver} Resolver
|
|
@@ -15427,7 +15428,7 @@ function resolveAll(constructs, events, context) {
|
|
|
15427
15428
|
return events
|
|
15428
15429
|
}
|
|
15429
15430
|
|
|
15430
|
-
;//
|
|
15431
|
+
;// ./node_modules/micromark/lib/create-tokenizer.js
|
|
15431
15432
|
/**
|
|
15432
15433
|
* @typedef {import('micromark-util-types').Chunk} Chunk
|
|
15433
15434
|
* @typedef {import('micromark-util-types').Code} Code
|
|
@@ -16011,7 +16012,7 @@ function serializeChunks(chunks, expandTabs) {
|
|
|
16011
16012
|
return result.join('')
|
|
16012
16013
|
}
|
|
16013
16014
|
|
|
16014
|
-
;//
|
|
16015
|
+
;// ./node_modules/micromark-core-commonmark/lib/thematic-break.js
|
|
16015
16016
|
/**
|
|
16016
16017
|
* @typedef {import('micromark-util-types').Code} Code
|
|
16017
16018
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -16114,7 +16115,7 @@ function tokenizeThematicBreak(effects, ok, nok) {
|
|
|
16114
16115
|
}
|
|
16115
16116
|
}
|
|
16116
16117
|
|
|
16117
|
-
;//
|
|
16118
|
+
;// ./node_modules/micromark-core-commonmark/lib/list.js
|
|
16118
16119
|
/**
|
|
16119
16120
|
* @typedef {import('micromark-util-types').Code} Code
|
|
16120
16121
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -16384,7 +16385,7 @@ function tokenizeListItemPrefixWhitespace(effects, ok, nok) {
|
|
|
16384
16385
|
}
|
|
16385
16386
|
}
|
|
16386
16387
|
|
|
16387
|
-
;//
|
|
16388
|
+
;// ./node_modules/micromark-core-commonmark/lib/block-quote.js
|
|
16388
16389
|
/**
|
|
16389
16390
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
16390
16391
|
* @typedef {import('micromark-util-types').Exiter} Exiter
|
|
@@ -16532,7 +16533,7 @@ function exit(effects) {
|
|
|
16532
16533
|
effects.exit('blockQuote')
|
|
16533
16534
|
}
|
|
16534
16535
|
|
|
16535
|
-
;//
|
|
16536
|
+
;// ./node_modules/micromark-factory-destination/index.js
|
|
16536
16537
|
/**
|
|
16537
16538
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
16538
16539
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -16755,7 +16756,7 @@ function factoryDestination(
|
|
|
16755
16756
|
}
|
|
16756
16757
|
}
|
|
16757
16758
|
|
|
16758
|
-
;//
|
|
16759
|
+
;// ./node_modules/micromark-factory-label/index.js
|
|
16759
16760
|
/**
|
|
16760
16761
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
16761
16762
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -16916,7 +16917,7 @@ function factoryLabel(effects, ok, nok, type, markerType, stringType) {
|
|
|
16916
16917
|
}
|
|
16917
16918
|
}
|
|
16918
16919
|
|
|
16919
|
-
;//
|
|
16920
|
+
;// ./node_modules/micromark-factory-title/index.js
|
|
16920
16921
|
/**
|
|
16921
16922
|
* @typedef {import('micromark-util-types').Code} Code
|
|
16922
16923
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
@@ -17074,7 +17075,7 @@ function factoryTitle(effects, ok, nok, type, markerType, stringType) {
|
|
|
17074
17075
|
}
|
|
17075
17076
|
}
|
|
17076
17077
|
|
|
17077
|
-
;//
|
|
17078
|
+
;// ./node_modules/micromark-factory-whitespace/index.js
|
|
17078
17079
|
/**
|
|
17079
17080
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
17080
17081
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -17125,7 +17126,7 @@ function factoryWhitespace(effects, ok) {
|
|
|
17125
17126
|
}
|
|
17126
17127
|
}
|
|
17127
17128
|
|
|
17128
|
-
;//
|
|
17129
|
+
;// ./node_modules/micromark-util-normalize-identifier/index.js
|
|
17129
17130
|
/**
|
|
17130
17131
|
* Normalize an identifier (as found in references, definitions).
|
|
17131
17132
|
*
|
|
@@ -17163,7 +17164,7 @@ function normalizeIdentifier(value) {
|
|
|
17163
17164
|
)
|
|
17164
17165
|
}
|
|
17165
17166
|
|
|
17166
|
-
;//
|
|
17167
|
+
;// ./node_modules/micromark-core-commonmark/lib/definition.js
|
|
17167
17168
|
/**
|
|
17168
17169
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
17169
17170
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -17447,7 +17448,7 @@ function tokenizeTitleBefore(effects, ok, nok) {
|
|
|
17447
17448
|
}
|
|
17448
17449
|
}
|
|
17449
17450
|
|
|
17450
|
-
;//
|
|
17451
|
+
;// ./node_modules/micromark-core-commonmark/lib/code-indented.js
|
|
17451
17452
|
/**
|
|
17452
17453
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
17453
17454
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -17632,7 +17633,7 @@ function tokenizeFurtherStart(effects, ok, nok) {
|
|
|
17632
17633
|
}
|
|
17633
17634
|
}
|
|
17634
17635
|
|
|
17635
|
-
;//
|
|
17636
|
+
;// ./node_modules/micromark-core-commonmark/lib/heading-atx.js
|
|
17636
17637
|
/**
|
|
17637
17638
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
17638
17639
|
* @typedef {import('micromark-util-types').Resolver} Resolver
|
|
@@ -17839,7 +17840,7 @@ function tokenizeHeadingAtx(effects, ok, nok) {
|
|
|
17839
17840
|
}
|
|
17840
17841
|
}
|
|
17841
17842
|
|
|
17842
|
-
;//
|
|
17843
|
+
;// ./node_modules/micromark-core-commonmark/lib/setext-underline.js
|
|
17843
17844
|
/**
|
|
17844
17845
|
* @typedef {import('micromark-util-types').Code} Code
|
|
17845
17846
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -18023,7 +18024,7 @@ function tokenizeSetextUnderline(effects, ok, nok) {
|
|
|
18023
18024
|
}
|
|
18024
18025
|
}
|
|
18025
18026
|
|
|
18026
|
-
;//
|
|
18027
|
+
;// ./node_modules/micromark-util-html-tag-name/index.js
|
|
18027
18028
|
/**
|
|
18028
18029
|
* List of lowercase HTML “block” tag names.
|
|
18029
18030
|
*
|
|
@@ -18118,7 +18119,7 @@ const htmlBlockNames = [
|
|
|
18118
18119
|
*/
|
|
18119
18120
|
const htmlRawNames = ['pre', 'script', 'style', 'textarea']
|
|
18120
18121
|
|
|
18121
|
-
;//
|
|
18122
|
+
;// ./node_modules/micromark-core-commonmark/lib/html-flow.js
|
|
18122
18123
|
/**
|
|
18123
18124
|
* @typedef {import('micromark-util-types').Code} Code
|
|
18124
18125
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -19030,7 +19031,7 @@ function tokenizeBlankLineBefore(effects, ok, nok) {
|
|
|
19030
19031
|
}
|
|
19031
19032
|
}
|
|
19032
19033
|
|
|
19033
|
-
;//
|
|
19034
|
+
;// ./node_modules/micromark-core-commonmark/lib/code-fenced.js
|
|
19034
19035
|
/**
|
|
19035
19036
|
* @typedef {import('micromark-util-types').Code} Code
|
|
19036
19037
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -19512,7 +19513,7 @@ function tokenizeNonLazyContinuation(effects, ok, nok) {
|
|
|
19512
19513
|
}
|
|
19513
19514
|
}
|
|
19514
19515
|
|
|
19515
|
-
;//
|
|
19516
|
+
;// ./node_modules/character-entities/index.js
|
|
19516
19517
|
/**
|
|
19517
19518
|
* Map of named character references.
|
|
19518
19519
|
*
|
|
@@ -21646,7 +21647,7 @@ const characterEntities = {
|
|
|
21646
21647
|
zwnj: ''
|
|
21647
21648
|
}
|
|
21648
21649
|
|
|
21649
|
-
;//
|
|
21650
|
+
;// ./node_modules/decode-named-character-reference/index.js
|
|
21650
21651
|
|
|
21651
21652
|
|
|
21652
21653
|
const own = {}.hasOwnProperty
|
|
@@ -21666,7 +21667,7 @@ function decodeNamedCharacterReference(value) {
|
|
|
21666
21667
|
return own.call(characterEntities, value) ? characterEntities[value] : false
|
|
21667
21668
|
}
|
|
21668
21669
|
|
|
21669
|
-
;//
|
|
21670
|
+
;// ./node_modules/micromark-core-commonmark/lib/character-reference.js
|
|
21670
21671
|
/**
|
|
21671
21672
|
* @typedef {import('micromark-util-types').Code} Code
|
|
21672
21673
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -21817,7 +21818,7 @@ function tokenizeCharacterReference(effects, ok, nok) {
|
|
|
21817
21818
|
}
|
|
21818
21819
|
}
|
|
21819
21820
|
|
|
21820
|
-
;//
|
|
21821
|
+
;// ./node_modules/micromark-core-commonmark/lib/character-escape.js
|
|
21821
21822
|
/**
|
|
21822
21823
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
21823
21824
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -21880,7 +21881,7 @@ function tokenizeCharacterEscape(effects, ok, nok) {
|
|
|
21880
21881
|
}
|
|
21881
21882
|
}
|
|
21882
21883
|
|
|
21883
|
-
;//
|
|
21884
|
+
;// ./node_modules/micromark-core-commonmark/lib/line-ending.js
|
|
21884
21885
|
/**
|
|
21885
21886
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
21886
21887
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -21912,7 +21913,7 @@ function tokenizeLineEnding(effects, ok) {
|
|
|
21912
21913
|
}
|
|
21913
21914
|
}
|
|
21914
21915
|
|
|
21915
|
-
;//
|
|
21916
|
+
;// ./node_modules/micromark-core-commonmark/lib/label-end.js
|
|
21916
21917
|
/**
|
|
21917
21918
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
21918
21919
|
* @typedef {import('micromark-util-types').Event} Event
|
|
@@ -22531,7 +22532,7 @@ function tokenizeReferenceCollapsed(effects, ok, nok) {
|
|
|
22531
22532
|
}
|
|
22532
22533
|
}
|
|
22533
22534
|
|
|
22534
|
-
;//
|
|
22535
|
+
;// ./node_modules/micromark-core-commonmark/lib/label-start-image.js
|
|
22535
22536
|
/**
|
|
22536
22537
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
22537
22538
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -22634,7 +22635,7 @@ function tokenizeLabelStartImage(effects, ok, nok) {
|
|
|
22634
22635
|
}
|
|
22635
22636
|
}
|
|
22636
22637
|
|
|
22637
|
-
;//
|
|
22638
|
+
;// ./node_modules/micromark-util-classify-character/index.js
|
|
22638
22639
|
/**
|
|
22639
22640
|
* @typedef {import('micromark-util-types').Code} Code
|
|
22640
22641
|
*/
|
|
@@ -22667,7 +22668,7 @@ function classifyCharacter(code) {
|
|
|
22667
22668
|
}
|
|
22668
22669
|
}
|
|
22669
22670
|
|
|
22670
|
-
;//
|
|
22671
|
+
;// ./node_modules/micromark-core-commonmark/lib/attention.js
|
|
22671
22672
|
/**
|
|
22672
22673
|
* @typedef {import('micromark-util-types').Code} Code
|
|
22673
22674
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -22932,7 +22933,7 @@ function movePoint(point, offset) {
|
|
|
22932
22933
|
point._bufferIndex += offset
|
|
22933
22934
|
}
|
|
22934
22935
|
|
|
22935
|
-
;//
|
|
22936
|
+
;// ./node_modules/micromark-core-commonmark/lib/autolink.js
|
|
22936
22937
|
/**
|
|
22937
22938
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
22938
22939
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -23164,7 +23165,7 @@ function tokenizeAutolink(effects, ok, nok) {
|
|
|
23164
23165
|
}
|
|
23165
23166
|
}
|
|
23166
23167
|
|
|
23167
|
-
;//
|
|
23168
|
+
;// ./node_modules/micromark-core-commonmark/lib/html-text.js
|
|
23168
23169
|
/**
|
|
23169
23170
|
* @typedef {import('micromark-util-types').Code} Code
|
|
23170
23171
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -23873,7 +23874,7 @@ function tokenizeHtmlText(effects, ok, nok) {
|
|
|
23873
23874
|
}
|
|
23874
23875
|
}
|
|
23875
23876
|
|
|
23876
|
-
;//
|
|
23877
|
+
;// ./node_modules/micromark-core-commonmark/lib/label-start-link.js
|
|
23877
23878
|
/**
|
|
23878
23879
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
23879
23880
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -23929,7 +23930,7 @@ function tokenizeLabelStartLink(effects, ok, nok) {
|
|
|
23929
23930
|
}
|
|
23930
23931
|
}
|
|
23931
23932
|
|
|
23932
|
-
;//
|
|
23933
|
+
;// ./node_modules/micromark-core-commonmark/lib/hard-break-escape.js
|
|
23933
23934
|
/**
|
|
23934
23935
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
23935
23936
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -23988,7 +23989,7 @@ function tokenizeHardBreakEscape(effects, ok, nok) {
|
|
|
23988
23989
|
}
|
|
23989
23990
|
}
|
|
23990
23991
|
|
|
23991
|
-
;//
|
|
23992
|
+
;// ./node_modules/micromark-core-commonmark/lib/code-text.js
|
|
23992
23993
|
/**
|
|
23993
23994
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
23994
23995
|
* @typedef {import('micromark-util-types').Previous} Previous
|
|
@@ -24227,7 +24228,7 @@ function tokenizeCodeText(effects, ok, nok) {
|
|
|
24227
24228
|
}
|
|
24228
24229
|
}
|
|
24229
24230
|
|
|
24230
|
-
;//
|
|
24231
|
+
;// ./node_modules/micromark/lib/constructs.js
|
|
24231
24232
|
/**
|
|
24232
24233
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
24233
24234
|
*/
|
|
@@ -24314,7 +24315,7 @@ const disable = {
|
|
|
24314
24315
|
null: []
|
|
24315
24316
|
}
|
|
24316
24317
|
|
|
24317
|
-
;//
|
|
24318
|
+
;// ./node_modules/micromark/lib/parse.js
|
|
24318
24319
|
/**
|
|
24319
24320
|
* @typedef {import('micromark-util-types').Create} Create
|
|
24320
24321
|
* @typedef {import('micromark-util-types').FullNormalizedExtension} FullNormalizedExtension
|
|
@@ -24366,7 +24367,7 @@ function parse(options) {
|
|
|
24366
24367
|
}
|
|
24367
24368
|
}
|
|
24368
24369
|
|
|
24369
|
-
;//
|
|
24370
|
+
;// ./node_modules/micromark/lib/preprocess.js
|
|
24370
24371
|
/**
|
|
24371
24372
|
* @typedef {import('micromark-util-types').Chunk} Chunk
|
|
24372
24373
|
* @typedef {import('micromark-util-types').Code} Code
|
|
@@ -24481,7 +24482,7 @@ function preprocess() {
|
|
|
24481
24482
|
}
|
|
24482
24483
|
}
|
|
24483
24484
|
|
|
24484
|
-
;//
|
|
24485
|
+
;// ./node_modules/micromark-util-decode-numeric-character-reference/index.js
|
|
24485
24486
|
/**
|
|
24486
24487
|
* Turn the number (in string form as either hexa- or plain decimal) coming from
|
|
24487
24488
|
* a numeric character reference into a character.
|
|
@@ -24514,7 +24515,7 @@ function decodeNumericCharacterReference(value, base) {
|
|
|
24514
24515
|
}
|
|
24515
24516
|
return String.fromCodePoint(code);
|
|
24516
24517
|
}
|
|
24517
|
-
;//
|
|
24518
|
+
;// ./node_modules/micromark-util-decode-string/index.js
|
|
24518
24519
|
|
|
24519
24520
|
|
|
24520
24521
|
const characterEscapeOrReference =
|
|
@@ -24558,7 +24559,7 @@ function decode($0, $1, $2) {
|
|
|
24558
24559
|
return decodeNamedCharacterReference($2) || $0
|
|
24559
24560
|
}
|
|
24560
24561
|
|
|
24561
|
-
;//
|
|
24562
|
+
;// ./node_modules/unist-util-stringify-position/lib/index.js
|
|
24562
24563
|
/**
|
|
24563
24564
|
* @typedef {import('unist').Node} Node
|
|
24564
24565
|
* @typedef {import('unist').Point} Point
|
|
@@ -24644,7 +24645,7 @@ function lib_index(value) {
|
|
|
24644
24645
|
return value && typeof value === 'number' ? value : 1
|
|
24645
24646
|
}
|
|
24646
24647
|
|
|
24647
|
-
;//
|
|
24648
|
+
;// ./node_modules/mdast-util-from-markdown/lib/index.js
|
|
24648
24649
|
/**
|
|
24649
24650
|
* @typedef {import('mdast').Break} Break
|
|
24650
24651
|
* @typedef {import('mdast').Blockquote} Blockquote
|
|
@@ -25998,7 +25999,7 @@ function defaultOnError(left, right) {
|
|
|
25998
25999
|
}
|
|
25999
26000
|
}
|
|
26000
26001
|
|
|
26001
|
-
;//
|
|
26002
|
+
;// ./node_modules/remark-parse/lib/index.js
|
|
26002
26003
|
/**
|
|
26003
26004
|
* @typedef {import('mdast').Root} Root
|
|
26004
26005
|
* @typedef {import('mdast-util-from-markdown').Options} FromMarkdownOptions
|
|
@@ -26043,7 +26044,7 @@ function remarkParse(options) {
|
|
|
26043
26044
|
}
|
|
26044
26045
|
}
|
|
26045
26046
|
|
|
26046
|
-
;//
|
|
26047
|
+
;// ./node_modules/zwitch/index.js
|
|
26047
26048
|
/**
|
|
26048
26049
|
* @callback Handler
|
|
26049
26050
|
* Handle a value, with a certain ID field set to a certain value.
|
|
@@ -26163,7 +26164,7 @@ function zwitch(key, options) {
|
|
|
26163
26164
|
return one
|
|
26164
26165
|
}
|
|
26165
26166
|
|
|
26166
|
-
;//
|
|
26167
|
+
;// ./node_modules/mdast-util-to-markdown/lib/configure.js
|
|
26167
26168
|
/**
|
|
26168
26169
|
* @typedef {import('./types.js').Options} Options
|
|
26169
26170
|
* @typedef {import('./types.js').State} State
|
|
@@ -26245,7 +26246,7 @@ function map(left, right) {
|
|
|
26245
26246
|
}
|
|
26246
26247
|
}
|
|
26247
26248
|
|
|
26248
|
-
;//
|
|
26249
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/blockquote.js
|
|
26249
26250
|
/**
|
|
26250
26251
|
* @typedef {import('mdast').Blockquote} Blockquote
|
|
26251
26252
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26279,7 +26280,7 @@ function blockquote_map(line, _, blank) {
|
|
|
26279
26280
|
return '>' + (blank ? '' : ' ') + line
|
|
26280
26281
|
}
|
|
26281
26282
|
|
|
26282
|
-
;//
|
|
26283
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js
|
|
26283
26284
|
/**
|
|
26284
26285
|
* @typedef {import('../types.js').ConstructName} ConstructName
|
|
26285
26286
|
* @typedef {import('../types.js').Unsafe} Unsafe
|
|
@@ -26323,7 +26324,7 @@ function listInScope(stack, list, none) {
|
|
|
26323
26324
|
return false
|
|
26324
26325
|
}
|
|
26325
26326
|
|
|
26326
|
-
;//
|
|
26327
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/break.js
|
|
26327
26328
|
/**
|
|
26328
26329
|
* @typedef {import('mdast').Break} Break
|
|
26329
26330
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26357,7 +26358,7 @@ function hardBreak(_, _1, state, info) {
|
|
|
26357
26358
|
return '\\\n'
|
|
26358
26359
|
}
|
|
26359
26360
|
|
|
26360
|
-
;//
|
|
26361
|
+
;// ./node_modules/longest-streak/index.js
|
|
26361
26362
|
/**
|
|
26362
26363
|
* Get the count of the longest repeating streak of `substring` in `value`.
|
|
26363
26364
|
*
|
|
@@ -26395,7 +26396,7 @@ function longestStreak(value, substring) {
|
|
|
26395
26396
|
return max
|
|
26396
26397
|
}
|
|
26397
26398
|
|
|
26398
|
-
;//
|
|
26399
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js
|
|
26399
26400
|
/**
|
|
26400
26401
|
* @typedef {import('mdast').Code} Code
|
|
26401
26402
|
* @typedef {import('../types.js').State} State
|
|
@@ -26419,7 +26420,7 @@ function formatCodeAsIndented(node, state) {
|
|
|
26419
26420
|
)
|
|
26420
26421
|
}
|
|
26421
26422
|
|
|
26422
|
-
;//
|
|
26423
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-fence.js
|
|
26423
26424
|
/**
|
|
26424
26425
|
* @typedef {import('../types.js').Options} Options
|
|
26425
26426
|
* @typedef {import('../types.js').State} State
|
|
@@ -26443,7 +26444,7 @@ function checkFence(state) {
|
|
|
26443
26444
|
return marker
|
|
26444
26445
|
}
|
|
26445
26446
|
|
|
26446
|
-
;//
|
|
26447
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/code.js
|
|
26447
26448
|
/**
|
|
26448
26449
|
* @typedef {import('mdast').Code} Code
|
|
26449
26450
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26523,7 +26524,7 @@ function code_map(line, _, blank) {
|
|
|
26523
26524
|
return (blank ? '' : ' ') + line
|
|
26524
26525
|
}
|
|
26525
26526
|
|
|
26526
|
-
;//
|
|
26527
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-quote.js
|
|
26527
26528
|
/**
|
|
26528
26529
|
* @typedef {import('../types.js').Options} Options
|
|
26529
26530
|
* @typedef {import('../types.js').State} State
|
|
@@ -26547,7 +26548,7 @@ function checkQuote(state) {
|
|
|
26547
26548
|
return marker
|
|
26548
26549
|
}
|
|
26549
26550
|
|
|
26550
|
-
;//
|
|
26551
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/definition.js
|
|
26551
26552
|
/**
|
|
26552
26553
|
* @typedef {import('mdast').Definition} Definition
|
|
26553
26554
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26627,7 +26628,7 @@ function definition_definition(node, _, state, info) {
|
|
|
26627
26628
|
return value
|
|
26628
26629
|
}
|
|
26629
26630
|
|
|
26630
|
-
;//
|
|
26631
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js
|
|
26631
26632
|
/**
|
|
26632
26633
|
* @typedef {import('../types.js').Options} Options
|
|
26633
26634
|
* @typedef {import('../types.js').State} State
|
|
@@ -26651,7 +26652,7 @@ function checkEmphasis(state) {
|
|
|
26651
26652
|
return marker
|
|
26652
26653
|
}
|
|
26653
26654
|
|
|
26654
|
-
;//
|
|
26655
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/emphasis.js
|
|
26655
26656
|
/**
|
|
26656
26657
|
* @typedef {import('mdast').Emphasis} Emphasis
|
|
26657
26658
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26701,7 +26702,7 @@ function emphasisPeek(_, _1, state) {
|
|
|
26701
26702
|
return state.options.emphasis || '*'
|
|
26702
26703
|
}
|
|
26703
26704
|
|
|
26704
|
-
;//
|
|
26705
|
+
;// ./node_modules/unist-util-is/lib/index.js
|
|
26705
26706
|
/**
|
|
26706
26707
|
* @typedef {import('unist').Node} Node
|
|
26707
26708
|
* @typedef {import('unist').Parent} Parent
|
|
@@ -26994,7 +26995,7 @@ function looksLikeANode(value) {
|
|
|
26994
26995
|
return value !== null && typeof value === 'object' && 'type' in value
|
|
26995
26996
|
}
|
|
26996
26997
|
|
|
26997
|
-
;//
|
|
26998
|
+
;// ./node_modules/unist-util-visit-parents/lib/color.node.js
|
|
26998
26999
|
/**
|
|
26999
27000
|
* @param {string} d
|
|
27000
27001
|
* @returns {string}
|
|
@@ -27003,7 +27004,7 @@ function color(d) {
|
|
|
27003
27004
|
return '\u001B[33m' + d + '\u001B[39m'
|
|
27004
27005
|
}
|
|
27005
27006
|
|
|
27006
|
-
;//
|
|
27007
|
+
;// ./node_modules/unist-util-visit-parents/lib/index.js
|
|
27007
27008
|
/**
|
|
27008
27009
|
* @typedef {import('unist').Node} UnistNode
|
|
27009
27010
|
* @typedef {import('unist').Parent} UnistParent
|
|
@@ -27403,7 +27404,7 @@ function toResult(value) {
|
|
|
27403
27404
|
return value === null || value === undefined ? empty : [value]
|
|
27404
27405
|
}
|
|
27405
27406
|
|
|
27406
|
-
;//
|
|
27407
|
+
;// ./node_modules/unist-util-visit/lib/index.js
|
|
27407
27408
|
/**
|
|
27408
27409
|
* @typedef {import('unist').Node} UnistNode
|
|
27409
27410
|
* @typedef {import('unist').Parent} UnistParent
|
|
@@ -27718,7 +27719,7 @@ function visit(tree, testOrVisitor, visitorOrReverse, maybeReverse) {
|
|
|
27718
27719
|
}
|
|
27719
27720
|
}
|
|
27720
27721
|
|
|
27721
|
-
;//
|
|
27722
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js
|
|
27722
27723
|
/**
|
|
27723
27724
|
* @typedef {import('mdast').Heading} Heading
|
|
27724
27725
|
* @typedef {import('../types.js').State} State
|
|
@@ -27754,7 +27755,7 @@ function formatHeadingAsSetext(node, state) {
|
|
|
27754
27755
|
)
|
|
27755
27756
|
}
|
|
27756
27757
|
|
|
27757
|
-
;//
|
|
27758
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/heading.js
|
|
27758
27759
|
/**
|
|
27759
27760
|
* @typedef {import('mdast').Heading} Heading
|
|
27760
27761
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -27836,7 +27837,7 @@ function heading(node, _, state, info) {
|
|
|
27836
27837
|
return value
|
|
27837
27838
|
}
|
|
27838
27839
|
|
|
27839
|
-
;//
|
|
27840
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/html.js
|
|
27840
27841
|
/**
|
|
27841
27842
|
* @typedef {import('mdast').Html} Html
|
|
27842
27843
|
*/
|
|
@@ -27858,7 +27859,7 @@ function htmlPeek() {
|
|
|
27858
27859
|
return '<'
|
|
27859
27860
|
}
|
|
27860
27861
|
|
|
27861
|
-
;//
|
|
27862
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/image.js
|
|
27862
27863
|
/**
|
|
27863
27864
|
* @typedef {import('mdast').Image} Image
|
|
27864
27865
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -27944,7 +27945,7 @@ function imagePeek() {
|
|
|
27944
27945
|
return '!'
|
|
27945
27946
|
}
|
|
27946
27947
|
|
|
27947
|
-
;//
|
|
27948
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/image-reference.js
|
|
27948
27949
|
/**
|
|
27949
27950
|
* @typedef {import('mdast').ImageReference} ImageReference
|
|
27950
27951
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28011,7 +28012,7 @@ function imageReferencePeek() {
|
|
|
28011
28012
|
return '!'
|
|
28012
28013
|
}
|
|
28013
28014
|
|
|
28014
|
-
;//
|
|
28015
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/inline-code.js
|
|
28015
28016
|
/**
|
|
28016
28017
|
* @typedef {import('mdast').InlineCode} InlineCode
|
|
28017
28018
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28090,7 +28091,7 @@ function inlineCodePeek() {
|
|
|
28090
28091
|
return '`'
|
|
28091
28092
|
}
|
|
28092
28093
|
|
|
28093
|
-
;//
|
|
28094
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js
|
|
28094
28095
|
/**
|
|
28095
28096
|
* @typedef {import('mdast').Link} Link
|
|
28096
28097
|
* @typedef {import('../types.js').State} State
|
|
@@ -28126,7 +28127,7 @@ function formatLinkAsAutolink(node, state) {
|
|
|
28126
28127
|
)
|
|
28127
28128
|
}
|
|
28128
28129
|
|
|
28129
|
-
;//
|
|
28130
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/link.js
|
|
28130
28131
|
/**
|
|
28131
28132
|
* @typedef {import('mdast').Link} Link
|
|
28132
28133
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28244,7 +28245,7 @@ function linkPeek(node, _, state) {
|
|
|
28244
28245
|
return formatLinkAsAutolink(node, state) ? '<' : '['
|
|
28245
28246
|
}
|
|
28246
28247
|
|
|
28247
|
-
;//
|
|
28248
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/link-reference.js
|
|
28248
28249
|
/**
|
|
28249
28250
|
* @typedef {import('mdast').LinkReference} LinkReference
|
|
28250
28251
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28311,7 +28312,7 @@ function linkReferencePeek() {
|
|
|
28311
28312
|
return '['
|
|
28312
28313
|
}
|
|
28313
28314
|
|
|
28314
|
-
;//
|
|
28315
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet.js
|
|
28315
28316
|
/**
|
|
28316
28317
|
* @typedef {import('../types.js').Options} Options
|
|
28317
28318
|
* @typedef {import('../types.js').State} State
|
|
@@ -28335,7 +28336,7 @@ function checkBullet(state) {
|
|
|
28335
28336
|
return marker
|
|
28336
28337
|
}
|
|
28337
28338
|
|
|
28338
|
-
;//
|
|
28339
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js
|
|
28339
28340
|
/**
|
|
28340
28341
|
* @typedef {import('../types.js').Options} Options
|
|
28341
28342
|
* @typedef {import('../types.js').State} State
|
|
@@ -28376,7 +28377,7 @@ function checkBulletOther(state) {
|
|
|
28376
28377
|
return bulletOther
|
|
28377
28378
|
}
|
|
28378
28379
|
|
|
28379
|
-
;//
|
|
28380
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js
|
|
28380
28381
|
/**
|
|
28381
28382
|
* @typedef {import('../types.js').Options} Options
|
|
28382
28383
|
* @typedef {import('../types.js').State} State
|
|
@@ -28400,7 +28401,7 @@ function checkBulletOrdered(state) {
|
|
|
28400
28401
|
return marker
|
|
28401
28402
|
}
|
|
28402
28403
|
|
|
28403
|
-
;//
|
|
28404
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-rule.js
|
|
28404
28405
|
/**
|
|
28405
28406
|
* @typedef {import('../types.js').Options} Options
|
|
28406
28407
|
* @typedef {import('../types.js').State} State
|
|
@@ -28424,7 +28425,7 @@ function checkRule(state) {
|
|
|
28424
28425
|
return marker
|
|
28425
28426
|
}
|
|
28426
28427
|
|
|
28427
|
-
;//
|
|
28428
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/list.js
|
|
28428
28429
|
/**
|
|
28429
28430
|
* @typedef {import('mdast').List} List
|
|
28430
28431
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28528,7 +28529,7 @@ function list_list(node, parent, state, info) {
|
|
|
28528
28529
|
return value
|
|
28529
28530
|
}
|
|
28530
28531
|
|
|
28531
|
-
;//
|
|
28532
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js
|
|
28532
28533
|
/**
|
|
28533
28534
|
* @typedef {import('../types.js').Options} Options
|
|
28534
28535
|
* @typedef {import('../types.js').State} State
|
|
@@ -28552,7 +28553,7 @@ function checkListItemIndent(state) {
|
|
|
28552
28553
|
return style
|
|
28553
28554
|
}
|
|
28554
28555
|
|
|
28555
|
-
;//
|
|
28556
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/list-item.js
|
|
28556
28557
|
/**
|
|
28557
28558
|
* @typedef {import('mdast').ListItem} ListItem
|
|
28558
28559
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28619,7 +28620,7 @@ function listItem(node, parent, state, info) {
|
|
|
28619
28620
|
}
|
|
28620
28621
|
}
|
|
28621
28622
|
|
|
28622
|
-
;//
|
|
28623
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/paragraph.js
|
|
28623
28624
|
/**
|
|
28624
28625
|
* @typedef {import('mdast').Paragraph} Paragraph
|
|
28625
28626
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28643,7 +28644,7 @@ function paragraph(node, _, state, info) {
|
|
|
28643
28644
|
return value
|
|
28644
28645
|
}
|
|
28645
28646
|
|
|
28646
|
-
;//
|
|
28647
|
+
;// ./node_modules/mdast-util-phrasing/lib/index.js
|
|
28647
28648
|
/**
|
|
28648
28649
|
* @typedef {import('mdast').Html} Html
|
|
28649
28650
|
* @typedef {import('mdast').PhrasingContent} PhrasingContent
|
|
@@ -28690,7 +28691,7 @@ const phrasing =
|
|
|
28690
28691
|
])
|
|
28691
28692
|
)
|
|
28692
28693
|
|
|
28693
|
-
;//
|
|
28694
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/root.js
|
|
28694
28695
|
/**
|
|
28695
28696
|
* @typedef {import('mdast').Parents} Parents
|
|
28696
28697
|
* @typedef {import('mdast').Root} Root
|
|
@@ -28716,7 +28717,7 @@ function root(node, _, state, info) {
|
|
|
28716
28717
|
return fn.call(state, node, info)
|
|
28717
28718
|
}
|
|
28718
28719
|
|
|
28719
|
-
;//
|
|
28720
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-strong.js
|
|
28720
28721
|
/**
|
|
28721
28722
|
* @typedef {import('../types.js').Options} Options
|
|
28722
28723
|
* @typedef {import('../types.js').State} State
|
|
@@ -28740,7 +28741,7 @@ function checkStrong(state) {
|
|
|
28740
28741
|
return marker
|
|
28741
28742
|
}
|
|
28742
28743
|
|
|
28743
|
-
;//
|
|
28744
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/strong.js
|
|
28744
28745
|
/**
|
|
28745
28746
|
* @typedef {import('mdast').Parents} Parents
|
|
28746
28747
|
* @typedef {import('mdast').Strong} Strong
|
|
@@ -28790,7 +28791,7 @@ function strongPeek(_, _1, state) {
|
|
|
28790
28791
|
return state.options.strong || '*'
|
|
28791
28792
|
}
|
|
28792
28793
|
|
|
28793
|
-
;//
|
|
28794
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/text.js
|
|
28794
28795
|
/**
|
|
28795
28796
|
* @typedef {import('mdast').Parents} Parents
|
|
28796
28797
|
* @typedef {import('mdast').Text} Text
|
|
@@ -28809,7 +28810,7 @@ function handle_text_text(node, _, state, info) {
|
|
|
28809
28810
|
return state.safe(node.value, info)
|
|
28810
28811
|
}
|
|
28811
28812
|
|
|
28812
|
-
;//
|
|
28813
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js
|
|
28813
28814
|
/**
|
|
28814
28815
|
* @typedef {import('../types.js').Options} Options
|
|
28815
28816
|
* @typedef {import('../types.js').State} State
|
|
@@ -28833,7 +28834,7 @@ function checkRuleRepetition(state) {
|
|
|
28833
28834
|
return repetition
|
|
28834
28835
|
}
|
|
28835
28836
|
|
|
28836
|
-
;//
|
|
28837
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js
|
|
28837
28838
|
/**
|
|
28838
28839
|
* @typedef {import('mdast').Parents} Parents
|
|
28839
28840
|
* @typedef {import('mdast').ThematicBreak} ThematicBreak
|
|
@@ -28857,7 +28858,7 @@ function thematic_break_thematicBreak(_, _1, state) {
|
|
|
28857
28858
|
return state.options.ruleSpaces ? value.slice(0, -1) : value
|
|
28858
28859
|
}
|
|
28859
28860
|
|
|
28860
|
-
;//
|
|
28861
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/index.js
|
|
28861
28862
|
|
|
28862
28863
|
|
|
28863
28864
|
|
|
@@ -28904,7 +28905,7 @@ const handle = {
|
|
|
28904
28905
|
thematicBreak: thematic_break_thematicBreak
|
|
28905
28906
|
}
|
|
28906
28907
|
|
|
28907
|
-
;//
|
|
28908
|
+
;// ./node_modules/mdast-util-to-markdown/lib/join.js
|
|
28908
28909
|
/**
|
|
28909
28910
|
* @typedef {import('./types.js').Join} Join
|
|
28910
28911
|
*/
|
|
@@ -28945,7 +28946,7 @@ function joinDefaults(left, right, parent, state) {
|
|
|
28945
28946
|
}
|
|
28946
28947
|
}
|
|
28947
28948
|
|
|
28948
|
-
;//
|
|
28949
|
+
;// ./node_modules/mdast-util-to-markdown/lib/unsafe.js
|
|
28949
28950
|
/**
|
|
28950
28951
|
* @typedef {import('./types.js').ConstructName} ConstructName
|
|
28951
28952
|
* @typedef {import('./types.js').Unsafe} Unsafe
|
|
@@ -29094,7 +29095,7 @@ const unsafe = [
|
|
|
29094
29095
|
{atBreak: true, character: '~'}
|
|
29095
29096
|
]
|
|
29096
29097
|
|
|
29097
|
-
;//
|
|
29098
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/association.js
|
|
29098
29099
|
/**
|
|
29099
29100
|
* @typedef {import('../types.js').AssociationId} AssociationId
|
|
29100
29101
|
*/
|
|
@@ -29129,7 +29130,7 @@ function association(node) {
|
|
|
29129
29130
|
return decodeString(node.identifier)
|
|
29130
29131
|
}
|
|
29131
29132
|
|
|
29132
|
-
;//
|
|
29133
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js
|
|
29133
29134
|
/**
|
|
29134
29135
|
* @typedef {import('../types.js').CompilePattern} CompilePattern
|
|
29135
29136
|
*/
|
|
@@ -29155,7 +29156,7 @@ function compilePattern(pattern) {
|
|
|
29155
29156
|
return pattern._compiled
|
|
29156
29157
|
}
|
|
29157
29158
|
|
|
29158
|
-
;//
|
|
29159
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js
|
|
29159
29160
|
/**
|
|
29160
29161
|
* @typedef {import('../types.js').Handle} Handle
|
|
29161
29162
|
* @typedef {import('../types.js').Info} Info
|
|
@@ -29253,7 +29254,7 @@ function containerPhrasing(parent, state, info) {
|
|
|
29253
29254
|
return results.join('')
|
|
29254
29255
|
}
|
|
29255
29256
|
|
|
29256
|
-
;//
|
|
29257
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/container-flow.js
|
|
29257
29258
|
/**
|
|
29258
29259
|
* @typedef {import('../types.js').FlowParents} FlowParents
|
|
29259
29260
|
* @typedef {import('../types.js').FlowChildren} FlowChildren
|
|
@@ -29341,7 +29342,7 @@ function between(left, right, parent, state) {
|
|
|
29341
29342
|
return '\n\n'
|
|
29342
29343
|
}
|
|
29343
29344
|
|
|
29344
|
-
;//
|
|
29345
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/indent-lines.js
|
|
29345
29346
|
/**
|
|
29346
29347
|
* @typedef {import('../types.js').IndentLines} IndentLines
|
|
29347
29348
|
*/
|
|
@@ -29378,7 +29379,7 @@ function indentLines(value, map) {
|
|
|
29378
29379
|
}
|
|
29379
29380
|
}
|
|
29380
29381
|
|
|
29381
|
-
;//
|
|
29382
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/safe.js
|
|
29382
29383
|
/**
|
|
29383
29384
|
* @typedef {import('../types.js').SafeConfig} SafeConfig
|
|
29384
29385
|
* @typedef {import('../types.js').State} State
|
|
@@ -29556,7 +29557,7 @@ function escapeBackslashes(value, after) {
|
|
|
29556
29557
|
return results.join('')
|
|
29557
29558
|
}
|
|
29558
29559
|
|
|
29559
|
-
;//
|
|
29560
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/track.js
|
|
29560
29561
|
/**
|
|
29561
29562
|
* @typedef {import('../types.js').CreateTracker} CreateTracker
|
|
29562
29563
|
* @typedef {import('../types.js').TrackCurrent} TrackCurrent
|
|
@@ -29616,7 +29617,7 @@ function track(config) {
|
|
|
29616
29617
|
}
|
|
29617
29618
|
}
|
|
29618
29619
|
|
|
29619
|
-
;//
|
|
29620
|
+
;// ./node_modules/mdast-util-to-markdown/lib/index.js
|
|
29620
29621
|
/**
|
|
29621
29622
|
* @typedef {import('mdast').Nodes} Nodes
|
|
29622
29623
|
* @typedef {import('./types.js').Enter} Enter
|
|
@@ -29811,7 +29812,7 @@ function safeBound(value, config) {
|
|
|
29811
29812
|
return safe(this, value, config)
|
|
29812
29813
|
}
|
|
29813
29814
|
|
|
29814
|
-
;//
|
|
29815
|
+
;// ./node_modules/remark-stringify/lib/index.js
|
|
29815
29816
|
/**
|
|
29816
29817
|
* @typedef {import('mdast').Root} Root
|
|
29817
29818
|
* @typedef {import('mdast-util-to-markdown').Options} ToMarkdownOptions
|
|
@@ -29855,7 +29856,7 @@ function remarkStringify(options) {
|
|
|
29855
29856
|
}
|
|
29856
29857
|
}
|
|
29857
29858
|
|
|
29858
|
-
;//
|
|
29859
|
+
;// ./node_modules/bail/index.js
|
|
29859
29860
|
/**
|
|
29860
29861
|
* Throw a given error.
|
|
29861
29862
|
*
|
|
@@ -29872,7 +29873,7 @@ function bail(error) {
|
|
|
29872
29873
|
// EXTERNAL MODULE: ./node_modules/extend/index.js
|
|
29873
29874
|
var extend = __webpack_require__(2849);
|
|
29874
29875
|
var extend_default = /*#__PURE__*/__webpack_require__.n(extend);
|
|
29875
|
-
;//
|
|
29876
|
+
;// ./node_modules/devlop/lib/default.js
|
|
29876
29877
|
function deprecate(fn) {
|
|
29877
29878
|
return fn
|
|
29878
29879
|
}
|
|
@@ -29883,7 +29884,7 @@ function default_ok() {}
|
|
|
29883
29884
|
|
|
29884
29885
|
function unreachable() {}
|
|
29885
29886
|
|
|
29886
|
-
;//
|
|
29887
|
+
;// ./node_modules/unified/node_modules/is-plain-obj/index.js
|
|
29887
29888
|
function isPlainObject(value) {
|
|
29888
29889
|
if (typeof value !== 'object' || value === null) {
|
|
29889
29890
|
return false;
|
|
@@ -29893,7 +29894,7 @@ function isPlainObject(value) {
|
|
|
29893
29894
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
29894
29895
|
}
|
|
29895
29896
|
|
|
29896
|
-
;//
|
|
29897
|
+
;// ./node_modules/trough/lib/index.js
|
|
29897
29898
|
// To do: remove `void`s
|
|
29898
29899
|
// To do: remove `null` from output of our APIs, allow it as user APIs.
|
|
29899
29900
|
|
|
@@ -30101,7 +30102,7 @@ function wrap(middleware, callback) {
|
|
|
30101
30102
|
}
|
|
30102
30103
|
}
|
|
30103
30104
|
|
|
30104
|
-
;//
|
|
30105
|
+
;// ./node_modules/vfile-message/lib/index.js
|
|
30105
30106
|
/**
|
|
30106
30107
|
* @typedef {import('unist').Node} Node
|
|
30107
30108
|
* @typedef {import('unist').Point} Point
|
|
@@ -30421,13 +30422,13 @@ VFileMessage.prototype.place = undefined
|
|
|
30421
30422
|
VFileMessage.prototype.ruleId = undefined
|
|
30422
30423
|
VFileMessage.prototype.source = undefined
|
|
30423
30424
|
|
|
30424
|
-
;//
|
|
30425
|
+
;// external "node:path"
|
|
30425
30426
|
const external_node_path_namespaceObject = require("node:path");
|
|
30426
30427
|
var external_node_path_default = /*#__PURE__*/__webpack_require__.n(external_node_path_namespaceObject);
|
|
30427
|
-
;//
|
|
30428
|
+
;// external "node:process"
|
|
30428
30429
|
const external_node_process_namespaceObject = require("node:process");
|
|
30429
30430
|
var external_node_process_default = /*#__PURE__*/__webpack_require__.n(external_node_process_namespaceObject);
|
|
30430
|
-
;//
|
|
30431
|
+
;// ./node_modules/vfile/lib/minurl.shared.js
|
|
30431
30432
|
/**
|
|
30432
30433
|
* Checks if a value has the shape of a WHATWG URL object.
|
|
30433
30434
|
*
|
|
@@ -30460,9 +30461,9 @@ function isUrl(fileUrlOrPath) {
|
|
|
30460
30461
|
)
|
|
30461
30462
|
}
|
|
30462
30463
|
|
|
30463
|
-
;//
|
|
30464
|
+
;// external "node:url"
|
|
30464
30465
|
const external_node_url_namespaceObject = require("node:url");
|
|
30465
|
-
;//
|
|
30466
|
+
;// ./node_modules/vfile/lib/index.js
|
|
30466
30467
|
/**
|
|
30467
30468
|
* @typedef {import('unist').Node} Node
|
|
30468
30469
|
* @typedef {import('unist').Point} Point
|
|
@@ -31167,7 +31168,7 @@ function isUint8Array(value) {
|
|
|
31167
31168
|
)
|
|
31168
31169
|
}
|
|
31169
31170
|
|
|
31170
|
-
;//
|
|
31171
|
+
;// ./node_modules/unified/lib/callable-instance.js
|
|
31171
31172
|
const CallableInstance =
|
|
31172
31173
|
/**
|
|
31173
31174
|
* @type {new <Parameters extends Array<unknown>, Result>(property: string | symbol) => (...parameters: Parameters) => Result}
|
|
@@ -31208,7 +31209,7 @@ const CallableInstance =
|
|
|
31208
31209
|
)
|
|
31209
31210
|
)
|
|
31210
31211
|
|
|
31211
|
-
;//
|
|
31212
|
+
;// ./node_modules/unified/lib/index.js
|
|
31212
31213
|
/**
|
|
31213
31214
|
* @typedef {import('trough').Pipeline} Pipeline
|
|
31214
31215
|
*
|
|
@@ -32533,7 +32534,7 @@ function lib_isUint8Array(value) {
|
|
|
32533
32534
|
)
|
|
32534
32535
|
}
|
|
32535
32536
|
|
|
32536
|
-
;//
|
|
32537
|
+
;// ./node_modules/remark/index.js
|
|
32537
32538
|
// Note: types exposed from `index.d.ts`
|
|
32538
32539
|
|
|
32539
32540
|
|
|
@@ -32545,7 +32546,7 @@ function lib_isUint8Array(value) {
|
|
|
32545
32546
|
*/
|
|
32546
32547
|
const remark = unified().use(remarkParse).use(remarkStringify).freeze()
|
|
32547
32548
|
|
|
32548
|
-
;//
|
|
32549
|
+
;// ./node_modules/mdast-util-mdx-expression/lib/index.js
|
|
32549
32550
|
/**
|
|
32550
32551
|
* @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
|
|
32551
32552
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
@@ -32658,7 +32659,7 @@ function handleMdxExpression(node) {
|
|
|
32658
32659
|
return '{' + value + '}'
|
|
32659
32660
|
}
|
|
32660
32661
|
|
|
32661
|
-
;//
|
|
32662
|
+
;// ./node_modules/ccount/index.js
|
|
32662
32663
|
/**
|
|
32663
32664
|
* Count how often a character (or substring) is used in a string.
|
|
32664
32665
|
*
|
|
@@ -32687,7 +32688,7 @@ function ccount(value, character) {
|
|
|
32687
32688
|
return count
|
|
32688
32689
|
}
|
|
32689
32690
|
|
|
32690
|
-
;//
|
|
32691
|
+
;// ./node_modules/character-entities-legacy/index.js
|
|
32691
32692
|
/**
|
|
32692
32693
|
* List of legacy HTML named character references that don’t need a trailing semicolon.
|
|
32693
32694
|
*
|
|
@@ -32802,7 +32803,7 @@ const characterEntitiesLegacy = [
|
|
|
32802
32803
|
'yuml'
|
|
32803
32804
|
]
|
|
32804
32805
|
|
|
32805
|
-
;//
|
|
32806
|
+
;// ./node_modules/character-reference-invalid/index.js
|
|
32806
32807
|
/**
|
|
32807
32808
|
* Map of invalid numeric character references to their replacements, according to HTML.
|
|
32808
32809
|
*
|
|
@@ -32839,7 +32840,7 @@ const characterReferenceInvalid = {
|
|
|
32839
32840
|
159: 'Ÿ'
|
|
32840
32841
|
}
|
|
32841
32842
|
|
|
32842
|
-
;//
|
|
32843
|
+
;// ./node_modules/is-decimal/index.js
|
|
32843
32844
|
/**
|
|
32844
32845
|
* Check if the given character code, or the character code at the first
|
|
32845
32846
|
* character, is decimal.
|
|
@@ -32854,7 +32855,7 @@ function isDecimal(character) {
|
|
|
32854
32855
|
return code >= 48 && code <= 57 /* 0-9 */
|
|
32855
32856
|
}
|
|
32856
32857
|
|
|
32857
|
-
;//
|
|
32858
|
+
;// ./node_modules/is-hexadecimal/index.js
|
|
32858
32859
|
/**
|
|
32859
32860
|
* Check if the given character code, or the character code at the first
|
|
32860
32861
|
* character, is hexadecimal.
|
|
@@ -32873,7 +32874,7 @@ function isHexadecimal(character) {
|
|
|
32873
32874
|
)
|
|
32874
32875
|
}
|
|
32875
32876
|
|
|
32876
|
-
;//
|
|
32877
|
+
;// ./node_modules/is-alphabetical/index.js
|
|
32877
32878
|
/**
|
|
32878
32879
|
* Check if the given character code, or the character code at the first
|
|
32879
32880
|
* character, is alphabetical.
|
|
@@ -32891,7 +32892,7 @@ function isAlphabetical(character) {
|
|
|
32891
32892
|
)
|
|
32892
32893
|
}
|
|
32893
32894
|
|
|
32894
|
-
;//
|
|
32895
|
+
;// ./node_modules/is-alphanumerical/index.js
|
|
32895
32896
|
|
|
32896
32897
|
|
|
32897
32898
|
|
|
@@ -32906,7 +32907,7 @@ function isAlphanumerical(character) {
|
|
|
32906
32907
|
return isAlphabetical(character) || isDecimal(character)
|
|
32907
32908
|
}
|
|
32908
32909
|
|
|
32909
|
-
;//
|
|
32910
|
+
;// ./node_modules/parse-entities/lib/index.js
|
|
32910
32911
|
/**
|
|
32911
32912
|
* @typedef {import('unist').Point} Point
|
|
32912
32913
|
* @typedef {import('unist').Position} Position
|
|
@@ -33314,7 +33315,7 @@ function disallowed(code) {
|
|
|
33314
33315
|
)
|
|
33315
33316
|
}
|
|
33316
33317
|
|
|
33317
|
-
;//
|
|
33318
|
+
;// ./node_modules/stringify-entities/lib/core.js
|
|
33318
33319
|
/**
|
|
33319
33320
|
* @typedef CoreOptions
|
|
33320
33321
|
* @property {ReadonlyArray<string>} [subset=[]]
|
|
@@ -33433,7 +33434,7 @@ function charactersToExpression(subset) {
|
|
|
33433
33434
|
return new RegExp('(?:' + groups.join('|') + ')', 'g')
|
|
33434
33435
|
}
|
|
33435
33436
|
|
|
33436
|
-
;//
|
|
33437
|
+
;// ./node_modules/stringify-entities/lib/util/format-basic.js
|
|
33437
33438
|
/**
|
|
33438
33439
|
* The smallest way to encode a character.
|
|
33439
33440
|
*
|
|
@@ -33444,7 +33445,7 @@ function formatBasic(code) {
|
|
|
33444
33445
|
return '&#x' + code.toString(16).toUpperCase() + ';'
|
|
33445
33446
|
}
|
|
33446
33447
|
|
|
33447
|
-
;//
|
|
33448
|
+
;// ./node_modules/stringify-entities/lib/index.js
|
|
33448
33449
|
/**
|
|
33449
33450
|
* @typedef {import('./core.js').CoreOptions & import('./util/format-smart.js').FormatSmartOptions} Options
|
|
33450
33451
|
* @typedef {import('./core.js').CoreOptions} LightOptions
|
|
@@ -33482,7 +33483,7 @@ function stringifyEntitiesLight(value, options) {
|
|
|
33482
33483
|
return core_core(value, Object.assign({format: formatBasic}, options))
|
|
33483
33484
|
}
|
|
33484
33485
|
|
|
33485
|
-
;//
|
|
33486
|
+
;// ./node_modules/mdast-util-mdx-jsx/lib/index.js
|
|
33486
33487
|
/**
|
|
33487
33488
|
* @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
|
|
33488
33489
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
@@ -34282,7 +34283,7 @@ function peekElement() {
|
|
|
34282
34283
|
return '<'
|
|
34283
34284
|
}
|
|
34284
34285
|
|
|
34285
|
-
;//
|
|
34286
|
+
;// ./node_modules/mdast-util-mdxjs-esm/lib/index.js
|
|
34286
34287
|
/**
|
|
34287
34288
|
* @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
|
|
34288
34289
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
@@ -34371,7 +34372,7 @@ function handleMdxjsEsm(node) {
|
|
|
34371
34372
|
return node.value || ''
|
|
34372
34373
|
}
|
|
34373
34374
|
|
|
34374
|
-
;//
|
|
34375
|
+
;// ./node_modules/mdast-util-mdx/lib/index.js
|
|
34375
34376
|
/**
|
|
34376
34377
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
34377
34378
|
* @typedef {import('mdast-util-mdx-jsx').ToMarkdownOptions} ToMarkdownOptions
|
|
@@ -34421,7 +34422,7 @@ function mdxToMarkdown(options) {
|
|
|
34421
34422
|
}
|
|
34422
34423
|
}
|
|
34423
34424
|
|
|
34424
|
-
;//
|
|
34425
|
+
;// ./node_modules/acorn/dist/acorn.mjs
|
|
34425
34426
|
// This file was generated. Do not modify manually!
|
|
34426
34427
|
var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 81, 2, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 9, 5351, 0, 7, 14, 13835, 9, 87, 9, 39, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4706, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 983, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
|
|
34427
34428
|
|
|
@@ -40462,7 +40463,7 @@ function tokenizer(input, options) {
|
|
|
40462
40463
|
// EXTERNAL MODULE: ./node_modules/acorn-jsx/index.js
|
|
40463
40464
|
var acorn_jsx = __webpack_require__(9214);
|
|
40464
40465
|
var acorn_jsx_default = /*#__PURE__*/__webpack_require__.n(acorn_jsx);
|
|
40465
|
-
;//
|
|
40466
|
+
;// ./node_modules/estree-util-visit/lib/color.node.js
|
|
40466
40467
|
/**
|
|
40467
40468
|
* @param {string} d
|
|
40468
40469
|
* @returns {string}
|
|
@@ -40471,7 +40472,7 @@ function color_node_color(d) {
|
|
|
40471
40472
|
return '\u001B[33m' + d + '\u001B[39m'
|
|
40472
40473
|
}
|
|
40473
40474
|
|
|
40474
|
-
;//
|
|
40475
|
+
;// ./node_modules/estree-util-visit/lib/index.js
|
|
40475
40476
|
/**
|
|
40476
40477
|
* @typedef {import('estree-jsx').Node} Node
|
|
40477
40478
|
*/
|
|
@@ -40702,7 +40703,7 @@ function nodelike(value) {
|
|
|
40702
40703
|
)
|
|
40703
40704
|
}
|
|
40704
40705
|
|
|
40705
|
-
;//
|
|
40706
|
+
;// ./node_modules/micromark-util-events-to-acorn/index.js
|
|
40706
40707
|
/**
|
|
40707
40708
|
* @typedef {import('acorn').Comment} Comment
|
|
40708
40709
|
* @typedef {import('acorn').Node} AcornNode
|
|
@@ -41122,7 +41123,7 @@ function micromark_util_events_to_acorn_serializeChunks(chunks) {
|
|
|
41122
41123
|
}
|
|
41123
41124
|
return result.join('');
|
|
41124
41125
|
}
|
|
41125
|
-
;//
|
|
41126
|
+
;// ./node_modules/unist-util-position-from-estree/lib/index.js
|
|
41126
41127
|
/**
|
|
41127
41128
|
* @typedef {import('unist').Point} UnistPoint
|
|
41128
41129
|
* @typedef {import('unist').Position} UnistPosition
|
|
@@ -41201,7 +41202,7 @@ function numberOrUndefined(value) {
|
|
|
41201
41202
|
return typeof value === 'number' && value > -1 ? value : undefined
|
|
41202
41203
|
}
|
|
41203
41204
|
|
|
41204
|
-
;//
|
|
41205
|
+
;// ./node_modules/micromark-factory-mdx-expression/index.js
|
|
41205
41206
|
/**
|
|
41206
41207
|
* @typedef {import('estree').Program} Program
|
|
41207
41208
|
* @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
|
|
@@ -41583,7 +41584,7 @@ function mdxExpressionParse(
|
|
|
41583
41584
|
}
|
|
41584
41585
|
}
|
|
41585
41586
|
|
|
41586
|
-
;//
|
|
41587
|
+
;// ./node_modules/micromark-extension-mdx-expression/lib/syntax.js
|
|
41587
41588
|
/**
|
|
41588
41589
|
* @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
|
|
41589
41590
|
* @typedef {import('micromark-util-events-to-acorn').AcornOptions} AcornOptions
|
|
@@ -41811,7 +41812,7 @@ function mdxExpression(options) {
|
|
|
41811
41812
|
}
|
|
41812
41813
|
}
|
|
41813
41814
|
}
|
|
41814
|
-
;//
|
|
41815
|
+
;// ./node_modules/estree-util-is-identifier-name/lib/index.js
|
|
41815
41816
|
/**
|
|
41816
41817
|
* @typedef Options
|
|
41817
41818
|
* Configuration.
|
|
@@ -41874,7 +41875,7 @@ function lib_name(name, options) {
|
|
|
41874
41875
|
return re.test(name)
|
|
41875
41876
|
}
|
|
41876
41877
|
|
|
41877
|
-
;//
|
|
41878
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/factory-tag.js
|
|
41878
41879
|
/**
|
|
41879
41880
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
41880
41881
|
* @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
|
|
@@ -42699,7 +42700,7 @@ function factoryTag(effects, ok, nok, acorn, acornOptions, addResult, allowLazy,
|
|
|
42699
42700
|
function serializeCharCode(code) {
|
|
42700
42701
|
return 'U+' + code.toString(16).toUpperCase().padStart(4, '0');
|
|
42701
42702
|
}
|
|
42702
|
-
;//
|
|
42703
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/jsx-text.js
|
|
42703
42704
|
/**
|
|
42704
42705
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
42705
42706
|
* @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
|
|
@@ -42750,7 +42751,7 @@ function jsxText(acorn, options) {
|
|
|
42750
42751
|
return factoryTag.call(this, effects, ok, nok, acorn, options.acornOptions, options.addResult, true, 'mdxJsxTextTag', 'mdxJsxTextTagMarker', 'mdxJsxTextTagClosingMarker', 'mdxJsxTextTagSelfClosingMarker', 'mdxJsxTextTagName', 'mdxJsxTextTagNamePrimary', 'mdxJsxTextTagNameMemberMarker', 'mdxJsxTextTagNameMember', 'mdxJsxTextTagNamePrefixMarker', 'mdxJsxTextTagNameLocal', 'mdxJsxTextTagExpressionAttribute', 'mdxJsxTextTagExpressionAttributeMarker', 'mdxJsxTextTagExpressionAttributeValue', 'mdxJsxTextTagAttribute', 'mdxJsxTextTagAttributeName', 'mdxJsxTextTagAttributeNamePrimary', 'mdxJsxTextTagAttributeNamePrefixMarker', 'mdxJsxTextTagAttributeNameLocal', 'mdxJsxTextTagAttributeInitializerMarker', 'mdxJsxTextTagAttributeValueLiteral', 'mdxJsxTextTagAttributeValueLiteralMarker', 'mdxJsxTextTagAttributeValueLiteralValue', 'mdxJsxTextTagAttributeValueExpression', 'mdxJsxTextTagAttributeValueExpressionMarker', 'mdxJsxTextTagAttributeValueExpressionValue');
|
|
42751
42752
|
}
|
|
42752
42753
|
}
|
|
42753
|
-
;//
|
|
42754
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/jsx-flow.js
|
|
42754
42755
|
/**
|
|
42755
42756
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
42756
42757
|
* @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
|
|
@@ -42876,7 +42877,7 @@ function jsxFlow(acorn, options) {
|
|
|
42876
42877
|
}
|
|
42877
42878
|
}
|
|
42878
42879
|
}
|
|
42879
|
-
;//
|
|
42880
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/syntax.js
|
|
42880
42881
|
/**
|
|
42881
42882
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
42882
42883
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
@@ -42941,7 +42942,7 @@ function mdxJsx(options) {
|
|
|
42941
42942
|
}
|
|
42942
42943
|
};
|
|
42943
42944
|
}
|
|
42944
|
-
;//
|
|
42945
|
+
;// ./node_modules/micromark-extension-mdx-md/index.js
|
|
42945
42946
|
/**
|
|
42946
42947
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
42947
42948
|
*/
|
|
@@ -42960,7 +42961,7 @@ function mdxMd() {
|
|
|
42960
42961
|
}
|
|
42961
42962
|
}
|
|
42962
42963
|
|
|
42963
|
-
;//
|
|
42964
|
+
;// ./node_modules/micromark-extension-mdxjs-esm/lib/syntax.js
|
|
42964
42965
|
/**
|
|
42965
42966
|
* @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
|
|
42966
42967
|
* @typedef {import('micromark-util-events-to-acorn').AcornOptions} AcornOptions
|
|
@@ -43228,7 +43229,7 @@ function tokenizeNextBlank(effects, ok, nok) {
|
|
|
43228
43229
|
return effects.attempt(blankLine, ok, nok);
|
|
43229
43230
|
}
|
|
43230
43231
|
}
|
|
43231
|
-
;//
|
|
43232
|
+
;// ./node_modules/micromark-extension-mdxjs/index.js
|
|
43232
43233
|
/**
|
|
43233
43234
|
* @typedef {import('micromark-extension-mdx-expression').Options} Options
|
|
43234
43235
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
@@ -43269,7 +43270,7 @@ function mdxjs(options) {
|
|
|
43269
43270
|
])
|
|
43270
43271
|
}
|
|
43271
43272
|
|
|
43272
|
-
;//
|
|
43273
|
+
;// ./node_modules/remark-mdx/lib/index.js
|
|
43273
43274
|
/**
|
|
43274
43275
|
* @typedef {import('mdast-util-mdx').ToMarkdownOptions} ToMarkdownOptions
|
|
43275
43276
|
* @typedef {import('micromark-extension-mdxjs').Options} MicromarkOptions
|
|
@@ -43318,7 +43319,7 @@ function remarkMdx(options) {
|
|
|
43318
43319
|
// EXTERNAL MODULE: ./node_modules/format/format.js
|
|
43319
43320
|
var format_format = __webpack_require__(6311);
|
|
43320
43321
|
var format_default = /*#__PURE__*/__webpack_require__.n(format_format);
|
|
43321
|
-
;//
|
|
43322
|
+
;// ./node_modules/fault/index.js
|
|
43322
43323
|
// @ts-expect-error
|
|
43323
43324
|
|
|
43324
43325
|
|
|
@@ -43361,7 +43362,7 @@ function create(Constructor) {
|
|
|
43361
43362
|
}
|
|
43362
43363
|
}
|
|
43363
43364
|
|
|
43364
|
-
;//
|
|
43365
|
+
;// ./node_modules/micromark-extension-frontmatter/lib/to-matters.js
|
|
43365
43366
|
/**
|
|
43366
43367
|
* @typedef {'toml' | 'yaml'} Preset
|
|
43367
43368
|
* Known name of a frontmatter style.
|
|
@@ -43487,7 +43488,7 @@ function matter(option) {
|
|
|
43487
43488
|
return result
|
|
43488
43489
|
}
|
|
43489
43490
|
|
|
43490
|
-
;//
|
|
43491
|
+
;// ./node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp/index.js
|
|
43491
43492
|
function escapeStringRegexp(string) {
|
|
43492
43493
|
if (typeof string !== 'string') {
|
|
43493
43494
|
throw new TypeError('Expected a string');
|
|
@@ -43500,7 +43501,7 @@ function escapeStringRegexp(string) {
|
|
|
43500
43501
|
.replace(/-/g, '\\x2d');
|
|
43501
43502
|
}
|
|
43502
43503
|
|
|
43503
|
-
;//
|
|
43504
|
+
;// ./node_modules/mdast-util-frontmatter/lib/index.js
|
|
43504
43505
|
/**
|
|
43505
43506
|
* @typedef {import('mdast').Literal} Literal
|
|
43506
43507
|
*
|
|
@@ -43678,7 +43679,7 @@ function pick(schema, prop) {
|
|
|
43678
43679
|
return typeof schema === 'string' ? schema : schema[prop]
|
|
43679
43680
|
}
|
|
43680
43681
|
|
|
43681
|
-
;//
|
|
43682
|
+
;// ./node_modules/micromark-extension-frontmatter/lib/syntax.js
|
|
43682
43683
|
/**
|
|
43683
43684
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
43684
43685
|
* @typedef {import('micromark-util-types').ConstructRecord} ConstructRecord
|
|
@@ -44074,7 +44075,7 @@ function syntax_pick(schema, prop) {
|
|
|
44074
44075
|
return typeof schema === 'string' ? schema : schema[prop]
|
|
44075
44076
|
}
|
|
44076
44077
|
|
|
44077
|
-
;//
|
|
44078
|
+
;// ./node_modules/remark-frontmatter/lib/index.js
|
|
44078
44079
|
/// <reference types="remark-parse" />
|
|
44079
44080
|
/// <reference types="remark-stringify" />
|
|
44080
44081
|
|
|
@@ -44121,7 +44122,7 @@ function remarkFrontmatter(options) {
|
|
|
44121
44122
|
toMarkdownExtensions.push(frontmatterToMarkdown(settings))
|
|
44122
44123
|
}
|
|
44123
44124
|
|
|
44124
|
-
;//
|
|
44125
|
+
;// ./node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js
|
|
44125
44126
|
function escape_string_regexp_escapeStringRegexp(string) {
|
|
44126
44127
|
if (typeof string !== 'string') {
|
|
44127
44128
|
throw new TypeError('Expected a string');
|
|
@@ -44134,7 +44135,7 @@ function escape_string_regexp_escapeStringRegexp(string) {
|
|
|
44134
44135
|
.replace(/-/g, '\\x2d');
|
|
44135
44136
|
}
|
|
44136
44137
|
|
|
44137
|
-
;//
|
|
44138
|
+
;// ./node_modules/mdast-util-find-and-replace/lib/index.js
|
|
44138
44139
|
/**
|
|
44139
44140
|
* @typedef {import('mdast').Nodes} Nodes
|
|
44140
44141
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -44402,7 +44403,7 @@ function toFunction(replace) {
|
|
|
44402
44403
|
}
|
|
44403
44404
|
}
|
|
44404
44405
|
|
|
44405
|
-
;//
|
|
44406
|
+
;// ./node_modules/mdast-util-gfm-autolink-literal/lib/index.js
|
|
44406
44407
|
/**
|
|
44407
44408
|
* @typedef {import('mdast').Link} Link
|
|
44408
44409
|
* @typedef {import('mdast').PhrasingContent} PhrasingContent
|
|
@@ -44692,7 +44693,7 @@ function lib_previous(match, email) {
|
|
|
44692
44693
|
)
|
|
44693
44694
|
}
|
|
44694
44695
|
|
|
44695
|
-
;//
|
|
44696
|
+
;// ./node_modules/mdast-util-gfm-footnote/lib/index.js
|
|
44696
44697
|
/**
|
|
44697
44698
|
* @typedef {import('mdast').FootnoteDefinition} FootnoteDefinition
|
|
44698
44699
|
* @typedef {import('mdast').FootnoteReference} FootnoteReference
|
|
@@ -44892,7 +44893,7 @@ function lib_map(line, index, blank) {
|
|
|
44892
44893
|
return (blank ? '' : ' ') + line
|
|
44893
44894
|
}
|
|
44894
44895
|
|
|
44895
|
-
;//
|
|
44896
|
+
;// ./node_modules/mdast-util-gfm-strikethrough/lib/index.js
|
|
44896
44897
|
/**
|
|
44897
44898
|
* @typedef {import('mdast').Delete} Delete
|
|
44898
44899
|
*
|
|
@@ -45000,7 +45001,7 @@ function peekDelete() {
|
|
|
45000
45001
|
return '~'
|
|
45001
45002
|
}
|
|
45002
45003
|
|
|
45003
|
-
;//
|
|
45004
|
+
;// ./node_modules/markdown-table/index.js
|
|
45004
45005
|
/**
|
|
45005
45006
|
* @typedef Options
|
|
45006
45007
|
* Configuration (optional).
|
|
@@ -45382,7 +45383,7 @@ function toAlignment(value) {
|
|
|
45382
45383
|
: 0
|
|
45383
45384
|
}
|
|
45384
45385
|
|
|
45385
|
-
;//
|
|
45386
|
+
;// ./node_modules/mdast-util-gfm-table/lib/index.js
|
|
45386
45387
|
/**
|
|
45387
45388
|
* @typedef {import('mdast').InlineCode} InlineCode
|
|
45388
45389
|
* @typedef {import('mdast').Table} Table
|
|
@@ -45684,7 +45685,7 @@ function gfmTableToMarkdown(options) {
|
|
|
45684
45685
|
}
|
|
45685
45686
|
}
|
|
45686
45687
|
|
|
45687
|
-
;//
|
|
45688
|
+
;// ./node_modules/mdast-util-gfm-task-list-item/lib/index.js
|
|
45688
45689
|
/**
|
|
45689
45690
|
* @typedef {import('mdast').ListItem} ListItem
|
|
45690
45691
|
* @typedef {import('mdast').Paragraph} Paragraph
|
|
@@ -45827,7 +45828,7 @@ function listItemWithTaskListItem(node, parent, state, info) {
|
|
|
45827
45828
|
}
|
|
45828
45829
|
}
|
|
45829
45830
|
|
|
45830
|
-
;//
|
|
45831
|
+
;// ./node_modules/mdast-util-gfm/lib/index.js
|
|
45831
45832
|
/**
|
|
45832
45833
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
45833
45834
|
* @typedef {import('mdast-util-to-markdown').Options} ToMarkdownExtension
|
|
@@ -45884,7 +45885,7 @@ function gfmToMarkdown(options) {
|
|
|
45884
45885
|
}
|
|
45885
45886
|
}
|
|
45886
45887
|
|
|
45887
|
-
;//
|
|
45888
|
+
;// ./node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js
|
|
45888
45889
|
/**
|
|
45889
45890
|
* @typedef {import('micromark-util-types').Code} Code
|
|
45890
45891
|
* @typedef {import('micromark-util-types').ConstructRecord} ConstructRecord
|
|
@@ -46836,7 +46837,7 @@ function previousUnbalanced(events) {
|
|
|
46836
46837
|
return result
|
|
46837
46838
|
}
|
|
46838
46839
|
|
|
46839
|
-
;//
|
|
46840
|
+
;// ./node_modules/micromark-extension-gfm-footnote/lib/syntax.js
|
|
46840
46841
|
/**
|
|
46841
46842
|
* @typedef {import('micromark-util-types').Event} Event
|
|
46842
46843
|
* @typedef {import('micromark-util-types').Exiter} Exiter
|
|
@@ -47367,7 +47368,7 @@ function syntax_tokenizeIndent(effects, ok, nok) {
|
|
|
47367
47368
|
}
|
|
47368
47369
|
}
|
|
47369
47370
|
|
|
47370
|
-
;//
|
|
47371
|
+
;// ./node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js
|
|
47371
47372
|
/**
|
|
47372
47373
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47373
47374
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
@@ -47550,7 +47551,7 @@ function gfmStrikethrough(options) {
|
|
|
47550
47551
|
}
|
|
47551
47552
|
}
|
|
47552
47553
|
|
|
47553
|
-
;//
|
|
47554
|
+
;// ./node_modules/micromark-extension-gfm-table/lib/edit-map.js
|
|
47554
47555
|
/**
|
|
47555
47556
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47556
47557
|
*/
|
|
@@ -47755,7 +47756,7 @@ function addImpl(editMap, at, remove, add) {
|
|
|
47755
47756
|
// }
|
|
47756
47757
|
// }
|
|
47757
47758
|
|
|
47758
|
-
;//
|
|
47759
|
+
;// ./node_modules/micromark-extension-gfm-table/lib/infer.js
|
|
47759
47760
|
/**
|
|
47760
47761
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47761
47762
|
*/
|
|
@@ -47813,7 +47814,7 @@ function gfmTableAlign(events, index) {
|
|
|
47813
47814
|
return align
|
|
47814
47815
|
}
|
|
47815
47816
|
|
|
47816
|
-
;//
|
|
47817
|
+
;// ./node_modules/micromark-extension-gfm-table/lib/syntax.js
|
|
47817
47818
|
/**
|
|
47818
47819
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47819
47820
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
@@ -48694,7 +48695,7 @@ function getPoint(events, index) {
|
|
|
48694
48695
|
return event[1][side]
|
|
48695
48696
|
}
|
|
48696
48697
|
|
|
48697
|
-
;//
|
|
48698
|
+
;// ./node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js
|
|
48698
48699
|
/**
|
|
48699
48700
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
48700
48701
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -48861,7 +48862,7 @@ function spaceThenNonSpace(effects, ok, nok) {
|
|
|
48861
48862
|
}
|
|
48862
48863
|
}
|
|
48863
48864
|
|
|
48864
|
-
;//
|
|
48865
|
+
;// ./node_modules/micromark-extension-gfm/index.js
|
|
48865
48866
|
/**
|
|
48866
48867
|
* @typedef {import('micromark-extension-gfm-footnote').HtmlOptions} HtmlOptions
|
|
48867
48868
|
* @typedef {import('micromark-extension-gfm-strikethrough').Options} Options
|
|
@@ -48920,7 +48921,7 @@ function gfmHtml(options) {
|
|
|
48920
48921
|
])
|
|
48921
48922
|
}
|
|
48922
48923
|
|
|
48923
|
-
;//
|
|
48924
|
+
;// ./node_modules/remark-gfm/lib/index.js
|
|
48924
48925
|
/// <reference types="remark-parse" />
|
|
48925
48926
|
/// <reference types="remark-stringify" />
|
|
48926
48927
|
|
|
@@ -48970,13 +48971,13 @@ function remarkGfm(options) {
|
|
|
48970
48971
|
toMarkdownExtensions.push(gfmToMarkdown(settings))
|
|
48971
48972
|
}
|
|
48972
48973
|
|
|
48973
|
-
;//
|
|
48974
|
+
;// ./node_modules/emoji-regex/index.mjs
|
|
48974
48975
|
/* harmony default export */ const emoji_regex = (() => {
|
|
48975
48976
|
// https://mths.be/emoji
|
|
48976
48977
|
return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
|
|
48977
48978
|
});
|
|
48978
48979
|
|
|
48979
|
-
;//
|
|
48980
|
+
;// ./enums.ts
|
|
48980
48981
|
var NodeTypes;
|
|
48981
48982
|
(function (NodeTypes) {
|
|
48982
48983
|
NodeTypes["callout"] = "rdme-callout";
|
|
@@ -48995,7 +48996,7 @@ var NodeTypes;
|
|
|
48995
48996
|
NodeTypes["variable"] = "readme-variable";
|
|
48996
48997
|
})(NodeTypes || (NodeTypes = {}));
|
|
48997
48998
|
|
|
48998
|
-
;//
|
|
48999
|
+
;// ./processor/transform/callouts.ts
|
|
48999
49000
|
|
|
49000
49001
|
|
|
49001
49002
|
|
|
@@ -49027,7 +49028,7 @@ const calloutTransformer = () => {
|
|
|
49027
49028
|
};
|
|
49028
49029
|
/* harmony default export */ const callouts = (calloutTransformer);
|
|
49029
49030
|
|
|
49030
|
-
;//
|
|
49031
|
+
;// ./processor/transform/code-tabs.ts
|
|
49031
49032
|
|
|
49032
49033
|
|
|
49033
49034
|
const isCode = (node) => (node === null || node === void 0 ? void 0 : node.type) === 'code';
|
|
@@ -49076,7 +49077,7 @@ const codeTabsTransformer = ({ copyButtons } = {}) => (tree) => {
|
|
|
49076
49077
|
};
|
|
49077
49078
|
/* harmony default export */ const code_tabs = (codeTabsTransformer);
|
|
49078
49079
|
|
|
49079
|
-
;//
|
|
49080
|
+
;// ./processor/transform/embeds.ts
|
|
49080
49081
|
|
|
49081
49082
|
|
|
49082
49083
|
const embedTransformer = () => {
|
|
@@ -49106,7 +49107,7 @@ const embedTransformer = () => {
|
|
|
49106
49107
|
};
|
|
49107
49108
|
/* harmony default export */ const transform_embeds = (embedTransformer);
|
|
49108
49109
|
|
|
49109
|
-
;//
|
|
49110
|
+
;// ./lib/mdast.ts
|
|
49110
49111
|
|
|
49111
49112
|
const mdast = (text, opts = {}) => {
|
|
49112
49113
|
const processor = ast_processor(opts);
|
|
@@ -49115,7 +49116,7 @@ const mdast = (text, opts = {}) => {
|
|
|
49115
49116
|
};
|
|
49116
49117
|
/* harmony default export */ const lib_mdast = (mdast);
|
|
49117
49118
|
|
|
49118
|
-
;//
|
|
49119
|
+
;// ./processor/utils.ts
|
|
49119
49120
|
|
|
49120
49121
|
/**
|
|
49121
49122
|
* Formats the hProperties of a node as a string, so they can be compiled back into JSX/MDX.
|
|
@@ -49290,7 +49291,7 @@ const toAttributes = (object, keys = []) => {
|
|
|
49290
49291
|
return attributes;
|
|
49291
49292
|
};
|
|
49292
49293
|
|
|
49293
|
-
;//
|
|
49294
|
+
;// ./processor/transform/images.ts
|
|
49294
49295
|
|
|
49295
49296
|
|
|
49296
49297
|
|
|
@@ -49330,7 +49331,7 @@ const imageTransformer = () => (tree) => {
|
|
|
49330
49331
|
};
|
|
49331
49332
|
/* harmony default export */ const transform_images = (imageTransformer);
|
|
49332
49333
|
|
|
49333
|
-
;//
|
|
49334
|
+
;// ./node_modules/gemoji/index.js
|
|
49334
49335
|
/**
|
|
49335
49336
|
* @typedef Gemoji
|
|
49336
49337
|
* @property {string} emoji
|
|
@@ -66242,7 +66243,7 @@ const emojiToName = {
|
|
|
66242
66243
|
'🏴': 'wales'
|
|
66243
66244
|
}
|
|
66244
66245
|
|
|
66245
|
-
;//
|
|
66246
|
+
;// ./lib/owlmoji.ts
|
|
66246
66247
|
|
|
66247
66248
|
const owlmoji = ['owlbert-books', 'owlbert-mask', 'owlbert', 'owlbert-reading', 'owlbert-thinking'];
|
|
66248
66249
|
class Owlmoji {
|
|
@@ -66259,7 +66260,7 @@ Owlmoji.kind = (name) => {
|
|
|
66259
66260
|
Owlmoji.nameToEmoji = nameToEmoji;
|
|
66260
66261
|
/* harmony default export */ const lib_owlmoji = (Owlmoji);
|
|
66261
66262
|
|
|
66262
|
-
;//
|
|
66263
|
+
;// ./processor/transform/gemoji+.ts
|
|
66263
66264
|
|
|
66264
66265
|
|
|
66265
66266
|
|
|
@@ -66314,7 +66315,7 @@ const gemojiTransformer = () => (tree) => {
|
|
|
66314
66315
|
};
|
|
66315
66316
|
/* harmony default export */ const gemoji_ = (gemojiTransformer);
|
|
66316
66317
|
|
|
66317
|
-
;//
|
|
66318
|
+
;// ./processor/transform/div.ts
|
|
66318
66319
|
var div_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
66319
66320
|
var t = {};
|
|
66320
66321
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -66347,7 +66348,7 @@ const divTransformer = () => tree => {
|
|
|
66347
66348
|
};
|
|
66348
66349
|
/* harmony default export */ const transform_div = (divTransformer);
|
|
66349
66350
|
|
|
66350
|
-
;//
|
|
66351
|
+
;// ./processor/transform/inject-components.ts
|
|
66351
66352
|
|
|
66352
66353
|
|
|
66353
66354
|
const inject = ({ components } = {}) => (node, index, parent) => {
|
|
@@ -66362,7 +66363,7 @@ const injectComponents = (opts) => () => tree => {
|
|
|
66362
66363
|
};
|
|
66363
66364
|
/* harmony default export */ const inject_components = (injectComponents);
|
|
66364
66365
|
|
|
66365
|
-
;//
|
|
66366
|
+
;// ./processor/transform/readme-components.ts
|
|
66366
66367
|
|
|
66367
66368
|
|
|
66368
66369
|
|
|
@@ -66515,7 +66516,7 @@ const readmeComponents = (opts) => () => tree => {
|
|
|
66515
66516
|
};
|
|
66516
66517
|
/* harmony default export */ const readme_components = (readmeComponents);
|
|
66517
66518
|
|
|
66518
|
-
;//
|
|
66519
|
+
;// ./processor/transform/readme-to-mdx.ts
|
|
66519
66520
|
|
|
66520
66521
|
|
|
66521
66522
|
|
|
@@ -66600,7 +66601,7 @@ const readmeToMdx = () => tree => {
|
|
|
66600
66601
|
};
|
|
66601
66602
|
/* harmony default export */ const readme_to_mdx = (readmeToMdx);
|
|
66602
66603
|
|
|
66603
|
-
;//
|
|
66604
|
+
;// ./processor/transform/variables.ts
|
|
66604
66605
|
|
|
66605
66606
|
|
|
66606
66607
|
const variables = ({ asMdx } = { asMdx: true }) => tree => {
|
|
@@ -66641,7 +66642,7 @@ const variables = ({ asMdx } = { asMdx: true }) => tree => {
|
|
|
66641
66642
|
};
|
|
66642
66643
|
/* harmony default export */ const transform_variables = (variables);
|
|
66643
66644
|
|
|
66644
|
-
;//
|
|
66645
|
+
;// ./processor/transform/tables-to-jsx.ts
|
|
66645
66646
|
|
|
66646
66647
|
|
|
66647
66648
|
const alignToStyle = (align) => {
|
|
@@ -66733,7 +66734,7 @@ const tablesToJsx = () => tree => {
|
|
|
66733
66734
|
};
|
|
66734
66735
|
/* harmony default export */ const tables_to_jsx = (tablesToJsx);
|
|
66735
66736
|
|
|
66736
|
-
;//
|
|
66737
|
+
;// ./processor/transform/compatability.ts
|
|
66737
66738
|
|
|
66738
66739
|
|
|
66739
66740
|
const strongTest = (node) => ['emphasis', 'strong'].includes(node.type);
|
|
@@ -66758,7 +66759,7 @@ const compatibilityTransfomer = () => tree => {
|
|
|
66758
66759
|
};
|
|
66759
66760
|
/* harmony default export */ const compatability = (compatibilityTransfomer);
|
|
66760
66761
|
|
|
66761
|
-
;//
|
|
66762
|
+
;// ./processor/transform/mermaid.ts
|
|
66762
66763
|
|
|
66763
66764
|
const mermaidTransformer = () => (tree) => {
|
|
66764
66765
|
visit(tree, 'element', (node) => {
|
|
@@ -66773,7 +66774,7 @@ const mermaidTransformer = () => (tree) => {
|
|
|
66773
66774
|
};
|
|
66774
66775
|
/* harmony default export */ const transform_mermaid = (mermaidTransformer);
|
|
66775
66776
|
|
|
66776
|
-
;//
|
|
66777
|
+
;// ./processor/transform/index.ts
|
|
66777
66778
|
|
|
66778
66779
|
|
|
66779
66780
|
|
|
@@ -66797,12 +66798,12 @@ const defaultTransforms = {
|
|
|
66797
66798
|
};
|
|
66798
66799
|
/* harmony default export */ const transform = (Object.values(defaultTransforms));
|
|
66799
66800
|
|
|
66800
|
-
;//
|
|
66801
|
+
;// ./node_modules/rehype-slug/node_modules/github-slugger/regex.js
|
|
66801
66802
|
// This module is generated by `script/`.
|
|
66802
66803
|
/* eslint-disable no-control-regex, no-misleading-character-class, no-useless-escape */
|
|
66803
66804
|
const regex_regex = /[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g
|
|
66804
66805
|
|
|
66805
|
-
;//
|
|
66806
|
+
;// ./node_modules/rehype-slug/node_modules/github-slugger/index.js
|
|
66806
66807
|
|
|
66807
66808
|
|
|
66808
66809
|
const github_slugger_own = Object.hasOwnProperty
|
|
@@ -66881,7 +66882,7 @@ function slug (value, maintainCase) {
|
|
|
66881
66882
|
return value.replace(regex_regex, '').replace(/ /g, '-')
|
|
66882
66883
|
}
|
|
66883
66884
|
|
|
66884
|
-
;//
|
|
66885
|
+
;// ./node_modules/rehype-slug/node_modules/hast-util-heading-rank/lib/index.js
|
|
66885
66886
|
/**
|
|
66886
66887
|
* @typedef {import('hast').Nodes} Nodes
|
|
66887
66888
|
*/
|
|
@@ -66905,7 +66906,7 @@ function headingRank(node) {
|
|
|
66905
66906
|
: undefined
|
|
66906
66907
|
}
|
|
66907
66908
|
|
|
66908
|
-
;//
|
|
66909
|
+
;// ./node_modules/rehype-slug/node_modules/hast-util-to-string/lib/index.js
|
|
66909
66910
|
/**
|
|
66910
66911
|
* @typedef {import('hast').Nodes} Nodes
|
|
66911
66912
|
* @typedef {import('hast').Parents} Parents
|
|
@@ -66962,7 +66963,7 @@ function hast_util_to_string_lib_all(node) {
|
|
|
66962
66963
|
return result.join('')
|
|
66963
66964
|
}
|
|
66964
66965
|
|
|
66965
|
-
;//
|
|
66966
|
+
;// ./node_modules/rehype-slug/lib/index.js
|
|
66966
66967
|
/**
|
|
66967
66968
|
* @typedef {import('hast').Root} Root
|
|
66968
66969
|
*/
|
|
@@ -67012,7 +67013,7 @@ function rehypeSlug(options) {
|
|
|
67012
67013
|
}
|
|
67013
67014
|
}
|
|
67014
67015
|
|
|
67015
|
-
;//
|
|
67016
|
+
;// ./lib/ast-processor.ts
|
|
67016
67017
|
|
|
67017
67018
|
|
|
67018
67019
|
|
|
@@ -67029,7 +67030,7 @@ const astProcessor = (opts = { components: {} }) => remark()
|
|
|
67029
67030
|
.use(readme_components({ components: opts.components }));
|
|
67030
67031
|
/* harmony default export */ const ast_processor = (astProcessor);
|
|
67031
67032
|
|
|
67032
|
-
;//
|
|
67033
|
+
;// ./node_modules/markdown-extensions/index.js
|
|
67033
67034
|
// TODO: Load the JSON file when Node.js supports that.
|
|
67034
67035
|
|
|
67035
67036
|
const markdownExtension = [
|
|
@@ -67045,7 +67046,7 @@ const markdownExtension = [
|
|
|
67045
67046
|
|
|
67046
67047
|
/* harmony default export */ const markdown_extensions = (markdownExtension);
|
|
67047
67048
|
|
|
67048
|
-
;//
|
|
67049
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/extnames.js
|
|
67049
67050
|
|
|
67050
67051
|
|
|
67051
67052
|
const md = markdown_extensions.map(function (d) {
|
|
@@ -67053,7 +67054,7 @@ const md = markdown_extensions.map(function (d) {
|
|
|
67053
67054
|
})
|
|
67054
67055
|
const mdx = (/* unused pure expression or super */ null && (['.mdx']))
|
|
67055
67056
|
|
|
67056
|
-
;//
|
|
67057
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/resolve-file-and-options.js
|
|
67057
67058
|
/**
|
|
67058
67059
|
* @typedef {import('vfile').Compatible} Compatible
|
|
67059
67060
|
* @typedef {import('../compile.js').CompileOptions} CompileOptions
|
|
@@ -67108,7 +67109,7 @@ function resolve_file_and_options_looksLikeAVFile(value) {
|
|
|
67108
67109
|
)
|
|
67109
67110
|
}
|
|
67110
67111
|
|
|
67111
|
-
;//
|
|
67112
|
+
;// ./node_modules/@ungap/structured-clone/esm/types.js
|
|
67112
67113
|
const VOID = -1;
|
|
67113
67114
|
const PRIMITIVE = 0;
|
|
67114
67115
|
const ARRAY = 1;
|
|
@@ -67121,7 +67122,7 @@ const ERROR = 7;
|
|
|
67121
67122
|
const BIGINT = 8;
|
|
67122
67123
|
// export const SYMBOL = 9;
|
|
67123
67124
|
|
|
67124
|
-
;//
|
|
67125
|
+
;// ./node_modules/@ungap/structured-clone/esm/deserialize.js
|
|
67125
67126
|
|
|
67126
67127
|
|
|
67127
67128
|
const env = typeof self === 'object' ? self : globalThis;
|
|
@@ -67197,7 +67198,7 @@ const deserializer = ($, _) => {
|
|
|
67197
67198
|
*/
|
|
67198
67199
|
const deserialize = serialized => deserializer(new Map, serialized)(0);
|
|
67199
67200
|
|
|
67200
|
-
;//
|
|
67201
|
+
;// ./node_modules/@ungap/structured-clone/esm/serialize.js
|
|
67201
67202
|
|
|
67202
67203
|
|
|
67203
67204
|
const EMPTY = '';
|
|
@@ -67355,7 +67356,7 @@ const serializer = (strict, json, $, _) => {
|
|
|
67355
67356
|
return serializer(!(json || lossy), !!json, new Map, _)(value), _;
|
|
67356
67357
|
};
|
|
67357
67358
|
|
|
67358
|
-
;//
|
|
67359
|
+
;// ./node_modules/@ungap/structured-clone/esm/index.js
|
|
67359
67360
|
|
|
67360
67361
|
|
|
67361
67362
|
|
|
@@ -67382,7 +67383,7 @@ const serializer = (strict, json, $, _) => {
|
|
|
67382
67383
|
|
|
67383
67384
|
|
|
67384
67385
|
|
|
67385
|
-
;//
|
|
67386
|
+
;// ./node_modules/micromark-util-sanitize-uri/index.js
|
|
67386
67387
|
|
|
67387
67388
|
|
|
67388
67389
|
/**
|
|
@@ -67498,7 +67499,7 @@ function normalizeUri(value) {
|
|
|
67498
67499
|
return result.join('') + value.slice(start)
|
|
67499
67500
|
}
|
|
67500
67501
|
|
|
67501
|
-
;//
|
|
67502
|
+
;// ./node_modules/mdast-util-to-hast/lib/footer.js
|
|
67502
67503
|
/**
|
|
67503
67504
|
* @typedef {import('hast').Element} Element
|
|
67504
67505
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -67750,7 +67751,7 @@ function footer(state) {
|
|
|
67750
67751
|
}
|
|
67751
67752
|
}
|
|
67752
67753
|
|
|
67753
|
-
;//
|
|
67754
|
+
;// ./node_modules/unist-util-position/lib/index.js
|
|
67754
67755
|
/**
|
|
67755
67756
|
* @typedef {import('unist').Node} Node
|
|
67756
67757
|
* @typedef {import('unist').Point} Point
|
|
@@ -67847,7 +67848,7 @@ function lib_position(node) {
|
|
|
67847
67848
|
}
|
|
67848
67849
|
}
|
|
67849
67850
|
|
|
67850
|
-
;//
|
|
67851
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/blockquote.js
|
|
67851
67852
|
/**
|
|
67852
67853
|
* @typedef {import('hast').Element} Element
|
|
67853
67854
|
* @typedef {import('mdast').Blockquote} Blockquote
|
|
@@ -67879,7 +67880,7 @@ function blockquote_blockquote(state, node) {
|
|
|
67879
67880
|
return state.applyData(node, result)
|
|
67880
67881
|
}
|
|
67881
67882
|
|
|
67882
|
-
;//
|
|
67883
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/break.js
|
|
67883
67884
|
/**
|
|
67884
67885
|
* @typedef {import('hast').Element} Element
|
|
67885
67886
|
* @typedef {import('hast').Text} Text
|
|
@@ -67907,7 +67908,7 @@ function break_hardBreak(state, node) {
|
|
|
67907
67908
|
return [state.applyData(node, result), {type: 'text', value: '\n'}]
|
|
67908
67909
|
}
|
|
67909
67910
|
|
|
67910
|
-
;//
|
|
67911
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/code.js
|
|
67911
67912
|
/**
|
|
67912
67913
|
* @typedef {import('hast').Element} Element
|
|
67913
67914
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -67959,7 +67960,7 @@ function code_code(state, node) {
|
|
|
67959
67960
|
return result
|
|
67960
67961
|
}
|
|
67961
67962
|
|
|
67962
|
-
;//
|
|
67963
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/delete.js
|
|
67963
67964
|
/**
|
|
67964
67965
|
* @typedef {import('hast').Element} Element
|
|
67965
67966
|
* @typedef {import('mdast').Delete} Delete
|
|
@@ -67991,7 +67992,7 @@ function strikethrough(state, node) {
|
|
|
67991
67992
|
return state.applyData(node, result)
|
|
67992
67993
|
}
|
|
67993
67994
|
|
|
67994
|
-
;//
|
|
67995
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/emphasis.js
|
|
67995
67996
|
/**
|
|
67996
67997
|
* @typedef {import('hast').Element} Element
|
|
67997
67998
|
* @typedef {import('mdast').Emphasis} Emphasis
|
|
@@ -68023,7 +68024,7 @@ function emphasis_emphasis(state, node) {
|
|
|
68023
68024
|
return state.applyData(node, result)
|
|
68024
68025
|
}
|
|
68025
68026
|
|
|
68026
|
-
;//
|
|
68027
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js
|
|
68027
68028
|
/**
|
|
68028
68029
|
* @typedef {import('hast').Element} Element
|
|
68029
68030
|
* @typedef {import('mdast').FootnoteReference} FootnoteReference
|
|
@@ -68095,7 +68096,7 @@ function footnote_reference_footnoteReference(state, node) {
|
|
|
68095
68096
|
return state.applyData(node, sup)
|
|
68096
68097
|
}
|
|
68097
68098
|
|
|
68098
|
-
;//
|
|
68099
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/heading.js
|
|
68099
68100
|
/**
|
|
68100
68101
|
* @typedef {import('hast').Element} Element
|
|
68101
68102
|
* @typedef {import('mdast').Heading} Heading
|
|
@@ -68127,7 +68128,7 @@ function heading_heading(state, node) {
|
|
|
68127
68128
|
return state.applyData(node, result)
|
|
68128
68129
|
}
|
|
68129
68130
|
|
|
68130
|
-
;//
|
|
68131
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/html.js
|
|
68131
68132
|
/**
|
|
68132
68133
|
* @typedef {import('hast').Element} Element
|
|
68133
68134
|
* @typedef {import('mdast').Html} Html
|
|
@@ -68160,7 +68161,7 @@ function html_html(state, node) {
|
|
|
68160
68161
|
return undefined
|
|
68161
68162
|
}
|
|
68162
68163
|
|
|
68163
|
-
;//
|
|
68164
|
+
;// ./node_modules/mdast-util-to-hast/lib/revert.js
|
|
68164
68165
|
/**
|
|
68165
68166
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
68166
68167
|
*
|
|
@@ -68217,7 +68218,7 @@ function revert(state, node) {
|
|
|
68217
68218
|
return contents
|
|
68218
68219
|
}
|
|
68219
68220
|
|
|
68220
|
-
;//
|
|
68221
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/image-reference.js
|
|
68221
68222
|
/**
|
|
68222
68223
|
* @typedef {import('hast').Element} Element
|
|
68223
68224
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68260,7 +68261,7 @@ function image_reference_imageReference(state, node) {
|
|
|
68260
68261
|
return state.applyData(node, result)
|
|
68261
68262
|
}
|
|
68262
68263
|
|
|
68263
|
-
;//
|
|
68264
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/image.js
|
|
68264
68265
|
/**
|
|
68265
68266
|
* @typedef {import('hast').Element} Element
|
|
68266
68267
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -68298,7 +68299,7 @@ function handlers_image_image(state, node) {
|
|
|
68298
68299
|
return state.applyData(node, result)
|
|
68299
68300
|
}
|
|
68300
68301
|
|
|
68301
|
-
;//
|
|
68302
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/inline-code.js
|
|
68302
68303
|
/**
|
|
68303
68304
|
* @typedef {import('hast').Element} Element
|
|
68304
68305
|
* @typedef {import('hast').Text} Text
|
|
@@ -68335,7 +68336,7 @@ function inline_code_inlineCode(state, node) {
|
|
|
68335
68336
|
return state.applyData(node, result)
|
|
68336
68337
|
}
|
|
68337
68338
|
|
|
68338
|
-
;//
|
|
68339
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/link-reference.js
|
|
68339
68340
|
/**
|
|
68340
68341
|
* @typedef {import('hast').Element} Element
|
|
68341
68342
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68383,7 +68384,7 @@ function link_reference_linkReference(state, node) {
|
|
|
68383
68384
|
return state.applyData(node, result)
|
|
68384
68385
|
}
|
|
68385
68386
|
|
|
68386
|
-
;//
|
|
68387
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/link.js
|
|
68387
68388
|
/**
|
|
68388
68389
|
* @typedef {import('hast').Element} Element
|
|
68389
68390
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -68422,7 +68423,7 @@ function handlers_link_link(state, node) {
|
|
|
68422
68423
|
return state.applyData(node, result)
|
|
68423
68424
|
}
|
|
68424
68425
|
|
|
68425
|
-
;//
|
|
68426
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/list-item.js
|
|
68426
68427
|
/**
|
|
68427
68428
|
* @typedef {import('hast').Element} Element
|
|
68428
68429
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68549,7 +68550,7 @@ function listItemLoose(node) {
|
|
|
68549
68550
|
: spread
|
|
68550
68551
|
}
|
|
68551
68552
|
|
|
68552
|
-
;//
|
|
68553
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/list.js
|
|
68553
68554
|
/**
|
|
68554
68555
|
* @typedef {import('hast').Element} Element
|
|
68555
68556
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -68607,7 +68608,7 @@ function handlers_list_list(state, node) {
|
|
|
68607
68608
|
return state.applyData(node, result)
|
|
68608
68609
|
}
|
|
68609
68610
|
|
|
68610
|
-
;//
|
|
68611
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/paragraph.js
|
|
68611
68612
|
/**
|
|
68612
68613
|
* @typedef {import('hast').Element} Element
|
|
68613
68614
|
* @typedef {import('mdast').Paragraph} Paragraph
|
|
@@ -68639,7 +68640,7 @@ function paragraph_paragraph(state, node) {
|
|
|
68639
68640
|
return state.applyData(node, result)
|
|
68640
68641
|
}
|
|
68641
68642
|
|
|
68642
|
-
;//
|
|
68643
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/root.js
|
|
68643
68644
|
/**
|
|
68644
68645
|
* @typedef {import('hast').Parents} HastParents
|
|
68645
68646
|
* @typedef {import('hast').Root} HastRoot
|
|
@@ -68667,7 +68668,7 @@ function root_root(state, node) {
|
|
|
68667
68668
|
return state.applyData(node, result)
|
|
68668
68669
|
}
|
|
68669
68670
|
|
|
68670
|
-
;//
|
|
68671
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/strong.js
|
|
68671
68672
|
/**
|
|
68672
68673
|
* @typedef {import('hast').Element} Element
|
|
68673
68674
|
* @typedef {import('mdast').Strong} Strong
|
|
@@ -68699,7 +68700,7 @@ function strong_strong(state, node) {
|
|
|
68699
68700
|
return state.applyData(node, result)
|
|
68700
68701
|
}
|
|
68701
68702
|
|
|
68702
|
-
;//
|
|
68703
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/table.js
|
|
68703
68704
|
/**
|
|
68704
68705
|
* @typedef {import('hast').Element} Element
|
|
68705
68706
|
* @typedef {import('mdast').Table} Table
|
|
@@ -68762,7 +68763,7 @@ function table(state, node) {
|
|
|
68762
68763
|
return state.applyData(node, result)
|
|
68763
68764
|
}
|
|
68764
68765
|
|
|
68765
|
-
;//
|
|
68766
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/table-row.js
|
|
68766
68767
|
/**
|
|
68767
68768
|
* @typedef {import('hast').Element} Element
|
|
68768
68769
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68833,7 +68834,7 @@ function tableRow(state, node, parent) {
|
|
|
68833
68834
|
return state.applyData(node, result)
|
|
68834
68835
|
}
|
|
68835
68836
|
|
|
68836
|
-
;//
|
|
68837
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/table-cell.js
|
|
68837
68838
|
/**
|
|
68838
68839
|
* @typedef {import('hast').Element} Element
|
|
68839
68840
|
* @typedef {import('mdast').TableCell} TableCell
|
|
@@ -68867,7 +68868,7 @@ function tableCell(state, node) {
|
|
|
68867
68868
|
return state.applyData(node, result)
|
|
68868
68869
|
}
|
|
68869
68870
|
|
|
68870
|
-
;//
|
|
68871
|
+
;// ./node_modules/trim-lines/index.js
|
|
68871
68872
|
const tab = 9 /* `\t` */
|
|
68872
68873
|
const space = 32 /* ` ` */
|
|
68873
68874
|
|
|
@@ -68938,7 +68939,7 @@ function trimLine(value, start, end) {
|
|
|
68938
68939
|
return endIndex > startIndex ? value.slice(startIndex, endIndex) : ''
|
|
68939
68940
|
}
|
|
68940
68941
|
|
|
68941
|
-
;//
|
|
68942
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/text.js
|
|
68942
68943
|
/**
|
|
68943
68944
|
* @typedef {import('hast').Element} HastElement
|
|
68944
68945
|
* @typedef {import('hast').Text} HastText
|
|
@@ -68965,7 +68966,7 @@ function handlers_text_text(state, node) {
|
|
|
68965
68966
|
return state.applyData(node, result)
|
|
68966
68967
|
}
|
|
68967
68968
|
|
|
68968
|
-
;//
|
|
68969
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js
|
|
68969
68970
|
/**
|
|
68970
68971
|
* @typedef {import('hast').Element} Element
|
|
68971
68972
|
* @typedef {import('mdast').ThematicBreak} ThematicBreak
|
|
@@ -68997,7 +68998,7 @@ function handlers_thematic_break_thematicBreak(state, node) {
|
|
|
68997
68998
|
return state.applyData(node, result)
|
|
68998
68999
|
}
|
|
68999
69000
|
|
|
69000
|
-
;//
|
|
69001
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/index.js
|
|
69001
69002
|
|
|
69002
69003
|
|
|
69003
69004
|
|
|
@@ -69063,7 +69064,7 @@ function ignore() {
|
|
|
69063
69064
|
return undefined
|
|
69064
69065
|
}
|
|
69065
69066
|
|
|
69066
|
-
;//
|
|
69067
|
+
;// ./node_modules/mdast-util-to-hast/lib/state.js
|
|
69067
69068
|
/**
|
|
69068
69069
|
* @typedef {import('hast').Element} HastElement
|
|
69069
69070
|
* @typedef {import('hast').ElementContent} HastElementContent
|
|
@@ -69538,7 +69539,7 @@ function trimMarkdownSpaceStart(value) {
|
|
|
69538
69539
|
return value.slice(index)
|
|
69539
69540
|
}
|
|
69540
69541
|
|
|
69541
|
-
;//
|
|
69542
|
+
;// ./node_modules/mdast-util-to-hast/lib/index.js
|
|
69542
69543
|
/**
|
|
69543
69544
|
* @typedef {import('hast').Nodes} HastNodes
|
|
69544
69545
|
* @typedef {import('mdast').Nodes} MdastNodes
|
|
@@ -69646,7 +69647,7 @@ function toHast(tree, options) {
|
|
|
69646
69647
|
return result
|
|
69647
69648
|
}
|
|
69648
69649
|
|
|
69649
|
-
;//
|
|
69650
|
+
;// ./node_modules/remark-rehype/lib/index.js
|
|
69650
69651
|
// Include `data` fields in mdast and `raw` nodes in hast.
|
|
69651
69652
|
/// <reference types="mdast-util-to-hast" />
|
|
69652
69653
|
|
|
@@ -69807,7 +69808,7 @@ function remarkRehype(destination, options) {
|
|
|
69807
69808
|
}
|
|
69808
69809
|
}
|
|
69809
69810
|
|
|
69810
|
-
;//
|
|
69811
|
+
;// ./node_modules/estree-walker/src/walker.js
|
|
69811
69812
|
/**
|
|
69812
69813
|
* @typedef { import('estree').Node} Node
|
|
69813
69814
|
* @typedef {{
|
|
@@ -69870,7 +69871,7 @@ class WalkerBase {
|
|
|
69870
69871
|
}
|
|
69871
69872
|
}
|
|
69872
69873
|
|
|
69873
|
-
;//
|
|
69874
|
+
;// ./node_modules/estree-walker/src/sync.js
|
|
69874
69875
|
|
|
69875
69876
|
|
|
69876
69877
|
/**
|
|
@@ -70024,7 +70025,7 @@ function isNode(value) {
|
|
|
70024
70025
|
);
|
|
70025
70026
|
}
|
|
70026
70027
|
|
|
70027
|
-
;//
|
|
70028
|
+
;// ./node_modules/estree-walker/src/async.js
|
|
70028
70029
|
|
|
70029
70030
|
|
|
70030
70031
|
/**
|
|
@@ -70178,7 +70179,7 @@ function async_isNode(value) {
|
|
|
70178
70179
|
);
|
|
70179
70180
|
}
|
|
70180
70181
|
|
|
70181
|
-
;//
|
|
70182
|
+
;// ./node_modules/estree-walker/src/index.js
|
|
70182
70183
|
|
|
70183
70184
|
|
|
70184
70185
|
|
|
@@ -70214,7 +70215,7 @@ async function asyncWalk(ast, { enter, leave }) {
|
|
|
70214
70215
|
return await instance.visit(ast, null);
|
|
70215
70216
|
}
|
|
70216
70217
|
|
|
70217
|
-
;//
|
|
70218
|
+
;// ./node_modules/is-reference/src/index.js
|
|
70218
70219
|
/** @typedef { import('estree').Node} Node */
|
|
70219
70220
|
/** @typedef {Node | {
|
|
70220
70221
|
* type: 'PropertyDefinition';
|
|
@@ -70265,7 +70266,7 @@ function is_reference (node, parent) {
|
|
|
70265
70266
|
return false;
|
|
70266
70267
|
}
|
|
70267
70268
|
|
|
70268
|
-
;//
|
|
70269
|
+
;// ./node_modules/periscopic/src/index.js
|
|
70269
70270
|
|
|
70270
70271
|
|
|
70271
70272
|
|
|
@@ -70514,7 +70515,7 @@ function extract_identifiers(param, nodes = []) {
|
|
|
70514
70515
|
return nodes;
|
|
70515
70516
|
}
|
|
70516
70517
|
|
|
70517
|
-
;//
|
|
70518
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-create.js
|
|
70518
70519
|
/**
|
|
70519
70520
|
* @typedef {import('estree-jsx').Node} Node
|
|
70520
70521
|
*/
|
|
@@ -70546,7 +70547,7 @@ function estree_util_create_create(from, to) {
|
|
|
70546
70547
|
}
|
|
70547
70548
|
}
|
|
70548
70549
|
|
|
70549
|
-
;//
|
|
70550
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-declaration-to-expression.js
|
|
70550
70551
|
/**
|
|
70551
70552
|
* @typedef {import('estree-jsx').Declaration} Declaration
|
|
70552
70553
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
@@ -70579,7 +70580,7 @@ function declarationToExpression(declaration) {
|
|
|
70579
70580
|
return {...declaration, type: 'ClassExpression'}
|
|
70580
70581
|
}
|
|
70581
70582
|
|
|
70582
|
-
;//
|
|
70583
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-is-declaration.js
|
|
70583
70584
|
/**
|
|
70584
70585
|
* @typedef {import('estree-jsx').Declaration} Declaration
|
|
70585
70586
|
* @typedef {import('estree-jsx').MaybeNamedClassDeclaration} MaybeNamedClassDeclaration
|
|
@@ -70606,7 +70607,7 @@ function isDeclaration(node) {
|
|
|
70606
70607
|
)
|
|
70607
70608
|
}
|
|
70608
70609
|
|
|
70609
|
-
;//
|
|
70610
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-specifiers-to-declarations.js
|
|
70610
70611
|
/**
|
|
70611
70612
|
* @typedef {import('estree-jsx').AssignmentProperty} AssignmentProperty
|
|
70612
70613
|
* @typedef {import('estree-jsx').ExportSpecifier} ExportSpecifier
|
|
@@ -70701,7 +70702,7 @@ function specifiersToDeclarations(specifiers, init) {
|
|
|
70701
70702
|
return declarations
|
|
70702
70703
|
}
|
|
70703
70704
|
|
|
70704
|
-
;//
|
|
70705
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-id-or-member-expression.js
|
|
70705
70706
|
/**
|
|
70706
70707
|
* @typedef {import('estree-jsx').Identifier} Identifier
|
|
70707
70708
|
* @typedef {import('estree-jsx').JSXIdentifier} JSXIdentifier
|
|
@@ -70774,7 +70775,7 @@ function toJsxIdOrMemberExpression(ids) {
|
|
|
70774
70775
|
return object
|
|
70775
70776
|
}
|
|
70776
70777
|
|
|
70777
|
-
;//
|
|
70778
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-document.js
|
|
70778
70779
|
/**
|
|
70779
70780
|
* @typedef {import('estree-jsx').CallExpression} CallExpression
|
|
70780
70781
|
* @typedef {import('estree-jsx').Directive} Directive
|
|
@@ -71656,7 +71657,7 @@ function createImportMetaUrlVariable() {
|
|
|
71656
71657
|
]
|
|
71657
71658
|
}
|
|
71658
71659
|
|
|
71659
|
-
;//
|
|
71660
|
+
;// ./node_modules/estree-util-build-jsx/lib/index.js
|
|
71660
71661
|
/**
|
|
71661
71662
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
71662
71663
|
* @typedef {import('estree-jsx').Identifier} Identifier
|
|
@@ -72298,7 +72299,7 @@ function lib_create(from, to) {
|
|
|
72298
72299
|
}
|
|
72299
72300
|
}
|
|
72300
72301
|
|
|
72301
|
-
;//
|
|
72302
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-build.js
|
|
72302
72303
|
/**
|
|
72303
72304
|
* @typedef {import('estree-jsx').Program} Program
|
|
72304
72305
|
* @typedef {import('estree-util-build-jsx').Options} BuildJsxOptions
|
|
@@ -72391,7 +72392,7 @@ function recmaJsxBuild(options) {
|
|
|
72391
72392
|
}
|
|
72392
72393
|
}
|
|
72393
72394
|
|
|
72394
|
-
;//
|
|
72395
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-binary-addition.js
|
|
72395
72396
|
/**
|
|
72396
72397
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
72397
72398
|
*/
|
|
@@ -72418,7 +72419,7 @@ function toBinaryAddition(expressions) {
|
|
|
72418
72419
|
return left
|
|
72419
72420
|
}
|
|
72420
72421
|
|
|
72421
|
-
;//
|
|
72422
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-rewrite.js
|
|
72422
72423
|
/**
|
|
72423
72424
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
72424
72425
|
* @typedef {import('estree-jsx').Function} EstreeFunction
|
|
@@ -73064,7 +73065,7 @@ function inScope(scope, id) {
|
|
|
73064
73065
|
return false
|
|
73065
73066
|
}
|
|
73066
73067
|
|
|
73067
|
-
;//
|
|
73068
|
+
;// ./node_modules/astring/dist/astring.mjs
|
|
73068
73069
|
// Astring is a tiny and fast JavaScript code generator from an ESTree-compliant AST.
|
|
73069
73070
|
//
|
|
73070
73071
|
// Astring was written by David Bonnet and released under an MIT license.
|
|
@@ -74254,7 +74255,7 @@ function generate(node, options) {
|
|
|
74254
74255
|
return state.output
|
|
74255
74256
|
}
|
|
74256
74257
|
|
|
74257
|
-
;//
|
|
74258
|
+
;// ./node_modules/estree-util-to-js/lib/index.js
|
|
74258
74259
|
/**
|
|
74259
74260
|
* @typedef {import('astring').State} State
|
|
74260
74261
|
* @typedef {import('estree-jsx').Node} Nodes
|
|
@@ -74401,7 +74402,7 @@ function toJs(tree, options) {
|
|
|
74401
74402
|
return {value, map}
|
|
74402
74403
|
}
|
|
74403
74404
|
|
|
74404
|
-
;//
|
|
74405
|
+
;// ./node_modules/estree-util-to-js/lib/jsx.js
|
|
74405
74406
|
/**
|
|
74406
74407
|
* @typedef {import('estree-jsx').JSXAttribute} JsxAttribute
|
|
74407
74408
|
* @typedef {import('estree-jsx').JSXClosingElement} JsxClosingElement
|
|
@@ -74767,7 +74768,7 @@ function replaceJsxChar($0) {
|
|
|
74767
74768
|
: '}'
|
|
74768
74769
|
}
|
|
74769
74770
|
|
|
74770
|
-
;//
|
|
74771
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-stringify.js
|
|
74771
74772
|
/**
|
|
74772
74773
|
* @typedef {import('estree-jsx').Program} Program
|
|
74773
74774
|
* @typedef {import('unified').Processor<undefined, undefined, undefined, Program, string>} Processor
|
|
@@ -74814,7 +74815,7 @@ function recmaStringify(options) {
|
|
|
74814
74815
|
}
|
|
74815
74816
|
}
|
|
74816
74817
|
|
|
74817
|
-
;//
|
|
74818
|
+
;// ./node_modules/property-information/lib/util/schema.js
|
|
74818
74819
|
/**
|
|
74819
74820
|
* @typedef {import('./info.js').Info} Info
|
|
74820
74821
|
* @typedef {Record<string, Info>} Properties
|
|
@@ -74844,7 +74845,7 @@ Schema.prototype.normal = {}
|
|
|
74844
74845
|
/** @type {string|null} */
|
|
74845
74846
|
Schema.prototype.space = null
|
|
74846
74847
|
|
|
74847
|
-
;//
|
|
74848
|
+
;// ./node_modules/property-information/lib/util/merge.js
|
|
74848
74849
|
/**
|
|
74849
74850
|
* @typedef {import('./schema.js').Properties} Properties
|
|
74850
74851
|
* @typedef {import('./schema.js').Normal} Normal
|
|
@@ -74872,7 +74873,7 @@ function merge(definitions, space) {
|
|
|
74872
74873
|
return new Schema(property, normal, space)
|
|
74873
74874
|
}
|
|
74874
74875
|
|
|
74875
|
-
;//
|
|
74876
|
+
;// ./node_modules/property-information/lib/normalize.js
|
|
74876
74877
|
/**
|
|
74877
74878
|
* @param {string} value
|
|
74878
74879
|
* @returns {string}
|
|
@@ -74881,7 +74882,7 @@ function normalize(value) {
|
|
|
74881
74882
|
return value.toLowerCase()
|
|
74882
74883
|
}
|
|
74883
74884
|
|
|
74884
|
-
;//
|
|
74885
|
+
;// ./node_modules/property-information/lib/util/info.js
|
|
74885
74886
|
class Info {
|
|
74886
74887
|
/**
|
|
74887
74888
|
* @constructor
|
|
@@ -74908,7 +74909,7 @@ Info.prototype.commaOrSpaceSeparated = false
|
|
|
74908
74909
|
Info.prototype.mustUseProperty = false
|
|
74909
74910
|
Info.prototype.defined = false
|
|
74910
74911
|
|
|
74911
|
-
;//
|
|
74912
|
+
;// ./node_modules/property-information/lib/util/types.js
|
|
74912
74913
|
let powers = 0
|
|
74913
74914
|
|
|
74914
74915
|
const types_boolean = increment()
|
|
@@ -74923,7 +74924,7 @@ function increment() {
|
|
|
74923
74924
|
return 2 ** ++powers
|
|
74924
74925
|
}
|
|
74925
74926
|
|
|
74926
|
-
;//
|
|
74927
|
+
;// ./node_modules/property-information/lib/util/defined-info.js
|
|
74927
74928
|
|
|
74928
74929
|
|
|
74929
74930
|
|
|
@@ -74969,7 +74970,7 @@ function mark(values, key, value) {
|
|
|
74969
74970
|
}
|
|
74970
74971
|
}
|
|
74971
74972
|
|
|
74972
|
-
;//
|
|
74973
|
+
;// ./node_modules/property-information/lib/util/create.js
|
|
74973
74974
|
/**
|
|
74974
74975
|
* @typedef {import('./schema.js').Properties} Properties
|
|
74975
74976
|
* @typedef {import('./schema.js').Normal} Normal
|
|
@@ -75029,7 +75030,7 @@ function create_create(definition) {
|
|
|
75029
75030
|
return new Schema(property, normal, definition.space)
|
|
75030
75031
|
}
|
|
75031
75032
|
|
|
75032
|
-
;//
|
|
75033
|
+
;// ./node_modules/property-information/lib/xlink.js
|
|
75033
75034
|
|
|
75034
75035
|
|
|
75035
75036
|
const xlink = create_create({
|
|
@@ -75048,7 +75049,7 @@ const xlink = create_create({
|
|
|
75048
75049
|
}
|
|
75049
75050
|
})
|
|
75050
75051
|
|
|
75051
|
-
;//
|
|
75052
|
+
;// ./node_modules/property-information/lib/xml.js
|
|
75052
75053
|
|
|
75053
75054
|
|
|
75054
75055
|
const xml = create_create({
|
|
@@ -75059,7 +75060,7 @@ const xml = create_create({
|
|
|
75059
75060
|
properties: {xmlLang: null, xmlBase: null, xmlSpace: null}
|
|
75060
75061
|
})
|
|
75061
75062
|
|
|
75062
|
-
;//
|
|
75063
|
+
;// ./node_modules/property-information/lib/util/case-sensitive-transform.js
|
|
75063
75064
|
/**
|
|
75064
75065
|
* @param {Record<string, string>} attributes
|
|
75065
75066
|
* @param {string} attribute
|
|
@@ -75069,7 +75070,7 @@ function caseSensitiveTransform(attributes, attribute) {
|
|
|
75069
75070
|
return attribute in attributes ? attributes[attribute] : attribute
|
|
75070
75071
|
}
|
|
75071
75072
|
|
|
75072
|
-
;//
|
|
75073
|
+
;// ./node_modules/property-information/lib/util/case-insensitive-transform.js
|
|
75073
75074
|
|
|
75074
75075
|
|
|
75075
75076
|
/**
|
|
@@ -75081,7 +75082,7 @@ function caseInsensitiveTransform(attributes, property) {
|
|
|
75081
75082
|
return caseSensitiveTransform(attributes, property.toLowerCase())
|
|
75082
75083
|
}
|
|
75083
75084
|
|
|
75084
|
-
;//
|
|
75085
|
+
;// ./node_modules/property-information/lib/xmlns.js
|
|
75085
75086
|
|
|
75086
75087
|
|
|
75087
75088
|
|
|
@@ -75092,7 +75093,7 @@ const xmlns = create_create({
|
|
|
75092
75093
|
properties: {xmlns: null, xmlnsXLink: null}
|
|
75093
75094
|
})
|
|
75094
75095
|
|
|
75095
|
-
;//
|
|
75096
|
+
;// ./node_modules/property-information/lib/aria.js
|
|
75096
75097
|
|
|
75097
75098
|
|
|
75098
75099
|
|
|
@@ -75153,7 +75154,7 @@ const aria = create_create({
|
|
|
75153
75154
|
}
|
|
75154
75155
|
})
|
|
75155
75156
|
|
|
75156
|
-
;//
|
|
75157
|
+
;// ./node_modules/property-information/lib/html.js
|
|
75157
75158
|
|
|
75158
75159
|
|
|
75159
75160
|
|
|
@@ -75470,7 +75471,7 @@ const lib_html_html = create_create({
|
|
|
75470
75471
|
}
|
|
75471
75472
|
})
|
|
75472
75473
|
|
|
75473
|
-
;//
|
|
75474
|
+
;// ./node_modules/property-information/lib/svg.js
|
|
75474
75475
|
|
|
75475
75476
|
|
|
75476
75477
|
|
|
@@ -76033,7 +76034,7 @@ const svg = create_create({
|
|
|
76033
76034
|
}
|
|
76034
76035
|
})
|
|
76035
76036
|
|
|
76036
|
-
;//
|
|
76037
|
+
;// ./node_modules/property-information/index.js
|
|
76037
76038
|
/**
|
|
76038
76039
|
* @typedef {import('./lib/util/info.js').Info} Info
|
|
76039
76040
|
* @typedef {import('./lib/util/schema.js').Schema} Schema
|
|
@@ -76053,7 +76054,7 @@ const svg = create_create({
|
|
|
76053
76054
|
const property_information_html = merge([xml, xlink, xmlns, aria, lib_html_html], 'html')
|
|
76054
76055
|
const property_information_svg = merge([xml, xlink, xmlns, aria, svg], 'svg')
|
|
76055
76056
|
|
|
76056
|
-
;//
|
|
76057
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/comment.js
|
|
76057
76058
|
/**
|
|
76058
76059
|
* @typedef {import('estree').Comment} Comment
|
|
76059
76060
|
*
|
|
@@ -76098,7 +76099,7 @@ function comment(node, state) {
|
|
|
76098
76099
|
return container
|
|
76099
76100
|
}
|
|
76100
76101
|
|
|
76101
|
-
;//
|
|
76102
|
+
;// ./node_modules/comma-separated-tokens/index.js
|
|
76102
76103
|
/**
|
|
76103
76104
|
* @typedef Options
|
|
76104
76105
|
* Configuration for `stringify`.
|
|
@@ -76174,7 +76175,7 @@ function comma_separated_tokens_stringify(values, options) {
|
|
|
76174
76175
|
.trim()
|
|
76175
76176
|
}
|
|
76176
76177
|
|
|
76177
|
-
;//
|
|
76178
|
+
;// ./node_modules/property-information/lib/find.js
|
|
76178
76179
|
/**
|
|
76179
76180
|
* @typedef {import('./util/schema.js').Schema} Schema
|
|
76180
76181
|
*/
|
|
@@ -76244,7 +76245,7 @@ function camelcase($0) {
|
|
|
76244
76245
|
return $0.charAt(1).toUpperCase()
|
|
76245
76246
|
}
|
|
76246
76247
|
|
|
76247
|
-
;//
|
|
76248
|
+
;// ./node_modules/property-information/lib/hast-to-react.js
|
|
76248
76249
|
/**
|
|
76249
76250
|
* `hast` is close to `React`, but differs in a couple of cases.
|
|
76250
76251
|
*
|
|
@@ -76274,7 +76275,7 @@ const hastToReact = {
|
|
|
76274
76275
|
xmlnsXLink: 'xmlnsXlink'
|
|
76275
76276
|
}
|
|
76276
76277
|
|
|
76277
|
-
;//
|
|
76278
|
+
;// ./node_modules/space-separated-tokens/index.js
|
|
76278
76279
|
/**
|
|
76279
76280
|
* Parse space-separated tokens to an array of strings.
|
|
76280
76281
|
*
|
|
@@ -76303,12 +76304,12 @@ function space_separated_tokens_stringify(values) {
|
|
|
76303
76304
|
// EXTERNAL MODULE: ./node_modules/style-to-object/index.js
|
|
76304
76305
|
var style_to_object = __webpack_require__(9108);
|
|
76305
76306
|
var style_to_object_default = /*#__PURE__*/__webpack_require__.n(style_to_object);
|
|
76306
|
-
;//
|
|
76307
|
+
;// ./node_modules/style-to-object/index.mjs
|
|
76307
76308
|
|
|
76308
76309
|
|
|
76309
76310
|
/* harmony default export */ const node_modules_style_to_object = ((style_to_object_default()));
|
|
76310
76311
|
|
|
76311
|
-
;//
|
|
76312
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/element.js
|
|
76312
76313
|
/**
|
|
76313
76314
|
* @typedef {import('estree').Property} Property
|
|
76314
76315
|
*
|
|
@@ -76645,7 +76646,7 @@ function toDash($0) {
|
|
|
76645
76646
|
return '-' + $0.toLowerCase()
|
|
76646
76647
|
}
|
|
76647
76648
|
|
|
76648
|
-
;//
|
|
76649
|
+
;// ./node_modules/estree-util-attach-comments/lib/index.js
|
|
76649
76650
|
/**
|
|
76650
76651
|
* @typedef {import('estree').Comment} Comment
|
|
76651
76652
|
* @typedef {import('estree').Node} Nodes
|
|
@@ -76845,7 +76846,7 @@ function compare(left, right, compareEnd) {
|
|
|
76845
76846
|
return Number.NaN
|
|
76846
76847
|
}
|
|
76847
76848
|
|
|
76848
|
-
;//
|
|
76849
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/mdx-expression.js
|
|
76849
76850
|
/**
|
|
76850
76851
|
* @typedef {import('estree').Expression} Expression
|
|
76851
76852
|
*
|
|
@@ -76897,7 +76898,7 @@ function mdx_expression_mdxExpression(node, state) {
|
|
|
76897
76898
|
return result
|
|
76898
76899
|
}
|
|
76899
76900
|
|
|
76900
|
-
;//
|
|
76901
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/mdx-jsx-element.js
|
|
76901
76902
|
/**
|
|
76902
76903
|
* @typedef {import('estree').Expression} Expression
|
|
76903
76904
|
*
|
|
@@ -77063,7 +77064,7 @@ function mdxJsxElement(node, state) {
|
|
|
77063
77064
|
return result
|
|
77064
77065
|
}
|
|
77065
77066
|
|
|
77066
|
-
;//
|
|
77067
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/mdxjs-esm.js
|
|
77067
77068
|
/**
|
|
77068
77069
|
* @typedef {import('mdast-util-mdxjs-esm').MdxjsEsmHast} MdxjsEsm
|
|
77069
77070
|
*
|
|
@@ -77093,7 +77094,7 @@ function mdxjs_esm_mdxjsEsm(node, state) {
|
|
|
77093
77094
|
}
|
|
77094
77095
|
}
|
|
77095
77096
|
|
|
77096
|
-
;//
|
|
77097
|
+
;// ./node_modules/hast-util-whitespace/lib/index.js
|
|
77097
77098
|
/**
|
|
77098
77099
|
* @typedef {import('hast').Nodes} Nodes
|
|
77099
77100
|
*/
|
|
@@ -77129,7 +77130,7 @@ function lib_empty(value) {
|
|
|
77129
77130
|
return value.replace(re, '') === ''
|
|
77130
77131
|
}
|
|
77131
77132
|
|
|
77132
|
-
;//
|
|
77133
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/root.js
|
|
77133
77134
|
/**
|
|
77134
77135
|
* @typedef {import('estree-jsx').JSXFragment} JsxFragment
|
|
77135
77136
|
*
|
|
@@ -77190,7 +77191,7 @@ function handlers_root_root(node, state) {
|
|
|
77190
77191
|
return result
|
|
77191
77192
|
}
|
|
77192
77193
|
|
|
77193
|
-
;//
|
|
77194
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/text.js
|
|
77194
77195
|
/**
|
|
77195
77196
|
* @typedef {import('estree').Literal} Literal
|
|
77196
77197
|
*
|
|
@@ -77228,7 +77229,7 @@ function lib_handlers_text_text(node, state) {
|
|
|
77228
77229
|
}
|
|
77229
77230
|
}
|
|
77230
77231
|
|
|
77231
|
-
;//
|
|
77232
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/index.js
|
|
77232
77233
|
|
|
77233
77234
|
|
|
77234
77235
|
|
|
@@ -77258,7 +77259,7 @@ const handlers = {
|
|
|
77258
77259
|
*/
|
|
77259
77260
|
function handlers_ignore() {}
|
|
77260
77261
|
|
|
77261
|
-
;//
|
|
77262
|
+
;// ./node_modules/hast-util-to-estree/lib/state.js
|
|
77262
77263
|
/**
|
|
77263
77264
|
* @typedef {import('estree').Comment} Comment
|
|
77264
77265
|
* @typedef {import('estree').Directive} Directive
|
|
@@ -77626,7 +77627,7 @@ function createJsxNameFromString(name) {
|
|
|
77626
77627
|
return {type: 'JSXIdentifier', name}
|
|
77627
77628
|
}
|
|
77628
77629
|
|
|
77629
|
-
;//
|
|
77630
|
+
;// ./node_modules/hast-util-to-estree/lib/index.js
|
|
77630
77631
|
/**
|
|
77631
77632
|
* Register MDX nodes in tree:
|
|
77632
77633
|
*
|
|
@@ -77730,7 +77731,7 @@ function toEstree(tree, options) {
|
|
|
77730
77731
|
return program
|
|
77731
77732
|
}
|
|
77732
77733
|
|
|
77733
|
-
;//
|
|
77734
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/rehype-recma.js
|
|
77734
77735
|
/**
|
|
77735
77736
|
* @typedef {import('estree-jsx').Program} Program
|
|
77736
77737
|
*
|
|
@@ -77762,7 +77763,7 @@ function rehypeRecma(options) {
|
|
|
77762
77763
|
}
|
|
77763
77764
|
}
|
|
77764
77765
|
|
|
77765
|
-
;//
|
|
77766
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/rehype-remove-raw.js
|
|
77766
77767
|
/**
|
|
77767
77768
|
* @typedef {import('hast').Root} Root
|
|
77768
77769
|
*/
|
|
@@ -77795,7 +77796,7 @@ function rehypeRemoveRaw() {
|
|
|
77795
77796
|
}
|
|
77796
77797
|
}
|
|
77797
77798
|
|
|
77798
|
-
;//
|
|
77799
|
+
;// ./node_modules/collapse-white-space/index.js
|
|
77799
77800
|
/**
|
|
77800
77801
|
* @typedef {'html'|'js'} Style
|
|
77801
77802
|
*
|
|
@@ -77883,7 +77884,7 @@ function trimFactory(replace) {
|
|
|
77883
77884
|
}
|
|
77884
77885
|
}
|
|
77885
77886
|
|
|
77886
|
-
;//
|
|
77887
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/remark-mark-and-unravel.js
|
|
77887
77888
|
/**
|
|
77888
77889
|
* @typedef {import('mdast').Root} Root
|
|
77889
77890
|
* @typedef {import('mdast').RootContent} RootContent
|
|
@@ -77982,7 +77983,7 @@ function remarkMarkAndUnravel() {
|
|
|
77982
77983
|
}
|
|
77983
77984
|
}
|
|
77984
77985
|
|
|
77985
|
-
;//
|
|
77986
|
+
;// ./node_modules/@mdx-js/mdx/lib/node-types.js
|
|
77986
77987
|
/**
|
|
77987
77988
|
* List of node types made by `mdast-util-mdx`, which have to be passed
|
|
77988
77989
|
* through untouched from the mdast tree to the hast tree.
|
|
@@ -77995,7 +77996,7 @@ const nodeTypes = /** @type {const} */ ([
|
|
|
77995
77996
|
'mdxjsEsm'
|
|
77996
77997
|
])
|
|
77997
77998
|
|
|
77998
|
-
;//
|
|
77999
|
+
;// ./node_modules/@mdx-js/mdx/lib/core.js
|
|
77999
78000
|
/**
|
|
78000
78001
|
* @typedef {import('estree-jsx').Program} Program
|
|
78001
78002
|
* @typedef {import('hast-util-to-estree').ElementAttributeNameCase} ElementAttributeNameCase
|
|
@@ -78231,7 +78232,7 @@ function core_createProcessor(options) {
|
|
|
78231
78232
|
return pipeline
|
|
78232
78233
|
}
|
|
78233
78234
|
|
|
78234
|
-
;//
|
|
78235
|
+
;// ./node_modules/@mdx-js/mdx/lib/compile.js
|
|
78235
78236
|
/**
|
|
78236
78237
|
* @typedef {import('vfile').VFile} VFile
|
|
78237
78238
|
* @typedef {import('vfile').Compatible} Compatible
|
|
@@ -78291,7 +78292,7 @@ function compileSync(vfileCompatible, compileOptions) {
|
|
|
78291
78292
|
return core_createProcessor(options).processSync(file)
|
|
78292
78293
|
}
|
|
78293
78294
|
|
|
78294
|
-
;//
|
|
78295
|
+
;// ./node_modules/estree-util-value-to-estree/node_modules/is-plain-obj/index.js
|
|
78295
78296
|
function is_plain_obj_isPlainObject(value) {
|
|
78296
78297
|
if (typeof value !== 'object' || value === null) {
|
|
78297
78298
|
return false;
|
|
@@ -78301,7 +78302,7 @@ function is_plain_obj_isPlainObject(value) {
|
|
|
78301
78302
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
78302
78303
|
}
|
|
78303
78304
|
|
|
78304
|
-
;//
|
|
78305
|
+
;// ./node_modules/estree-util-value-to-estree/dist/estree-util-value-to-estree.js
|
|
78305
78306
|
|
|
78306
78307
|
/**
|
|
78307
78308
|
* Create an ESTree identifier node for a given name.
|
|
@@ -78812,7 +78813,7 @@ function valueToEstree(value, options = {}) {
|
|
|
78812
78813
|
};
|
|
78813
78814
|
}
|
|
78814
78815
|
//# sourceMappingURL=estree-util-value-to-estree.js.map
|
|
78815
|
-
;//
|
|
78816
|
+
;// ./node_modules/hast-util-parse-selector/lib/index.js
|
|
78816
78817
|
/**
|
|
78817
78818
|
* @typedef {import('hast').Element} Element
|
|
78818
78819
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -78901,7 +78902,7 @@ function parseSelector(selector, defaultTagName) {
|
|
|
78901
78902
|
}
|
|
78902
78903
|
}
|
|
78903
78904
|
|
|
78904
|
-
;//
|
|
78905
|
+
;// ./node_modules/hastscript/lib/create-h.js
|
|
78905
78906
|
/**
|
|
78906
78907
|
* @typedef {import('hast').Element} Element
|
|
78907
78908
|
* @typedef {import('hast').Nodes} Nodes
|
|
@@ -79260,7 +79261,7 @@ function createAdjustMap(values) {
|
|
|
79260
79261
|
return result
|
|
79261
79262
|
}
|
|
79262
79263
|
|
|
79263
|
-
;//
|
|
79264
|
+
;// ./node_modules/hastscript/lib/svg-case-sensitive-tag-names.js
|
|
79264
79265
|
const svgCaseSensitiveTagNames = [
|
|
79265
79266
|
'altGlyph',
|
|
79266
79267
|
'altGlyphDef',
|
|
@@ -79303,7 +79304,7 @@ const svgCaseSensitiveTagNames = [
|
|
|
79303
79304
|
'textPath'
|
|
79304
79305
|
]
|
|
79305
79306
|
|
|
79306
|
-
;//
|
|
79307
|
+
;// ./node_modules/hastscript/lib/index.js
|
|
79307
79308
|
/**
|
|
79308
79309
|
* @typedef {import('./create-h.js').Child} Child
|
|
79309
79310
|
* Acceptable child value.
|
|
@@ -79341,7 +79342,7 @@ const h = createH(property_information_html, 'div')
|
|
|
79341
79342
|
/** @type {ReturnType<createH>} */
|
|
79342
79343
|
const s = createH(property_information_svg, 'g', svgCaseSensitiveTagNames)
|
|
79343
79344
|
|
|
79344
|
-
;//
|
|
79345
|
+
;// ./processor/plugin/toc.ts
|
|
79345
79346
|
|
|
79346
79347
|
|
|
79347
79348
|
|
|
@@ -79416,7 +79417,7 @@ const tocToMdx = (toc, components) => {
|
|
|
79416
79417
|
return lib_mdx(tocHast, { hast: true });
|
|
79417
79418
|
};
|
|
79418
79419
|
|
|
79419
|
-
;//
|
|
79420
|
+
;// ./errors/mdx-syntax-error.ts
|
|
79420
79421
|
class MdxSyntaxError extends SyntaxError {
|
|
79421
79422
|
constructor(error, doc) {
|
|
79422
79423
|
const { message, line, column, url } = error;
|
|
@@ -79436,7 +79437,7 @@ class MdxSyntaxError extends SyntaxError {
|
|
|
79436
79437
|
}
|
|
79437
79438
|
}
|
|
79438
79439
|
|
|
79439
|
-
;//
|
|
79440
|
+
;// ./lib/compile.ts
|
|
79440
79441
|
var compile_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
79441
79442
|
var t = {};
|
|
79442
79443
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -79474,7 +79475,7 @@ const compile_compile = (text, _a = {}) => {
|
|
|
79474
79475
|
};
|
|
79475
79476
|
/* harmony default export */ const lib_compile = (compile_compile);
|
|
79476
79477
|
|
|
79477
|
-
;//
|
|
79478
|
+
;// ./lib/hast.ts
|
|
79478
79479
|
|
|
79479
79480
|
|
|
79480
79481
|
|
|
@@ -79489,7 +79490,193 @@ const hast = (text, opts = {}) => {
|
|
|
79489
79490
|
};
|
|
79490
79491
|
/* harmony default export */ const lib_hast = (hast);
|
|
79491
79492
|
|
|
79492
|
-
;//
|
|
79493
|
+
;// external "@readme/markdown-legacy"
|
|
79494
|
+
const markdown_legacy_namespaceObject = require("@readme/markdown-legacy");
|
|
79495
|
+
;// ./processor/migration/emphasis.ts
|
|
79496
|
+
|
|
79497
|
+
const emphasis_strongTest = (node) => ['emphasis', 'strong'].includes(node.type);
|
|
79498
|
+
const addSpaceBefore = (index, parent) => {
|
|
79499
|
+
if (!(index > 0 && parent.children[index - 1]))
|
|
79500
|
+
return;
|
|
79501
|
+
const prev = parent.children[index - 1];
|
|
79502
|
+
// @ts-ignore - I think this is also a dependency versioning issue
|
|
79503
|
+
if (!('value' in prev) || prev.value.endsWith(' ') || prev.type === 'escape')
|
|
79504
|
+
return;
|
|
79505
|
+
parent.children.splice(index, 0, { type: 'text', value: ' ' });
|
|
79506
|
+
};
|
|
79507
|
+
const addSpaceAfter = (index, parent) => {
|
|
79508
|
+
if (!(index < parent.children.length - 1 && parent.children[index + 1]))
|
|
79509
|
+
return;
|
|
79510
|
+
const nextChild = parent.children[index + 1];
|
|
79511
|
+
if (!('value' in nextChild) || nextChild.value.startsWith(' '))
|
|
79512
|
+
return;
|
|
79513
|
+
parent.children.splice(index + 1, 0, { type: 'text', value: ' ' });
|
|
79514
|
+
};
|
|
79515
|
+
const trimEmphasis = (node, index, parent) => {
|
|
79516
|
+
let trimmed = false;
|
|
79517
|
+
visit(node, 'text', (child) => {
|
|
79518
|
+
const newValue = child.value.trimStart();
|
|
79519
|
+
if (newValue !== child.value) {
|
|
79520
|
+
trimmed = true;
|
|
79521
|
+
child.value = newValue;
|
|
79522
|
+
}
|
|
79523
|
+
return EXIT;
|
|
79524
|
+
});
|
|
79525
|
+
visit(node, 'text', (child) => {
|
|
79526
|
+
const newValue = child.value.trimEnd();
|
|
79527
|
+
if (newValue !== child.value) {
|
|
79528
|
+
trimmed = true;
|
|
79529
|
+
child.value = newValue;
|
|
79530
|
+
}
|
|
79531
|
+
return EXIT;
|
|
79532
|
+
}, true);
|
|
79533
|
+
if (trimmed) {
|
|
79534
|
+
addSpaceBefore(index, parent);
|
|
79535
|
+
addSpaceAfter(index, parent);
|
|
79536
|
+
}
|
|
79537
|
+
};
|
|
79538
|
+
const emphasisTransfomer = () => (tree) => {
|
|
79539
|
+
visit(tree, emphasis_strongTest, trimEmphasis);
|
|
79540
|
+
return tree;
|
|
79541
|
+
};
|
|
79542
|
+
/* harmony default export */ const migration_emphasis = (emphasisTransfomer);
|
|
79543
|
+
|
|
79544
|
+
;// ./processor/migration/images.ts
|
|
79545
|
+
|
|
79546
|
+
const images_imageTransformer = () => tree => {
|
|
79547
|
+
visit(tree, 'image', (image) => {
|
|
79548
|
+
var _a, _b;
|
|
79549
|
+
if (((_b = (_a = image.data) === null || _a === void 0 ? void 0 : _a.hProperties) === null || _b === void 0 ? void 0 : _b.className) === 'border') {
|
|
79550
|
+
image.data.hProperties.border = true;
|
|
79551
|
+
}
|
|
79552
|
+
});
|
|
79553
|
+
};
|
|
79554
|
+
/* harmony default export */ const migration_images = (images_imageTransformer);
|
|
79555
|
+
|
|
79556
|
+
;// ./processor/migration/linkReference.ts
|
|
79557
|
+
|
|
79558
|
+
const linkReferenceTransformer = () => (tree) => {
|
|
79559
|
+
visit(tree, 'linkReference', (node, index, parent) => {
|
|
79560
|
+
const definitions = {};
|
|
79561
|
+
visit(tree, 'definition', (def) => {
|
|
79562
|
+
definitions[def.identifier] = def;
|
|
79563
|
+
});
|
|
79564
|
+
if (node.label === node.identifier && parent) {
|
|
79565
|
+
if (!(node.identifier in definitions)) {
|
|
79566
|
+
parent.children[index] = {
|
|
79567
|
+
type: 'text',
|
|
79568
|
+
value: `[${node.label}]`,
|
|
79569
|
+
position: node.position,
|
|
79570
|
+
};
|
|
79571
|
+
}
|
|
79572
|
+
}
|
|
79573
|
+
});
|
|
79574
|
+
return tree;
|
|
79575
|
+
};
|
|
79576
|
+
/* harmony default export */ const migration_linkReference = (linkReferenceTransformer);
|
|
79577
|
+
|
|
79578
|
+
;// ./processor/migration/table-cell.ts
|
|
79579
|
+
|
|
79580
|
+
|
|
79581
|
+
const magicIndex = (i, j) => `${i === 0 ? 'h' : `${i - 1}`}-${j}`;
|
|
79582
|
+
// @note: This regex is detect malformed lists that were created by the
|
|
79583
|
+
// markdown editor. Consider the following markdown:
|
|
79584
|
+
//
|
|
79585
|
+
// ```
|
|
79586
|
+
// * item 1
|
|
79587
|
+
// * item 2
|
|
79588
|
+
// * item 3
|
|
79589
|
+
// ```
|
|
79590
|
+
//
|
|
79591
|
+
// This is a perfectly valid list. But when you put that text into a table
|
|
79592
|
+
// cell, the editor does **bad** things. After a save and load cycle, it gets
|
|
79593
|
+
// converted to this:
|
|
79594
|
+
//
|
|
79595
|
+
// ```
|
|
79596
|
+
// \_ item 1
|
|
79597
|
+
// \_ item 2
|
|
79598
|
+
// \* item 3
|
|
79599
|
+
// ```
|
|
79600
|
+
//
|
|
79601
|
+
// The following regex attempts to detect this pattern, and we'll convert it to
|
|
79602
|
+
// something more standard.
|
|
79603
|
+
const psuedoListRegex = /^(?![ \t]*([*_]+).*\1[ \t]*$)(?<ws>[ \t]*)\\?([*_])\s*(?<item>.*)$/gm;
|
|
79604
|
+
const migrateTableCells = (vfile) => (table) => {
|
|
79605
|
+
let json;
|
|
79606
|
+
try {
|
|
79607
|
+
const { position } = table;
|
|
79608
|
+
if (position) {
|
|
79609
|
+
json = JSON.parse(vfile
|
|
79610
|
+
.toString()
|
|
79611
|
+
.slice(position.start.offset, position.end.offset)
|
|
79612
|
+
.replace(/.*\[block:parameters\](.*)\[\/block\].*/s, '$1'));
|
|
79613
|
+
}
|
|
79614
|
+
}
|
|
79615
|
+
catch (err) {
|
|
79616
|
+
/**
|
|
79617
|
+
* This failure case is already handled by the following logic. Plus,
|
|
79618
|
+
* because it's being handled internally, there's no way for our
|
|
79619
|
+
* migration script to catch the error or keep track of it, and it just
|
|
79620
|
+
* ends up blowing up the output logs.
|
|
79621
|
+
*/
|
|
79622
|
+
// console.error(err);
|
|
79623
|
+
}
|
|
79624
|
+
visit(table, 'tableRow', (row, i) => {
|
|
79625
|
+
visit(row, 'tableCell', (cell, j) => {
|
|
79626
|
+
let children = cell.children;
|
|
79627
|
+
if (json && json.data[magicIndex(i, j)]) {
|
|
79628
|
+
const string = json.data[magicIndex(i, j)].replace(psuedoListRegex, '$<ws>- $<item>');
|
|
79629
|
+
children = markdown_legacy_namespaceObject.mdast(string).children;
|
|
79630
|
+
}
|
|
79631
|
+
// eslint-disable-next-line no-param-reassign
|
|
79632
|
+
cell.children = children.length > 1 ? children : [{ type: 'paragraph', children }];
|
|
79633
|
+
return SKIP;
|
|
79634
|
+
});
|
|
79635
|
+
return SKIP;
|
|
79636
|
+
});
|
|
79637
|
+
visit(table, 'inlineCode', (code) => {
|
|
79638
|
+
if (code.value.includes('\n')) {
|
|
79639
|
+
// eslint-disable-next-line no-param-reassign
|
|
79640
|
+
code.type = 'code';
|
|
79641
|
+
}
|
|
79642
|
+
});
|
|
79643
|
+
};
|
|
79644
|
+
const tableCellTransformer = () => (tree, vfile) => {
|
|
79645
|
+
visit(tree, 'table', migrateTableCells(vfile));
|
|
79646
|
+
return tree;
|
|
79647
|
+
};
|
|
79648
|
+
/* harmony default export */ const table_cell = (tableCellTransformer);
|
|
79649
|
+
|
|
79650
|
+
;// ./processor/migration/index.ts
|
|
79651
|
+
|
|
79652
|
+
|
|
79653
|
+
|
|
79654
|
+
|
|
79655
|
+
const transformers = [
|
|
79656
|
+
migration_emphasis,
|
|
79657
|
+
migration_images,
|
|
79658
|
+
migration_linkReference,
|
|
79659
|
+
table_cell,
|
|
79660
|
+
];
|
|
79661
|
+
/* harmony default export */ const migration = (transformers);
|
|
79662
|
+
|
|
79663
|
+
;// ./lib/mdastV6.ts
|
|
79664
|
+
|
|
79665
|
+
|
|
79666
|
+
const migrationNormalize = (doc) => {
|
|
79667
|
+
return doc.replaceAll(/^(<!--.*?)\\-->$/gms, '$1-->');
|
|
79668
|
+
};
|
|
79669
|
+
const mdastV6 = (doc) => {
|
|
79670
|
+
const [_normalizedDoc] = markdown_legacy_namespaceObject.setup(doc);
|
|
79671
|
+
const normalizedDoc = migrationNormalize(_normalizedDoc);
|
|
79672
|
+
const proc = markdown_legacy_namespaceObject.processor().use(migration);
|
|
79673
|
+
const tree = proc.parse(normalizedDoc);
|
|
79674
|
+
proc.runSync(tree, normalizedDoc);
|
|
79675
|
+
return tree;
|
|
79676
|
+
};
|
|
79677
|
+
/* harmony default export */ const lib_mdastV6 = (mdastV6);
|
|
79678
|
+
|
|
79679
|
+
;// ./node_modules/hast-util-is-element/lib/index.js
|
|
79493
79680
|
/**
|
|
79494
79681
|
* @typedef {import('hast').Element} Element
|
|
79495
79682
|
* @typedef {import('hast').Parents} Parents
|
|
@@ -79769,7 +79956,7 @@ function looksLikeAnElement(value) {
|
|
|
79769
79956
|
)
|
|
79770
79957
|
}
|
|
79771
79958
|
|
|
79772
|
-
;//
|
|
79959
|
+
;// ./node_modules/hast-util-embedded/lib/index.js
|
|
79773
79960
|
|
|
79774
79961
|
|
|
79775
79962
|
/**
|
|
@@ -79804,7 +79991,7 @@ const embedded = convertElement(
|
|
|
79804
79991
|
}
|
|
79805
79992
|
)
|
|
79806
79993
|
|
|
79807
|
-
;//
|
|
79994
|
+
;// ./node_modules/rehype-minify-whitespace/lib/block.js
|
|
79808
79995
|
// See: <https://html.spec.whatwg.org/#the-css-user-agent-style-sheet-and-presentational-hints>
|
|
79809
79996
|
const block_blocks = [
|
|
79810
79997
|
'address', // Flow content.
|
|
@@ -79867,7 +80054,7 @@ const block_blocks = [
|
|
|
79867
80054
|
'xmp' // Flow content, legacy
|
|
79868
80055
|
]
|
|
79869
80056
|
|
|
79870
|
-
;//
|
|
80057
|
+
;// ./node_modules/rehype-minify-whitespace/lib/content.js
|
|
79871
80058
|
const lib_content_content = [
|
|
79872
80059
|
// Form.
|
|
79873
80060
|
'button',
|
|
@@ -79876,7 +80063,7 @@ const lib_content_content = [
|
|
|
79876
80063
|
'textarea'
|
|
79877
80064
|
]
|
|
79878
80065
|
|
|
79879
|
-
;//
|
|
80066
|
+
;// ./node_modules/rehype-minify-whitespace/lib/skippable.js
|
|
79880
80067
|
const skippable = [
|
|
79881
80068
|
'area',
|
|
79882
80069
|
'base',
|
|
@@ -79898,7 +80085,7 @@ const skippable = [
|
|
|
79898
80085
|
'title'
|
|
79899
80086
|
]
|
|
79900
80087
|
|
|
79901
|
-
;//
|
|
80088
|
+
;// ./node_modules/rehype-minify-whitespace/lib/index.js
|
|
79902
80089
|
/**
|
|
79903
80090
|
* @typedef {import('hast').Nodes} Nodes
|
|
79904
80091
|
* @typedef {import('hast').Parents} Parents
|
|
@@ -80284,7 +80471,7 @@ function inferWhiteSpace(node, state) {
|
|
|
80284
80471
|
return state.whitespace
|
|
80285
80472
|
}
|
|
80286
80473
|
|
|
80287
|
-
;//
|
|
80474
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/a.js
|
|
80288
80475
|
/**
|
|
80289
80476
|
* @typedef {import('hast').Element} Element
|
|
80290
80477
|
*
|
|
@@ -80322,7 +80509,7 @@ function a(state, node) {
|
|
|
80322
80509
|
return result
|
|
80323
80510
|
}
|
|
80324
80511
|
|
|
80325
|
-
;//
|
|
80512
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/base.js
|
|
80326
80513
|
/**
|
|
80327
80514
|
* @typedef {import('hast').Element} Element
|
|
80328
80515
|
*
|
|
@@ -80348,7 +80535,7 @@ function base(state, node) {
|
|
|
80348
80535
|
}
|
|
80349
80536
|
}
|
|
80350
80537
|
|
|
80351
|
-
;//
|
|
80538
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/blockquote.js
|
|
80352
80539
|
/**
|
|
80353
80540
|
* @typedef {import('hast').Element} Element
|
|
80354
80541
|
*
|
|
@@ -80375,7 +80562,7 @@ function handlers_blockquote_blockquote(state, node) {
|
|
|
80375
80562
|
return result
|
|
80376
80563
|
}
|
|
80377
80564
|
|
|
80378
|
-
;//
|
|
80565
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/br.js
|
|
80379
80566
|
/**
|
|
80380
80567
|
* @typedef {import('hast').Element} Element
|
|
80381
80568
|
*
|
|
@@ -80402,7 +80589,7 @@ function br(state, node) {
|
|
|
80402
80589
|
return result
|
|
80403
80590
|
}
|
|
80404
80591
|
|
|
80405
|
-
;//
|
|
80592
|
+
;// ./node_modules/unist-util-find-after/lib/index.js
|
|
80406
80593
|
/**
|
|
80407
80594
|
* @typedef {import('unist').Node} UnistNode
|
|
80408
80595
|
* @typedef {import('unist').Parent} UnistParent
|
|
@@ -80534,7 +80721,7 @@ const findAfter =
|
|
|
80534
80721
|
}
|
|
80535
80722
|
)
|
|
80536
80723
|
|
|
80537
|
-
;//
|
|
80724
|
+
;// ./node_modules/hast-util-to-text/lib/index.js
|
|
80538
80725
|
/**
|
|
80539
80726
|
* @typedef {import('hast').Comment} Comment
|
|
80540
80727
|
* @typedef {import('hast').Element} Element
|
|
@@ -81169,7 +81356,7 @@ function closedDialog(node) {
|
|
|
81169
81356
|
return node.tagName === 'dialog' && !(node.properties || {}).open
|
|
81170
81357
|
}
|
|
81171
81358
|
|
|
81172
|
-
;//
|
|
81359
|
+
;// ./node_modules/trim-trailing-lines/index.js
|
|
81173
81360
|
/**
|
|
81174
81361
|
* Remove final line endings from `value`
|
|
81175
81362
|
*
|
|
@@ -81194,7 +81381,7 @@ function trimTrailingLines(value) {
|
|
|
81194
81381
|
return input.slice(0, end)
|
|
81195
81382
|
}
|
|
81196
81383
|
|
|
81197
|
-
;//
|
|
81384
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/code.js
|
|
81198
81385
|
/**
|
|
81199
81386
|
* @typedef {import('hast').Element} Element
|
|
81200
81387
|
*
|
|
@@ -81263,7 +81450,7 @@ function handlers_code_code(state, node) {
|
|
|
81263
81450
|
return result
|
|
81264
81451
|
}
|
|
81265
81452
|
|
|
81266
|
-
;//
|
|
81453
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/comment.js
|
|
81267
81454
|
/**
|
|
81268
81455
|
* @typedef {import('hast').Comment} Comment
|
|
81269
81456
|
*
|
|
@@ -81293,7 +81480,7 @@ function comment_comment(state, node) {
|
|
|
81293
81480
|
return result
|
|
81294
81481
|
}
|
|
81295
81482
|
|
|
81296
|
-
;//
|
|
81483
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/del.js
|
|
81297
81484
|
/**
|
|
81298
81485
|
* @typedef {import('hast').Element} Element
|
|
81299
81486
|
*
|
|
@@ -81324,7 +81511,7 @@ function del(state, node) {
|
|
|
81324
81511
|
return result
|
|
81325
81512
|
}
|
|
81326
81513
|
|
|
81327
|
-
;//
|
|
81514
|
+
;// ./node_modules/hast-util-to-mdast/lib/util/list-items-spread.js
|
|
81328
81515
|
/**
|
|
81329
81516
|
* @typedef {import('mdast').ListContent} ListContent
|
|
81330
81517
|
*/
|
|
@@ -81354,7 +81541,7 @@ function listItemsSpread(children) {
|
|
|
81354
81541
|
return false
|
|
81355
81542
|
}
|
|
81356
81543
|
|
|
81357
|
-
;//
|
|
81544
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/dl.js
|
|
81358
81545
|
/**
|
|
81359
81546
|
* @typedef {import('hast').Element} Element
|
|
81360
81547
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -81508,7 +81695,7 @@ function dl_create() {
|
|
|
81508
81695
|
return {type: 'listItem', spread: false, checked: null, children: []}
|
|
81509
81696
|
}
|
|
81510
81697
|
|
|
81511
|
-
;//
|
|
81698
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/em.js
|
|
81512
81699
|
/**
|
|
81513
81700
|
* @typedef {import('hast').Element} Element
|
|
81514
81701
|
*
|
|
@@ -81540,7 +81727,7 @@ function em(state, node) {
|
|
|
81540
81727
|
return result
|
|
81541
81728
|
}
|
|
81542
81729
|
|
|
81543
|
-
;//
|
|
81730
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/heading.js
|
|
81544
81731
|
/**
|
|
81545
81732
|
* @typedef {import('hast').Element} Element
|
|
81546
81733
|
*
|
|
@@ -81574,7 +81761,7 @@ function handlers_heading_heading(state, node) {
|
|
|
81574
81761
|
return result
|
|
81575
81762
|
}
|
|
81576
81763
|
|
|
81577
|
-
;//
|
|
81764
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/hr.js
|
|
81578
81765
|
/**
|
|
81579
81766
|
* @typedef {import('hast').Element} Element
|
|
81580
81767
|
*
|
|
@@ -81601,7 +81788,7 @@ function hr(state, node) {
|
|
|
81601
81788
|
return result
|
|
81602
81789
|
}
|
|
81603
81790
|
|
|
81604
|
-
;//
|
|
81791
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/iframe.js
|
|
81605
81792
|
/**
|
|
81606
81793
|
* @typedef {import('hast').Element} Element
|
|
81607
81794
|
*
|
|
@@ -81643,7 +81830,7 @@ function iframe(state, node) {
|
|
|
81643
81830
|
}
|
|
81644
81831
|
}
|
|
81645
81832
|
|
|
81646
|
-
;//
|
|
81833
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/img.js
|
|
81647
81834
|
/**
|
|
81648
81835
|
* @typedef {import('hast').Element} Element
|
|
81649
81836
|
*
|
|
@@ -81677,7 +81864,7 @@ function img(state, node) {
|
|
|
81677
81864
|
return result
|
|
81678
81865
|
}
|
|
81679
81866
|
|
|
81680
|
-
;//
|
|
81867
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/inline-code.js
|
|
81681
81868
|
/**
|
|
81682
81869
|
* @typedef {import('hast').Element} Element
|
|
81683
81870
|
*
|
|
@@ -81703,7 +81890,7 @@ function handlers_inline_code_inlineCode(state, node) {
|
|
|
81703
81890
|
return result
|
|
81704
81891
|
}
|
|
81705
81892
|
|
|
81706
|
-
;//
|
|
81893
|
+
;// ./node_modules/hast-util-to-mdast/lib/util/find-selected-options.js
|
|
81707
81894
|
/**
|
|
81708
81895
|
* @typedef {import('hast').Element} Element
|
|
81709
81896
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -81798,7 +81985,7 @@ function findOptions(node) {
|
|
|
81798
81985
|
return results
|
|
81799
81986
|
}
|
|
81800
81987
|
|
|
81801
|
-
;//
|
|
81988
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/input.js
|
|
81802
81989
|
/**
|
|
81803
81990
|
* @typedef {import('hast').Element} Element
|
|
81804
81991
|
*
|
|
@@ -81941,7 +82128,7 @@ function input(state, node) {
|
|
|
81941
82128
|
return result
|
|
81942
82129
|
}
|
|
81943
82130
|
|
|
81944
|
-
;//
|
|
82131
|
+
;// ./node_modules/hast-util-has-property/lib/index.js
|
|
81945
82132
|
/**
|
|
81946
82133
|
* @typedef {import('hast').Element} Element
|
|
81947
82134
|
* @typedef {import('hast').Nodes} Nodes
|
|
@@ -81972,7 +82159,7 @@ function hasProperty(node, name) {
|
|
|
81972
82159
|
return value !== null && value !== undefined && value !== false
|
|
81973
82160
|
}
|
|
81974
82161
|
|
|
81975
|
-
;//
|
|
82162
|
+
;// ./node_modules/hast-util-is-body-ok-link/lib/index.js
|
|
81976
82163
|
/**
|
|
81977
82164
|
* @typedef {import('hast').Nodes} Nodes
|
|
81978
82165
|
*/
|
|
@@ -82012,7 +82199,7 @@ function isBodyOkLink(node) {
|
|
|
82012
82199
|
return true
|
|
82013
82200
|
}
|
|
82014
82201
|
|
|
82015
|
-
;//
|
|
82202
|
+
;// ./node_modules/hast-util-phrasing/lib/index.js
|
|
82016
82203
|
/**
|
|
82017
82204
|
* @typedef {import('hast').Nodes} Nodes
|
|
82018
82205
|
*/
|
|
@@ -82092,7 +82279,7 @@ function lib_phrasing(value) {
|
|
|
82092
82279
|
)
|
|
82093
82280
|
}
|
|
82094
82281
|
|
|
82095
|
-
;//
|
|
82282
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/li.js
|
|
82096
82283
|
/**
|
|
82097
82284
|
* @typedef {import('hast').Element} Element
|
|
82098
82285
|
*
|
|
@@ -82243,7 +82430,7 @@ function extractLeadingCheckbox(node) {
|
|
|
82243
82430
|
return {checkbox: undefined, rest: node}
|
|
82244
82431
|
}
|
|
82245
82432
|
|
|
82246
|
-
;//
|
|
82433
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/list.js
|
|
82247
82434
|
/**
|
|
82248
82435
|
* @typedef {import('hast').Element} Element
|
|
82249
82436
|
*
|
|
@@ -82296,7 +82483,7 @@ function list_create() {
|
|
|
82296
82483
|
return {type: 'listItem', spread: false, checked: null, children: []}
|
|
82297
82484
|
}
|
|
82298
82485
|
|
|
82299
|
-
;//
|
|
82486
|
+
;// ./node_modules/hast-util-to-mdast/lib/util/wrap.js
|
|
82300
82487
|
/**
|
|
82301
82488
|
* @typedef {import('mdast').BlockContent} BlockContent
|
|
82302
82489
|
* @typedef {import('mdast').Delete} Delete
|
|
@@ -82519,7 +82706,7 @@ function cloneWithoutChildren(node) {
|
|
|
82519
82706
|
return esm({...node, children: []})
|
|
82520
82707
|
}
|
|
82521
82708
|
|
|
82522
|
-
;//
|
|
82709
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/media.js
|
|
82523
82710
|
/**
|
|
82524
82711
|
* @typedef {import('hast').Element} Element
|
|
82525
82712
|
*
|
|
@@ -82609,7 +82796,7 @@ function media(state, node) {
|
|
|
82609
82796
|
return result
|
|
82610
82797
|
}
|
|
82611
82798
|
|
|
82612
|
-
;//
|
|
82799
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/p.js
|
|
82613
82800
|
/**
|
|
82614
82801
|
* @typedef {import('hast').Element} Element
|
|
82615
82802
|
*
|
|
@@ -82643,7 +82830,7 @@ function p_p(state, node) {
|
|
|
82643
82830
|
}
|
|
82644
82831
|
}
|
|
82645
82832
|
|
|
82646
|
-
;//
|
|
82833
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/q.js
|
|
82647
82834
|
/**
|
|
82648
82835
|
* @typedef {import('hast').Element} Element
|
|
82649
82836
|
*
|
|
@@ -82690,7 +82877,7 @@ function q(state, node) {
|
|
|
82690
82877
|
return contents
|
|
82691
82878
|
}
|
|
82692
82879
|
|
|
82693
|
-
;//
|
|
82880
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/root.js
|
|
82694
82881
|
/**
|
|
82695
82882
|
* @typedef {import('hast').Root} HastRoot
|
|
82696
82883
|
*
|
|
@@ -82722,7 +82909,7 @@ function lib_handlers_root_root(state, node) {
|
|
|
82722
82909
|
return result
|
|
82723
82910
|
}
|
|
82724
82911
|
|
|
82725
|
-
;//
|
|
82912
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/select.js
|
|
82726
82913
|
/**
|
|
82727
82914
|
* @typedef {import('hast').Element} Element
|
|
82728
82915
|
*
|
|
@@ -82760,7 +82947,7 @@ function select_select(state, node) {
|
|
|
82760
82947
|
}
|
|
82761
82948
|
}
|
|
82762
82949
|
|
|
82763
|
-
;//
|
|
82950
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/strong.js
|
|
82764
82951
|
/**
|
|
82765
82952
|
* @typedef {import('hast').Element} Element
|
|
82766
82953
|
*
|
|
@@ -82792,7 +82979,7 @@ function handlers_strong_strong(state, node) {
|
|
|
82792
82979
|
return result
|
|
82793
82980
|
}
|
|
82794
82981
|
|
|
82795
|
-
;//
|
|
82982
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/table-cell.js
|
|
82796
82983
|
/**
|
|
82797
82984
|
* @typedef {import('hast').Element} Element
|
|
82798
82985
|
*
|
|
@@ -82838,7 +83025,7 @@ function table_cell_tableCell(state, node) {
|
|
|
82838
83025
|
return result
|
|
82839
83026
|
}
|
|
82840
83027
|
|
|
82841
|
-
;//
|
|
83028
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/table-row.js
|
|
82842
83029
|
/**
|
|
82843
83030
|
* @typedef {import('hast').Element} Element
|
|
82844
83031
|
*
|
|
@@ -82875,7 +83062,7 @@ function table_row_create() {
|
|
|
82875
83062
|
return {type: 'tableCell', children: []}
|
|
82876
83063
|
}
|
|
82877
83064
|
|
|
82878
|
-
;//
|
|
83065
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/table.js
|
|
82879
83066
|
/**
|
|
82880
83067
|
* @typedef {import('hast').Element} Element
|
|
82881
83068
|
*
|
|
@@ -83084,7 +83271,7 @@ function createRow() {
|
|
|
83084
83271
|
return {type: 'tableRow', children: []}
|
|
83085
83272
|
}
|
|
83086
83273
|
|
|
83087
|
-
;//
|
|
83274
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/text.js
|
|
83088
83275
|
/**
|
|
83089
83276
|
* @typedef {import('hast').Text} HastText
|
|
83090
83277
|
*
|
|
@@ -83111,7 +83298,7 @@ function hast_util_to_mdast_lib_handlers_text_text(state, node) {
|
|
|
83111
83298
|
return result
|
|
83112
83299
|
}
|
|
83113
83300
|
|
|
83114
|
-
;//
|
|
83301
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/textarea.js
|
|
83115
83302
|
/**
|
|
83116
83303
|
* @typedef {import('hast').Element} Element
|
|
83117
83304
|
*
|
|
@@ -83137,7 +83324,7 @@ function textarea_textarea(state, node) {
|
|
|
83137
83324
|
return result
|
|
83138
83325
|
}
|
|
83139
83326
|
|
|
83140
|
-
;//
|
|
83327
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/wbr.js
|
|
83141
83328
|
/**
|
|
83142
83329
|
* @typedef {import('hast').Element} Element
|
|
83143
83330
|
*
|
|
@@ -83164,7 +83351,7 @@ function wbr(state, node) {
|
|
|
83164
83351
|
return result
|
|
83165
83352
|
}
|
|
83166
83353
|
|
|
83167
|
-
;//
|
|
83354
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/index.js
|
|
83168
83355
|
/**
|
|
83169
83356
|
* @typedef {import('hast').Parents} Parents
|
|
83170
83357
|
*
|
|
@@ -83400,7 +83587,7 @@ function handlers_flow(state, node) {
|
|
|
83400
83587
|
*/
|
|
83401
83588
|
function lib_handlers_ignore() {}
|
|
83402
83589
|
|
|
83403
|
-
;//
|
|
83590
|
+
;// ./node_modules/hast-util-to-mdast/lib/state.js
|
|
83404
83591
|
/**
|
|
83405
83592
|
* @typedef {import('hast').Element} Element
|
|
83406
83593
|
* @typedef {import('hast').Nodes} Nodes
|
|
@@ -83805,7 +83992,7 @@ function toSpecificContent(nodes, build) {
|
|
|
83805
83992
|
}
|
|
83806
83993
|
}
|
|
83807
83994
|
|
|
83808
|
-
;//
|
|
83995
|
+
;// ./node_modules/hast-util-to-mdast/lib/index.js
|
|
83809
83996
|
/**
|
|
83810
83997
|
* @typedef {import('hast').Nodes} Nodes
|
|
83811
83998
|
*
|
|
@@ -83921,7 +84108,7 @@ function toMdast(tree, options) {
|
|
|
83921
84108
|
return mdast
|
|
83922
84109
|
}
|
|
83923
84110
|
|
|
83924
|
-
;//
|
|
84111
|
+
;// ./node_modules/rehype-remark/lib/index.js
|
|
83925
84112
|
/**
|
|
83926
84113
|
* @typedef {import('hast').Root} HastRoot
|
|
83927
84114
|
* @typedef {import('hast-util-to-mdast').Options} Options
|
|
@@ -84009,7 +84196,7 @@ function rehypeRemark(destination, options) {
|
|
|
84009
84196
|
}
|
|
84010
84197
|
}
|
|
84011
84198
|
|
|
84012
|
-
;//
|
|
84199
|
+
;// ./processor/compile/callout.ts
|
|
84013
84200
|
|
|
84014
84201
|
const callout = (node, _, state, info) => {
|
|
84015
84202
|
const exit = state.enter(NodeTypes.callout);
|
|
@@ -84029,7 +84216,7 @@ const callout = (node, _, state, info) => {
|
|
|
84029
84216
|
};
|
|
84030
84217
|
/* harmony default export */ const compile_callout = (callout);
|
|
84031
84218
|
|
|
84032
|
-
;//
|
|
84219
|
+
;// ./processor/compile/code-tabs.ts
|
|
84033
84220
|
|
|
84034
84221
|
const codeTabs = (node, _, state, info) => {
|
|
84035
84222
|
const exit = state.enter(NodeTypes.codeTabs);
|
|
@@ -84042,7 +84229,7 @@ const codeTabs = (node, _, state, info) => {
|
|
|
84042
84229
|
};
|
|
84043
84230
|
/* harmony default export */ const compile_code_tabs = (codeTabs);
|
|
84044
84231
|
|
|
84045
|
-
;//
|
|
84232
|
+
;// ./processor/compile/embed.ts
|
|
84046
84233
|
|
|
84047
84234
|
const embed_embed = (node) => {
|
|
84048
84235
|
const attributes = formatHProps(node);
|
|
@@ -84055,11 +84242,11 @@ const embed_embed = (node) => {
|
|
|
84055
84242
|
};
|
|
84056
84243
|
/* harmony default export */ const compile_embed = (embed_embed);
|
|
84057
84244
|
|
|
84058
|
-
;//
|
|
84245
|
+
;// ./processor/compile/gemoji.ts
|
|
84059
84246
|
const gemoji_gemoji = (node) => `:${node.name}:`;
|
|
84060
84247
|
/* harmony default export */ const compile_gemoji = (gemoji_gemoji);
|
|
84061
84248
|
|
|
84062
|
-
;//
|
|
84249
|
+
;// ./processor/compile/html-block.ts
|
|
84063
84250
|
|
|
84064
84251
|
const htmlBlock = (node) => {
|
|
84065
84252
|
const { runScripts, html } = getHProps(node);
|
|
@@ -84069,7 +84256,7 @@ ${reformatHTML(html)}
|
|
|
84069
84256
|
};
|
|
84070
84257
|
/* harmony default export */ const html_block = (htmlBlock);
|
|
84071
84258
|
|
|
84072
|
-
;//
|
|
84259
|
+
;// ./processor/compile/compatibility.ts
|
|
84073
84260
|
var compatibility_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
84074
84261
|
var t = {};
|
|
84075
84262
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -84140,7 +84327,7 @@ const compatibility = (node) => {
|
|
|
84140
84327
|
};
|
|
84141
84328
|
/* harmony default export */ const compile_compatibility = (compatibility);
|
|
84142
84329
|
|
|
84143
|
-
;//
|
|
84330
|
+
;// ./processor/compile/variable.ts
|
|
84144
84331
|
const variable = (node) => {
|
|
84145
84332
|
// @note: coming from RDMD, it's set as `variable`. But when mdx is parsed,
|
|
84146
84333
|
// it's set as `name`
|
|
@@ -84149,7 +84336,7 @@ const variable = (node) => {
|
|
|
84149
84336
|
};
|
|
84150
84337
|
/* harmony default export */ const compile_variable = (variable);
|
|
84151
84338
|
|
|
84152
|
-
;//
|
|
84339
|
+
;// ./processor/compile/index.ts
|
|
84153
84340
|
|
|
84154
84341
|
|
|
84155
84342
|
|
|
@@ -84181,7 +84368,7 @@ function compilers() {
|
|
|
84181
84368
|
}
|
|
84182
84369
|
/* harmony default export */ const processor_compile = (compilers);
|
|
84183
84370
|
|
|
84184
|
-
;//
|
|
84371
|
+
;// ./lib/mdx.ts
|
|
84185
84372
|
var mdx_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
84186
84373
|
var t = {};
|
|
84187
84374
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -84216,7 +84403,7 @@ const mdx_mdx = (tree, _a = {}) => {
|
|
|
84216
84403
|
};
|
|
84217
84404
|
/* harmony default export */ const lib_mdx = (mdx_mdx);
|
|
84218
84405
|
|
|
84219
|
-
;//
|
|
84406
|
+
;// ./lib/plain.ts
|
|
84220
84407
|
|
|
84221
84408
|
const STRIP_TAGS = ['script', 'style'];
|
|
84222
84409
|
function plain_one(node, opts) {
|
|
@@ -84274,7 +84461,7 @@ const plain = (node, opts = {}) => {
|
|
|
84274
84461
|
// EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js
|
|
84275
84462
|
var jsx_runtime = __webpack_require__(4848);
|
|
84276
84463
|
var jsx_runtime_namespaceObject = /*#__PURE__*/__webpack_require__.t(jsx_runtime, 2);
|
|
84277
|
-
;//
|
|
84464
|
+
;// ./node_modules/@mdx-js/mdx/lib/run.js
|
|
84278
84465
|
/**
|
|
84279
84466
|
* @typedef {import('mdx/types.js').MDXModule} MDXModule
|
|
84280
84467
|
*
|
|
@@ -84324,7 +84511,7 @@ function runSync(code, options) {
|
|
|
84324
84511
|
// EXTERNAL MODULE: ./node_modules/@readme/variable/dist/index.js
|
|
84325
84512
|
var dist = __webpack_require__(4355);
|
|
84326
84513
|
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
|
84327
|
-
;//
|
|
84514
|
+
;// ./contexts/index.tsx
|
|
84328
84515
|
|
|
84329
84516
|
|
|
84330
84517
|
|
|
@@ -84339,7 +84526,7 @@ const Contexts = ({ children, terms = [], variables = { user: {}, defaults: [] }
|
|
|
84339
84526
|
};
|
|
84340
84527
|
/* harmony default export */ const contexts = (Contexts);
|
|
84341
84528
|
|
|
84342
|
-
;//
|
|
84529
|
+
;// ./lib/run.tsx
|
|
84343
84530
|
var run_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
84344
84531
|
var t = {};
|
|
84345
84532
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -84388,7 +84575,7 @@ const run_run = async (string, _opts = {}) => {
|
|
|
84388
84575
|
};
|
|
84389
84576
|
/* harmony default export */ const lib_run = (run_run);
|
|
84390
84577
|
|
|
84391
|
-
;//
|
|
84578
|
+
;// ./lib/tags.ts
|
|
84392
84579
|
|
|
84393
84580
|
|
|
84394
84581
|
|
|
@@ -84403,7 +84590,8 @@ const tags = (doc) => {
|
|
|
84403
84590
|
};
|
|
84404
84591
|
/* harmony default export */ const lib_tags = (tags);
|
|
84405
84592
|
|
|
84406
|
-
;//
|
|
84593
|
+
;// ./lib/index.ts
|
|
84594
|
+
|
|
84407
84595
|
|
|
84408
84596
|
|
|
84409
84597
|
|
|
@@ -84414,7 +84602,7 @@ const tags = (doc) => {
|
|
|
84414
84602
|
|
|
84415
84603
|
|
|
84416
84604
|
|
|
84417
|
-
;//
|
|
84605
|
+
;// ./index.tsx
|
|
84418
84606
|
|
|
84419
84607
|
|
|
84420
84608
|
|