@readme/markdown 7.7.2 → 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/components/Code/style.scss +1 -1
- package/components/CodeTabs/index.tsx +10 -9
- 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.css +1 -1
- package/dist/main.js +684 -480
- package/dist/main.node.js +646 -457
- 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,23 +8219,24 @@ 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;
|
|
8225
|
-
if (typeof window !== 'undefined') {
|
|
8226
|
-
__webpack_require__.e(/* import() */ 486).then(__webpack_require__.bind(__webpack_require__, 5486)).then(module => {
|
|
8227
|
-
mermaid = module.default;
|
|
8228
|
-
});
|
|
8229
|
-
}
|
|
8230
8226
|
const CodeTabs = props => {
|
|
8231
8227
|
var _a;
|
|
8232
8228
|
const { children, theme } = props;
|
|
8233
|
-
//
|
|
8229
|
+
// render Mermaid diagram
|
|
8234
8230
|
(0,external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_.useEffect)(() => {
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8231
|
+
if (typeof window !== 'undefined') {
|
|
8232
|
+
__webpack_require__.e(/* import() */ 486).then(__webpack_require__.bind(__webpack_require__, 5486)).then(module => {
|
|
8233
|
+
mermaid = module.default;
|
|
8234
|
+
mermaid.initialize({
|
|
8235
|
+
theme: theme === 'dark' ? 'dark' : 'default',
|
|
8236
|
+
});
|
|
8237
|
+
mermaid.contentLoaded();
|
|
8238
|
+
});
|
|
8239
|
+
}
|
|
8238
8240
|
}, [theme]);
|
|
8239
8241
|
function handleClick({ target }, index) {
|
|
8240
8242
|
const $wrap = target.parentElement.parentElement;
|
|
@@ -8260,7 +8262,7 @@ const CodeTabs = props => {
|
|
|
8260
8262
|
};
|
|
8261
8263
|
/* harmony default export */ const components_CodeTabs = (CodeTabs);
|
|
8262
8264
|
|
|
8263
|
-
;//
|
|
8265
|
+
;// ./components/Embed/index.tsx
|
|
8264
8266
|
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
8265
8267
|
var t = {};
|
|
8266
8268
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -8318,7 +8320,7 @@ const Embed = (_a) => {
|
|
|
8318
8320
|
};
|
|
8319
8321
|
/* harmony default export */ const components_Embed = (Embed);
|
|
8320
8322
|
|
|
8321
|
-
;//
|
|
8323
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getWindow.js
|
|
8322
8324
|
function getWindow(node) {
|
|
8323
8325
|
if (node == null) {
|
|
8324
8326
|
return window;
|
|
@@ -8331,7 +8333,7 @@ function getWindow(node) {
|
|
|
8331
8333
|
|
|
8332
8334
|
return node;
|
|
8333
8335
|
}
|
|
8334
|
-
;//
|
|
8336
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
8335
8337
|
|
|
8336
8338
|
|
|
8337
8339
|
function isElement(node) {
|
|
@@ -8355,11 +8357,11 @@ function isShadowRoot(node) {
|
|
|
8355
8357
|
}
|
|
8356
8358
|
|
|
8357
8359
|
|
|
8358
|
-
;//
|
|
8360
|
+
;// ./node_modules/@popperjs/core/lib/utils/math.js
|
|
8359
8361
|
var math_max = Math.max;
|
|
8360
8362
|
var math_min = Math.min;
|
|
8361
8363
|
var round = Math.round;
|
|
8362
|
-
;//
|
|
8364
|
+
;// ./node_modules/@popperjs/core/lib/utils/userAgent.js
|
|
8363
8365
|
function getUAString() {
|
|
8364
8366
|
var uaData = navigator.userAgentData;
|
|
8365
8367
|
|
|
@@ -8371,12 +8373,12 @@ function getUAString() {
|
|
|
8371
8373
|
|
|
8372
8374
|
return navigator.userAgent;
|
|
8373
8375
|
}
|
|
8374
|
-
;//
|
|
8376
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js
|
|
8375
8377
|
|
|
8376
8378
|
function isLayoutViewport() {
|
|
8377
8379
|
return !/^((?!chrome|android).)*safari/i.test(getUAString());
|
|
8378
8380
|
}
|
|
8379
|
-
;//
|
|
8381
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
8380
8382
|
|
|
8381
8383
|
|
|
8382
8384
|
|
|
@@ -8418,7 +8420,7 @@ function getBoundingClientRect(element, includeScale, isFixedStrategy) {
|
|
|
8418
8420
|
y: y
|
|
8419
8421
|
};
|
|
8420
8422
|
}
|
|
8421
|
-
;//
|
|
8423
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js
|
|
8422
8424
|
|
|
8423
8425
|
function getWindowScroll(node) {
|
|
8424
8426
|
var win = getWindow(node);
|
|
@@ -8429,14 +8431,14 @@ function getWindowScroll(node) {
|
|
|
8429
8431
|
scrollTop: scrollTop
|
|
8430
8432
|
};
|
|
8431
8433
|
}
|
|
8432
|
-
;//
|
|
8434
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
8433
8435
|
function getHTMLElementScroll(element) {
|
|
8434
8436
|
return {
|
|
8435
8437
|
scrollLeft: element.scrollLeft,
|
|
8436
8438
|
scrollTop: element.scrollTop
|
|
8437
8439
|
};
|
|
8438
8440
|
}
|
|
8439
|
-
;//
|
|
8441
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
8440
8442
|
|
|
8441
8443
|
|
|
8442
8444
|
|
|
@@ -8448,18 +8450,18 @@ function getNodeScroll(node) {
|
|
|
8448
8450
|
return getHTMLElementScroll(node);
|
|
8449
8451
|
}
|
|
8450
8452
|
}
|
|
8451
|
-
;//
|
|
8453
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
8452
8454
|
function getNodeName(element) {
|
|
8453
8455
|
return element ? (element.nodeName || '').toLowerCase() : null;
|
|
8454
8456
|
}
|
|
8455
|
-
;//
|
|
8457
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
8456
8458
|
|
|
8457
8459
|
function getDocumentElement(element) {
|
|
8458
8460
|
// $FlowFixMe[incompatible-return]: assume body is always available
|
|
8459
8461
|
return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing]
|
|
8460
8462
|
element.document) || window.document).documentElement;
|
|
8461
8463
|
}
|
|
8462
|
-
;//
|
|
8464
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js
|
|
8463
8465
|
|
|
8464
8466
|
|
|
8465
8467
|
|
|
@@ -8473,12 +8475,12 @@ function getWindowScrollBarX(element) {
|
|
|
8473
8475
|
// this (e.g. Edge 2019, IE11, Safari)
|
|
8474
8476
|
return getBoundingClientRect(getDocumentElement(element)).left + getWindowScroll(element).scrollLeft;
|
|
8475
8477
|
}
|
|
8476
|
-
;//
|
|
8478
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js
|
|
8477
8479
|
|
|
8478
8480
|
function getComputedStyle(element) {
|
|
8479
8481
|
return getWindow(element).getComputedStyle(element);
|
|
8480
8482
|
}
|
|
8481
|
-
;//
|
|
8483
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js
|
|
8482
8484
|
|
|
8483
8485
|
function isScrollParent(element) {
|
|
8484
8486
|
// Firefox wants us to check `-x` and `-y` variations as well
|
|
@@ -8489,7 +8491,7 @@ function isScrollParent(element) {
|
|
|
8489
8491
|
|
|
8490
8492
|
return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX);
|
|
8491
8493
|
}
|
|
8492
|
-
;//
|
|
8494
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js
|
|
8493
8495
|
|
|
8494
8496
|
|
|
8495
8497
|
|
|
@@ -8548,7 +8550,7 @@ function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
|
|
|
8548
8550
|
height: rect.height
|
|
8549
8551
|
};
|
|
8550
8552
|
}
|
|
8551
|
-
;//
|
|
8553
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js
|
|
8552
8554
|
// Returns the layout rect of an element relative to its offsetParent. Layout
|
|
8553
8555
|
// means it doesn't take into account transforms.
|
|
8554
8556
|
|
|
@@ -8574,7 +8576,7 @@ function getLayoutRect(element) {
|
|
|
8574
8576
|
height: height
|
|
8575
8577
|
};
|
|
8576
8578
|
}
|
|
8577
|
-
;//
|
|
8579
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getParentNode.js
|
|
8578
8580
|
|
|
8579
8581
|
|
|
8580
8582
|
|
|
@@ -8594,7 +8596,7 @@ function getParentNode(element) {
|
|
|
8594
8596
|
|
|
8595
8597
|
);
|
|
8596
8598
|
}
|
|
8597
|
-
;//
|
|
8599
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js
|
|
8598
8600
|
|
|
8599
8601
|
|
|
8600
8602
|
|
|
@@ -8611,7 +8613,7 @@ function getScrollParent(node) {
|
|
|
8611
8613
|
|
|
8612
8614
|
return getScrollParent(getParentNode(node));
|
|
8613
8615
|
}
|
|
8614
|
-
;//
|
|
8616
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js
|
|
8615
8617
|
|
|
8616
8618
|
|
|
8617
8619
|
|
|
@@ -8638,12 +8640,12 @@ function listScrollParents(element, list) {
|
|
|
8638
8640
|
return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
|
|
8639
8641
|
updatedList.concat(listScrollParents(getParentNode(target)));
|
|
8640
8642
|
}
|
|
8641
|
-
;//
|
|
8643
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/isTableElement.js
|
|
8642
8644
|
|
|
8643
8645
|
function isTableElement(element) {
|
|
8644
8646
|
return ['table', 'td', 'th'].indexOf(getNodeName(element)) >= 0;
|
|
8645
8647
|
}
|
|
8646
|
-
;//
|
|
8648
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js
|
|
8647
8649
|
|
|
8648
8650
|
|
|
8649
8651
|
|
|
@@ -8713,7 +8715,7 @@ function getOffsetParent(element) {
|
|
|
8713
8715
|
|
|
8714
8716
|
return offsetParent || getContainingBlock(element) || window;
|
|
8715
8717
|
}
|
|
8716
|
-
;//
|
|
8718
|
+
;// ./node_modules/@popperjs/core/lib/enums.js
|
|
8717
8719
|
var enums_top = 'top';
|
|
8718
8720
|
var bottom = 'bottom';
|
|
8719
8721
|
var right = 'right';
|
|
@@ -8745,7 +8747,7 @@ var beforeWrite = 'beforeWrite';
|
|
|
8745
8747
|
var write = 'write';
|
|
8746
8748
|
var afterWrite = 'afterWrite';
|
|
8747
8749
|
var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
|
|
8748
|
-
;//
|
|
8750
|
+
;// ./node_modules/@popperjs/core/lib/utils/orderModifiers.js
|
|
8749
8751
|
// source: https://stackoverflow.com/questions/49875255
|
|
8750
8752
|
|
|
8751
8753
|
function order(modifiers) {
|
|
@@ -8790,7 +8792,7 @@ function orderModifiers(modifiers) {
|
|
|
8790
8792
|
}));
|
|
8791
8793
|
}, []);
|
|
8792
8794
|
}
|
|
8793
|
-
;//
|
|
8795
|
+
;// ./node_modules/@popperjs/core/lib/utils/debounce.js
|
|
8794
8796
|
function debounce(fn) {
|
|
8795
8797
|
var pending;
|
|
8796
8798
|
return function () {
|
|
@@ -8806,7 +8808,7 @@ function debounce(fn) {
|
|
|
8806
8808
|
return pending;
|
|
8807
8809
|
};
|
|
8808
8810
|
}
|
|
8809
|
-
;//
|
|
8811
|
+
;// ./node_modules/@popperjs/core/lib/utils/mergeByName.js
|
|
8810
8812
|
function mergeByName(modifiers) {
|
|
8811
8813
|
var merged = modifiers.reduce(function (merged, current) {
|
|
8812
8814
|
var existing = merged[current.name];
|
|
@@ -8821,7 +8823,7 @@ function mergeByName(modifiers) {
|
|
|
8821
8823
|
return merged[key];
|
|
8822
8824
|
});
|
|
8823
8825
|
}
|
|
8824
|
-
;//
|
|
8826
|
+
;// ./node_modules/@popperjs/core/lib/createPopper.js
|
|
8825
8827
|
|
|
8826
8828
|
|
|
8827
8829
|
|
|
@@ -9021,7 +9023,7 @@ function popperGenerator(generatorOptions) {
|
|
|
9021
9023
|
var createPopper = /*#__PURE__*/(/* unused pure expression or super */ null && (popperGenerator())); // eslint-disable-next-line import/no-unused-modules
|
|
9022
9024
|
|
|
9023
9025
|
|
|
9024
|
-
;//
|
|
9026
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/eventListeners.js
|
|
9025
9027
|
// eslint-disable-next-line import/no-unused-modules
|
|
9026
9028
|
|
|
9027
9029
|
var passive = {
|
|
@@ -9071,20 +9073,20 @@ function effect(_ref) {
|
|
|
9071
9073
|
effect: effect,
|
|
9072
9074
|
data: {}
|
|
9073
9075
|
});
|
|
9074
|
-
;//
|
|
9076
|
+
;// ./node_modules/@popperjs/core/lib/utils/getBasePlacement.js
|
|
9075
9077
|
|
|
9076
9078
|
function getBasePlacement(placement) {
|
|
9077
9079
|
return placement.split('-')[0];
|
|
9078
9080
|
}
|
|
9079
|
-
;//
|
|
9081
|
+
;// ./node_modules/@popperjs/core/lib/utils/getVariation.js
|
|
9080
9082
|
function getVariation(placement) {
|
|
9081
9083
|
return placement.split('-')[1];
|
|
9082
9084
|
}
|
|
9083
|
-
;//
|
|
9085
|
+
;// ./node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js
|
|
9084
9086
|
function getMainAxisFromPlacement(placement) {
|
|
9085
9087
|
return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
|
|
9086
9088
|
}
|
|
9087
|
-
;//
|
|
9089
|
+
;// ./node_modules/@popperjs/core/lib/utils/computeOffsets.js
|
|
9088
9090
|
|
|
9089
9091
|
|
|
9090
9092
|
|
|
@@ -9155,7 +9157,7 @@ function computeOffsets(_ref) {
|
|
|
9155
9157
|
|
|
9156
9158
|
return offsets;
|
|
9157
9159
|
}
|
|
9158
|
-
;//
|
|
9160
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/popperOffsets.js
|
|
9159
9161
|
|
|
9160
9162
|
|
|
9161
9163
|
function popperOffsets(_ref) {
|
|
@@ -9181,7 +9183,7 @@ function popperOffsets(_ref) {
|
|
|
9181
9183
|
fn: popperOffsets,
|
|
9182
9184
|
data: {}
|
|
9183
9185
|
});
|
|
9184
|
-
;//
|
|
9186
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/computeStyles.js
|
|
9185
9187
|
|
|
9186
9188
|
|
|
9187
9189
|
|
|
@@ -9351,7 +9353,7 @@ function computeStyles(_ref5) {
|
|
|
9351
9353
|
fn: computeStyles,
|
|
9352
9354
|
data: {}
|
|
9353
9355
|
});
|
|
9354
|
-
;//
|
|
9356
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/applyStyles.js
|
|
9355
9357
|
|
|
9356
9358
|
// This modifier takes the styles prepared by the `computeStyles` modifier
|
|
9357
9359
|
// and applies them to the HTMLElements such as popper and arrow
|
|
@@ -9436,7 +9438,7 @@ function applyStyles_effect(_ref2) {
|
|
|
9436
9438
|
effect: applyStyles_effect,
|
|
9437
9439
|
requires: ['computeStyles']
|
|
9438
9440
|
});
|
|
9439
|
-
;//
|
|
9441
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/offset.js
|
|
9440
9442
|
|
|
9441
9443
|
// eslint-disable-next-line import/no-unused-modules
|
|
9442
9444
|
|
|
@@ -9491,7 +9493,7 @@ function offset(_ref2) {
|
|
|
9491
9493
|
requires: ['popperOffsets'],
|
|
9492
9494
|
fn: offset
|
|
9493
9495
|
});
|
|
9494
|
-
;//
|
|
9496
|
+
;// ./node_modules/@popperjs/core/lib/utils/getOppositePlacement.js
|
|
9495
9497
|
var hash = {
|
|
9496
9498
|
left: 'right',
|
|
9497
9499
|
right: 'left',
|
|
@@ -9503,7 +9505,7 @@ function getOppositePlacement(placement) {
|
|
|
9503
9505
|
return hash[matched];
|
|
9504
9506
|
});
|
|
9505
9507
|
}
|
|
9506
|
-
;//
|
|
9508
|
+
;// ./node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js
|
|
9507
9509
|
var getOppositeVariationPlacement_hash = {
|
|
9508
9510
|
start: 'end',
|
|
9509
9511
|
end: 'start'
|
|
@@ -9513,7 +9515,7 @@ function getOppositeVariationPlacement(placement) {
|
|
|
9513
9515
|
return getOppositeVariationPlacement_hash[matched];
|
|
9514
9516
|
});
|
|
9515
9517
|
}
|
|
9516
|
-
;//
|
|
9518
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js
|
|
9517
9519
|
|
|
9518
9520
|
|
|
9519
9521
|
|
|
@@ -9545,7 +9547,7 @@ function getViewportRect(element, strategy) {
|
|
|
9545
9547
|
y: y
|
|
9546
9548
|
};
|
|
9547
9549
|
}
|
|
9548
|
-
;//
|
|
9550
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js
|
|
9549
9551
|
|
|
9550
9552
|
|
|
9551
9553
|
|
|
@@ -9575,7 +9577,7 @@ function getDocumentRect(element) {
|
|
|
9575
9577
|
y: y
|
|
9576
9578
|
};
|
|
9577
9579
|
}
|
|
9578
|
-
;//
|
|
9580
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/contains.js
|
|
9579
9581
|
|
|
9580
9582
|
function contains(parent, child) {
|
|
9581
9583
|
var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method
|
|
@@ -9599,7 +9601,7 @@ function contains(parent, child) {
|
|
|
9599
9601
|
|
|
9600
9602
|
return false;
|
|
9601
9603
|
}
|
|
9602
|
-
;//
|
|
9604
|
+
;// ./node_modules/@popperjs/core/lib/utils/rectToClientRect.js
|
|
9603
9605
|
function rectToClientRect(rect) {
|
|
9604
9606
|
return Object.assign({}, rect, {
|
|
9605
9607
|
left: rect.x,
|
|
@@ -9608,7 +9610,7 @@ function rectToClientRect(rect) {
|
|
|
9608
9610
|
bottom: rect.y + rect.height
|
|
9609
9611
|
});
|
|
9610
9612
|
}
|
|
9611
|
-
;//
|
|
9613
|
+
;// ./node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js
|
|
9612
9614
|
|
|
9613
9615
|
|
|
9614
9616
|
|
|
@@ -9679,7 +9681,7 @@ function getClippingRect(element, boundary, rootBoundary, strategy) {
|
|
|
9679
9681
|
clippingRect.y = clippingRect.top;
|
|
9680
9682
|
return clippingRect;
|
|
9681
9683
|
}
|
|
9682
|
-
;//
|
|
9684
|
+
;// ./node_modules/@popperjs/core/lib/utils/getFreshSideObject.js
|
|
9683
9685
|
function getFreshSideObject() {
|
|
9684
9686
|
return {
|
|
9685
9687
|
top: 0,
|
|
@@ -9688,19 +9690,19 @@ function getFreshSideObject() {
|
|
|
9688
9690
|
left: 0
|
|
9689
9691
|
};
|
|
9690
9692
|
}
|
|
9691
|
-
;//
|
|
9693
|
+
;// ./node_modules/@popperjs/core/lib/utils/mergePaddingObject.js
|
|
9692
9694
|
|
|
9693
9695
|
function mergePaddingObject(paddingObject) {
|
|
9694
9696
|
return Object.assign({}, getFreshSideObject(), paddingObject);
|
|
9695
9697
|
}
|
|
9696
|
-
;//
|
|
9698
|
+
;// ./node_modules/@popperjs/core/lib/utils/expandToHashMap.js
|
|
9697
9699
|
function expandToHashMap(value, keys) {
|
|
9698
9700
|
return keys.reduce(function (hashMap, key) {
|
|
9699
9701
|
hashMap[key] = value;
|
|
9700
9702
|
return hashMap;
|
|
9701
9703
|
}, {});
|
|
9702
9704
|
}
|
|
9703
|
-
;//
|
|
9705
|
+
;// ./node_modules/@popperjs/core/lib/utils/detectOverflow.js
|
|
9704
9706
|
|
|
9705
9707
|
|
|
9706
9708
|
|
|
@@ -9766,7 +9768,7 @@ function detectOverflow(state, options) {
|
|
|
9766
9768
|
|
|
9767
9769
|
return overflowOffsets;
|
|
9768
9770
|
}
|
|
9769
|
-
;//
|
|
9771
|
+
;// ./node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js
|
|
9770
9772
|
|
|
9771
9773
|
|
|
9772
9774
|
|
|
@@ -9810,7 +9812,7 @@ function computeAutoPlacement(state, options) {
|
|
|
9810
9812
|
return overflows[a] - overflows[b];
|
|
9811
9813
|
});
|
|
9812
9814
|
}
|
|
9813
|
-
;//
|
|
9815
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/flip.js
|
|
9814
9816
|
|
|
9815
9817
|
|
|
9816
9818
|
|
|
@@ -9958,11 +9960,11 @@ function flip(_ref) {
|
|
|
9958
9960
|
_skip: false
|
|
9959
9961
|
}
|
|
9960
9962
|
});
|
|
9961
|
-
;//
|
|
9963
|
+
;// ./node_modules/@popperjs/core/lib/utils/getAltAxis.js
|
|
9962
9964
|
function getAltAxis(axis) {
|
|
9963
9965
|
return axis === 'x' ? 'y' : 'x';
|
|
9964
9966
|
}
|
|
9965
|
-
;//
|
|
9967
|
+
;// ./node_modules/@popperjs/core/lib/utils/within.js
|
|
9966
9968
|
|
|
9967
9969
|
function within(min, value, max) {
|
|
9968
9970
|
return math_max(min, math_min(value, max));
|
|
@@ -9971,7 +9973,7 @@ function withinMaxClamp(min, value, max) {
|
|
|
9971
9973
|
var v = within(min, value, max);
|
|
9972
9974
|
return v > max ? max : v;
|
|
9973
9975
|
}
|
|
9974
|
-
;//
|
|
9976
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/preventOverflow.js
|
|
9975
9977
|
|
|
9976
9978
|
|
|
9977
9979
|
|
|
@@ -10114,7 +10116,7 @@ function preventOverflow(_ref) {
|
|
|
10114
10116
|
fn: preventOverflow,
|
|
10115
10117
|
requiresIfExists: ['offset']
|
|
10116
10118
|
});
|
|
10117
|
-
;//
|
|
10119
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/arrow.js
|
|
10118
10120
|
|
|
10119
10121
|
|
|
10120
10122
|
|
|
@@ -10205,7 +10207,7 @@ function arrow_effect(_ref2) {
|
|
|
10205
10207
|
requires: ['popperOffsets'],
|
|
10206
10208
|
requiresIfExists: ['preventOverflow']
|
|
10207
10209
|
});
|
|
10208
|
-
;//
|
|
10210
|
+
;// ./node_modules/@popperjs/core/lib/modifiers/hide.js
|
|
10209
10211
|
|
|
10210
10212
|
|
|
10211
10213
|
|
|
@@ -10267,7 +10269,7 @@ function hide(_ref) {
|
|
|
10267
10269
|
requiresIfExists: ['preventOverflow'],
|
|
10268
10270
|
fn: hide
|
|
10269
10271
|
});
|
|
10270
|
-
;//
|
|
10272
|
+
;// ./node_modules/@popperjs/core/lib/popper.js
|
|
10271
10273
|
|
|
10272
10274
|
|
|
10273
10275
|
|
|
@@ -10288,7 +10290,7 @@ var popper_createPopper = /*#__PURE__*/popperGenerator({
|
|
|
10288
10290
|
// eslint-disable-next-line import/no-unused-modules
|
|
10289
10291
|
|
|
10290
10292
|
|
|
10291
|
-
;//
|
|
10293
|
+
;// ./node_modules/tippy.js/dist/tippy.esm.js
|
|
10292
10294
|
/**!
|
|
10293
10295
|
* tippy.js v6.3.7
|
|
10294
10296
|
* (c) 2017-2021 atomiks
|
|
@@ -12742,9 +12744,9 @@ tippy.setDefaultProps({
|
|
|
12742
12744
|
|
|
12743
12745
|
//# sourceMappingURL=tippy.esm.js.map
|
|
12744
12746
|
|
|
12745
|
-
;//
|
|
12747
|
+
;// external {"amd":"react-dom","commonjs2":"react-dom","commonjs":"react-dom","root":"ReactDOM","umd":"react-dom"}
|
|
12746
12748
|
const external_amd_react_dom_commonjs2_react_dom_commonjs_react_dom_root_ReactDOM_umd_react_dom_namespaceObject = require("react-dom");
|
|
12747
|
-
;//
|
|
12749
|
+
;// ./node_modules/@tippyjs/react/dist/tippy-react.esm.js
|
|
12748
12750
|
|
|
12749
12751
|
|
|
12750
12752
|
|
|
@@ -13265,12 +13267,12 @@ var index = /*#__PURE__*/forwardRef( /*#__PURE__*/TippyGenerator(tippy_esm));
|
|
|
13265
13267
|
|
|
13266
13268
|
//# sourceMappingURL=tippy-react.esm.js.map
|
|
13267
13269
|
|
|
13268
|
-
;//
|
|
13270
|
+
;// ./contexts/GlossaryTerms.ts
|
|
13269
13271
|
|
|
13270
13272
|
const GlossaryContext = (0,external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_.createContext)([]);
|
|
13271
13273
|
/* harmony default export */ const GlossaryTerms = (GlossaryContext);
|
|
13272
13274
|
|
|
13273
|
-
;//
|
|
13275
|
+
;// ./components/Glossary/index.tsx
|
|
13274
13276
|
|
|
13275
13277
|
|
|
13276
13278
|
|
|
@@ -13291,9 +13293,9 @@ const GlossaryWithContext = props => {
|
|
|
13291
13293
|
};
|
|
13292
13294
|
|
|
13293
13295
|
|
|
13294
|
-
;//
|
|
13296
|
+
;// external {"amd":"react-dom/server","commonjs2":"react-dom/server","commonjs":"react-dom/server","root":"ReactDOM/server","umd":"react-dom/server"}
|
|
13295
13297
|
const server_namespaceObject = require("react-dom/server");
|
|
13296
|
-
;//
|
|
13298
|
+
;// ./components/HTMLBlock/index.tsx
|
|
13297
13299
|
|
|
13298
13300
|
|
|
13299
13301
|
const MATCH_SCRIPT_TAGS = /<script\b[^>]*>([\s\S]*?)<\/script *>\n?/gim;
|
|
@@ -13324,7 +13326,7 @@ const HTMLBlock = ({ children = '', runScripts, safeMode = false }) => {
|
|
|
13324
13326
|
};
|
|
13325
13327
|
/* harmony default export */ const components_HTMLBlock = (HTMLBlock);
|
|
13326
13328
|
|
|
13327
|
-
;//
|
|
13329
|
+
;// ./components/Heading/index.tsx
|
|
13328
13330
|
var Heading_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
13329
13331
|
var t = {};
|
|
13330
13332
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -13349,7 +13351,7 @@ const Heading = (_a) => {
|
|
|
13349
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}` }));
|
|
13350
13352
|
/* harmony default export */ const components_Heading = (CreateHeading);
|
|
13351
13353
|
|
|
13352
|
-
;//
|
|
13354
|
+
;// ./components/Image/index.tsx
|
|
13353
13355
|
|
|
13354
13356
|
const Image = (Props) => {
|
|
13355
13357
|
const { align = '', alt = '', border = false, caption, className = '', height = 'auto', src, title = '', width = 'auto', lazy = true, children, } = Props;
|
|
@@ -13392,7 +13394,7 @@ const Image = (Props) => {
|
|
|
13392
13394
|
};
|
|
13393
13395
|
/* harmony default export */ const components_Image = (Image);
|
|
13394
13396
|
|
|
13395
|
-
;//
|
|
13397
|
+
;// ./components/Table/index.tsx
|
|
13396
13398
|
|
|
13397
13399
|
const Table = (props) => {
|
|
13398
13400
|
const { children } = props;
|
|
@@ -13402,7 +13404,7 @@ const Table = (props) => {
|
|
|
13402
13404
|
};
|
|
13403
13405
|
/* harmony default export */ const components_Table = (Table);
|
|
13404
13406
|
|
|
13405
|
-
;//
|
|
13407
|
+
;// ./components/Tabs/index.tsx
|
|
13406
13408
|
|
|
13407
13409
|
|
|
13408
13410
|
const Tab = ({ children }) => {
|
|
@@ -13419,7 +13421,7 @@ const Tabs = ({ children }) => {
|
|
|
13419
13421
|
};
|
|
13420
13422
|
/* harmony default export */ const components_Tabs = (Tabs);
|
|
13421
13423
|
|
|
13422
|
-
;//
|
|
13424
|
+
;// ./components/TableOfContents/index.tsx
|
|
13423
13425
|
|
|
13424
13426
|
function TableOfContents({ children }) {
|
|
13425
13427
|
return (external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createElement("nav", null,
|
|
@@ -13432,7 +13434,7 @@ function TableOfContents({ children }) {
|
|
|
13432
13434
|
}
|
|
13433
13435
|
/* harmony default export */ const components_TableOfContents = (TableOfContents);
|
|
13434
13436
|
|
|
13435
|
-
;//
|
|
13437
|
+
;// ./components/index.ts
|
|
13436
13438
|
|
|
13437
13439
|
|
|
13438
13440
|
|
|
@@ -13448,7 +13450,7 @@ function TableOfContents({ children }) {
|
|
|
13448
13450
|
|
|
13449
13451
|
|
|
13450
13452
|
|
|
13451
|
-
;//
|
|
13453
|
+
;// ./options.js
|
|
13452
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; }
|
|
13453
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; }
|
|
13454
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; }
|
|
@@ -13523,7 +13525,7 @@ const parseOptions = (userOpts = {}) => {
|
|
|
13523
13525
|
return opts;
|
|
13524
13526
|
};
|
|
13525
13527
|
|
|
13526
|
-
;//
|
|
13528
|
+
;// ./node_modules/mdast-util-to-string/lib/index.js
|
|
13527
13529
|
/**
|
|
13528
13530
|
* @typedef {import('mdast').Nodes} Nodes
|
|
13529
13531
|
*
|
|
@@ -13633,7 +13635,7 @@ function node(value) {
|
|
|
13633
13635
|
return Boolean(value && typeof value === 'object')
|
|
13634
13636
|
}
|
|
13635
13637
|
|
|
13636
|
-
;//
|
|
13638
|
+
;// ./node_modules/micromark-util-chunked/index.js
|
|
13637
13639
|
/**
|
|
13638
13640
|
* Like `Array#splice`, but smarter for giant arrays.
|
|
13639
13641
|
*
|
|
@@ -13716,7 +13718,7 @@ function push(list, items) {
|
|
|
13716
13718
|
return items
|
|
13717
13719
|
}
|
|
13718
13720
|
|
|
13719
|
-
;//
|
|
13721
|
+
;// ./node_modules/micromark-util-subtokenize/index.js
|
|
13720
13722
|
/**
|
|
13721
13723
|
* @typedef {import('micromark-util-types').Chunk} Chunk
|
|
13722
13724
|
* @typedef {import('micromark-util-types').Event} Event
|
|
@@ -13942,7 +13944,7 @@ function subcontent(events, eventIndex) {
|
|
|
13942
13944
|
return gaps
|
|
13943
13945
|
}
|
|
13944
13946
|
|
|
13945
|
-
;//
|
|
13947
|
+
;// ./node_modules/micromark/lib/postprocess.js
|
|
13946
13948
|
/**
|
|
13947
13949
|
* @typedef {import('micromark-util-types').Event} Event
|
|
13948
13950
|
*/
|
|
@@ -13960,7 +13962,7 @@ function postprocess(events) {
|
|
|
13960
13962
|
return events
|
|
13961
13963
|
}
|
|
13962
13964
|
|
|
13963
|
-
;//
|
|
13965
|
+
;// ./node_modules/micromark-util-combine-extensions/index.js
|
|
13964
13966
|
/**
|
|
13965
13967
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
13966
13968
|
* @typedef {import('micromark-util-types').Handles} Handles
|
|
@@ -14098,7 +14100,7 @@ function htmlExtension(all, extension) {
|
|
|
14098
14100
|
}
|
|
14099
14101
|
}
|
|
14100
14102
|
|
|
14101
|
-
;//
|
|
14103
|
+
;// ./node_modules/micromark-util-character/index.js
|
|
14102
14104
|
/**
|
|
14103
14105
|
* @typedef {import('micromark-util-types').Code} Code
|
|
14104
14106
|
*/
|
|
@@ -14343,7 +14345,7 @@ function regexCheck(regex) {
|
|
|
14343
14345
|
return code !== null && code > -1 && regex.test(String.fromCharCode(code));
|
|
14344
14346
|
}
|
|
14345
14347
|
}
|
|
14346
|
-
;//
|
|
14348
|
+
;// ./node_modules/micromark-factory-space/index.js
|
|
14347
14349
|
/**
|
|
14348
14350
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
14349
14351
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -14411,7 +14413,7 @@ function factorySpace(effects, ok, type, max) {
|
|
|
14411
14413
|
}
|
|
14412
14414
|
}
|
|
14413
14415
|
|
|
14414
|
-
;//
|
|
14416
|
+
;// ./node_modules/micromark/lib/initialize/content.js
|
|
14415
14417
|
/**
|
|
14416
14418
|
* @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
|
|
14417
14419
|
* @typedef {import('micromark-util-types').Initializer} Initializer
|
|
@@ -14492,7 +14494,7 @@ function initializeContent(effects) {
|
|
|
14492
14494
|
}
|
|
14493
14495
|
}
|
|
14494
14496
|
|
|
14495
|
-
;//
|
|
14497
|
+
;// ./node_modules/micromark/lib/initialize/document.js
|
|
14496
14498
|
/**
|
|
14497
14499
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
14498
14500
|
* @typedef {import('micromark-util-types').ContainerState} ContainerState
|
|
@@ -14876,7 +14878,7 @@ function tokenizeContainer(effects, ok, nok) {
|
|
|
14876
14878
|
)
|
|
14877
14879
|
}
|
|
14878
14880
|
|
|
14879
|
-
;//
|
|
14881
|
+
;// ./node_modules/micromark-core-commonmark/lib/blank-line.js
|
|
14880
14882
|
/**
|
|
14881
14883
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
14882
14884
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -14938,7 +14940,7 @@ function tokenizeBlankLine(effects, ok, nok) {
|
|
|
14938
14940
|
}
|
|
14939
14941
|
}
|
|
14940
14942
|
|
|
14941
|
-
;//
|
|
14943
|
+
;// ./node_modules/micromark-core-commonmark/lib/content.js
|
|
14942
14944
|
/**
|
|
14943
14945
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
14944
14946
|
* @typedef {import('micromark-util-types').Resolver} Resolver
|
|
@@ -15108,7 +15110,7 @@ function tokenizeContinuation(effects, ok, nok) {
|
|
|
15108
15110
|
}
|
|
15109
15111
|
}
|
|
15110
15112
|
|
|
15111
|
-
;//
|
|
15113
|
+
;// ./node_modules/micromark/lib/initialize/flow.js
|
|
15112
15114
|
/**
|
|
15113
15115
|
* @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
|
|
15114
15116
|
* @typedef {import('micromark-util-types').Initializer} Initializer
|
|
@@ -15178,7 +15180,7 @@ function initializeFlow(effects) {
|
|
|
15178
15180
|
}
|
|
15179
15181
|
}
|
|
15180
15182
|
|
|
15181
|
-
;//
|
|
15183
|
+
;// ./node_modules/micromark/lib/initialize/text.js
|
|
15182
15184
|
/**
|
|
15183
15185
|
* @typedef {import('micromark-util-types').Code} Code
|
|
15184
15186
|
* @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
|
|
@@ -15390,7 +15392,7 @@ function resolveAllLineSuffixes(events, context) {
|
|
|
15390
15392
|
return events
|
|
15391
15393
|
}
|
|
15392
15394
|
|
|
15393
|
-
;//
|
|
15395
|
+
;// ./node_modules/micromark-util-resolve-all/index.js
|
|
15394
15396
|
/**
|
|
15395
15397
|
* @typedef {import('micromark-util-types').Event} Event
|
|
15396
15398
|
* @typedef {import('micromark-util-types').Resolver} Resolver
|
|
@@ -15426,7 +15428,7 @@ function resolveAll(constructs, events, context) {
|
|
|
15426
15428
|
return events
|
|
15427
15429
|
}
|
|
15428
15430
|
|
|
15429
|
-
;//
|
|
15431
|
+
;// ./node_modules/micromark/lib/create-tokenizer.js
|
|
15430
15432
|
/**
|
|
15431
15433
|
* @typedef {import('micromark-util-types').Chunk} Chunk
|
|
15432
15434
|
* @typedef {import('micromark-util-types').Code} Code
|
|
@@ -16010,7 +16012,7 @@ function serializeChunks(chunks, expandTabs) {
|
|
|
16010
16012
|
return result.join('')
|
|
16011
16013
|
}
|
|
16012
16014
|
|
|
16013
|
-
;//
|
|
16015
|
+
;// ./node_modules/micromark-core-commonmark/lib/thematic-break.js
|
|
16014
16016
|
/**
|
|
16015
16017
|
* @typedef {import('micromark-util-types').Code} Code
|
|
16016
16018
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -16113,7 +16115,7 @@ function tokenizeThematicBreak(effects, ok, nok) {
|
|
|
16113
16115
|
}
|
|
16114
16116
|
}
|
|
16115
16117
|
|
|
16116
|
-
;//
|
|
16118
|
+
;// ./node_modules/micromark-core-commonmark/lib/list.js
|
|
16117
16119
|
/**
|
|
16118
16120
|
* @typedef {import('micromark-util-types').Code} Code
|
|
16119
16121
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -16383,7 +16385,7 @@ function tokenizeListItemPrefixWhitespace(effects, ok, nok) {
|
|
|
16383
16385
|
}
|
|
16384
16386
|
}
|
|
16385
16387
|
|
|
16386
|
-
;//
|
|
16388
|
+
;// ./node_modules/micromark-core-commonmark/lib/block-quote.js
|
|
16387
16389
|
/**
|
|
16388
16390
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
16389
16391
|
* @typedef {import('micromark-util-types').Exiter} Exiter
|
|
@@ -16531,7 +16533,7 @@ function exit(effects) {
|
|
|
16531
16533
|
effects.exit('blockQuote')
|
|
16532
16534
|
}
|
|
16533
16535
|
|
|
16534
|
-
;//
|
|
16536
|
+
;// ./node_modules/micromark-factory-destination/index.js
|
|
16535
16537
|
/**
|
|
16536
16538
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
16537
16539
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -16754,7 +16756,7 @@ function factoryDestination(
|
|
|
16754
16756
|
}
|
|
16755
16757
|
}
|
|
16756
16758
|
|
|
16757
|
-
;//
|
|
16759
|
+
;// ./node_modules/micromark-factory-label/index.js
|
|
16758
16760
|
/**
|
|
16759
16761
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
16760
16762
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -16915,7 +16917,7 @@ function factoryLabel(effects, ok, nok, type, markerType, stringType) {
|
|
|
16915
16917
|
}
|
|
16916
16918
|
}
|
|
16917
16919
|
|
|
16918
|
-
;//
|
|
16920
|
+
;// ./node_modules/micromark-factory-title/index.js
|
|
16919
16921
|
/**
|
|
16920
16922
|
* @typedef {import('micromark-util-types').Code} Code
|
|
16921
16923
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
@@ -17073,7 +17075,7 @@ function factoryTitle(effects, ok, nok, type, markerType, stringType) {
|
|
|
17073
17075
|
}
|
|
17074
17076
|
}
|
|
17075
17077
|
|
|
17076
|
-
;//
|
|
17078
|
+
;// ./node_modules/micromark-factory-whitespace/index.js
|
|
17077
17079
|
/**
|
|
17078
17080
|
* @typedef {import('micromark-util-types').Effects} Effects
|
|
17079
17081
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -17124,7 +17126,7 @@ function factoryWhitespace(effects, ok) {
|
|
|
17124
17126
|
}
|
|
17125
17127
|
}
|
|
17126
17128
|
|
|
17127
|
-
;//
|
|
17129
|
+
;// ./node_modules/micromark-util-normalize-identifier/index.js
|
|
17128
17130
|
/**
|
|
17129
17131
|
* Normalize an identifier (as found in references, definitions).
|
|
17130
17132
|
*
|
|
@@ -17162,7 +17164,7 @@ function normalizeIdentifier(value) {
|
|
|
17162
17164
|
)
|
|
17163
17165
|
}
|
|
17164
17166
|
|
|
17165
|
-
;//
|
|
17167
|
+
;// ./node_modules/micromark-core-commonmark/lib/definition.js
|
|
17166
17168
|
/**
|
|
17167
17169
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
17168
17170
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -17446,7 +17448,7 @@ function tokenizeTitleBefore(effects, ok, nok) {
|
|
|
17446
17448
|
}
|
|
17447
17449
|
}
|
|
17448
17450
|
|
|
17449
|
-
;//
|
|
17451
|
+
;// ./node_modules/micromark-core-commonmark/lib/code-indented.js
|
|
17450
17452
|
/**
|
|
17451
17453
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
17452
17454
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -17631,7 +17633,7 @@ function tokenizeFurtherStart(effects, ok, nok) {
|
|
|
17631
17633
|
}
|
|
17632
17634
|
}
|
|
17633
17635
|
|
|
17634
|
-
;//
|
|
17636
|
+
;// ./node_modules/micromark-core-commonmark/lib/heading-atx.js
|
|
17635
17637
|
/**
|
|
17636
17638
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
17637
17639
|
* @typedef {import('micromark-util-types').Resolver} Resolver
|
|
@@ -17838,7 +17840,7 @@ function tokenizeHeadingAtx(effects, ok, nok) {
|
|
|
17838
17840
|
}
|
|
17839
17841
|
}
|
|
17840
17842
|
|
|
17841
|
-
;//
|
|
17843
|
+
;// ./node_modules/micromark-core-commonmark/lib/setext-underline.js
|
|
17842
17844
|
/**
|
|
17843
17845
|
* @typedef {import('micromark-util-types').Code} Code
|
|
17844
17846
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -18022,7 +18024,7 @@ function tokenizeSetextUnderline(effects, ok, nok) {
|
|
|
18022
18024
|
}
|
|
18023
18025
|
}
|
|
18024
18026
|
|
|
18025
|
-
;//
|
|
18027
|
+
;// ./node_modules/micromark-util-html-tag-name/index.js
|
|
18026
18028
|
/**
|
|
18027
18029
|
* List of lowercase HTML “block” tag names.
|
|
18028
18030
|
*
|
|
@@ -18117,7 +18119,7 @@ const htmlBlockNames = [
|
|
|
18117
18119
|
*/
|
|
18118
18120
|
const htmlRawNames = ['pre', 'script', 'style', 'textarea']
|
|
18119
18121
|
|
|
18120
|
-
;//
|
|
18122
|
+
;// ./node_modules/micromark-core-commonmark/lib/html-flow.js
|
|
18121
18123
|
/**
|
|
18122
18124
|
* @typedef {import('micromark-util-types').Code} Code
|
|
18123
18125
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -19029,7 +19031,7 @@ function tokenizeBlankLineBefore(effects, ok, nok) {
|
|
|
19029
19031
|
}
|
|
19030
19032
|
}
|
|
19031
19033
|
|
|
19032
|
-
;//
|
|
19034
|
+
;// ./node_modules/micromark-core-commonmark/lib/code-fenced.js
|
|
19033
19035
|
/**
|
|
19034
19036
|
* @typedef {import('micromark-util-types').Code} Code
|
|
19035
19037
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -19511,7 +19513,7 @@ function tokenizeNonLazyContinuation(effects, ok, nok) {
|
|
|
19511
19513
|
}
|
|
19512
19514
|
}
|
|
19513
19515
|
|
|
19514
|
-
;//
|
|
19516
|
+
;// ./node_modules/character-entities/index.js
|
|
19515
19517
|
/**
|
|
19516
19518
|
* Map of named character references.
|
|
19517
19519
|
*
|
|
@@ -21645,7 +21647,7 @@ const characterEntities = {
|
|
|
21645
21647
|
zwnj: ''
|
|
21646
21648
|
}
|
|
21647
21649
|
|
|
21648
|
-
;//
|
|
21650
|
+
;// ./node_modules/decode-named-character-reference/index.js
|
|
21649
21651
|
|
|
21650
21652
|
|
|
21651
21653
|
const own = {}.hasOwnProperty
|
|
@@ -21665,7 +21667,7 @@ function decodeNamedCharacterReference(value) {
|
|
|
21665
21667
|
return own.call(characterEntities, value) ? characterEntities[value] : false
|
|
21666
21668
|
}
|
|
21667
21669
|
|
|
21668
|
-
;//
|
|
21670
|
+
;// ./node_modules/micromark-core-commonmark/lib/character-reference.js
|
|
21669
21671
|
/**
|
|
21670
21672
|
* @typedef {import('micromark-util-types').Code} Code
|
|
21671
21673
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -21816,7 +21818,7 @@ function tokenizeCharacterReference(effects, ok, nok) {
|
|
|
21816
21818
|
}
|
|
21817
21819
|
}
|
|
21818
21820
|
|
|
21819
|
-
;//
|
|
21821
|
+
;// ./node_modules/micromark-core-commonmark/lib/character-escape.js
|
|
21820
21822
|
/**
|
|
21821
21823
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
21822
21824
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -21879,7 +21881,7 @@ function tokenizeCharacterEscape(effects, ok, nok) {
|
|
|
21879
21881
|
}
|
|
21880
21882
|
}
|
|
21881
21883
|
|
|
21882
|
-
;//
|
|
21884
|
+
;// ./node_modules/micromark-core-commonmark/lib/line-ending.js
|
|
21883
21885
|
/**
|
|
21884
21886
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
21885
21887
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -21911,7 +21913,7 @@ function tokenizeLineEnding(effects, ok) {
|
|
|
21911
21913
|
}
|
|
21912
21914
|
}
|
|
21913
21915
|
|
|
21914
|
-
;//
|
|
21916
|
+
;// ./node_modules/micromark-core-commonmark/lib/label-end.js
|
|
21915
21917
|
/**
|
|
21916
21918
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
21917
21919
|
* @typedef {import('micromark-util-types').Event} Event
|
|
@@ -22530,7 +22532,7 @@ function tokenizeReferenceCollapsed(effects, ok, nok) {
|
|
|
22530
22532
|
}
|
|
22531
22533
|
}
|
|
22532
22534
|
|
|
22533
|
-
;//
|
|
22535
|
+
;// ./node_modules/micromark-core-commonmark/lib/label-start-image.js
|
|
22534
22536
|
/**
|
|
22535
22537
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
22536
22538
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -22633,7 +22635,7 @@ function tokenizeLabelStartImage(effects, ok, nok) {
|
|
|
22633
22635
|
}
|
|
22634
22636
|
}
|
|
22635
22637
|
|
|
22636
|
-
;//
|
|
22638
|
+
;// ./node_modules/micromark-util-classify-character/index.js
|
|
22637
22639
|
/**
|
|
22638
22640
|
* @typedef {import('micromark-util-types').Code} Code
|
|
22639
22641
|
*/
|
|
@@ -22666,7 +22668,7 @@ function classifyCharacter(code) {
|
|
|
22666
22668
|
}
|
|
22667
22669
|
}
|
|
22668
22670
|
|
|
22669
|
-
;//
|
|
22671
|
+
;// ./node_modules/micromark-core-commonmark/lib/attention.js
|
|
22670
22672
|
/**
|
|
22671
22673
|
* @typedef {import('micromark-util-types').Code} Code
|
|
22672
22674
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -22931,7 +22933,7 @@ function movePoint(point, offset) {
|
|
|
22931
22933
|
point._bufferIndex += offset
|
|
22932
22934
|
}
|
|
22933
22935
|
|
|
22934
|
-
;//
|
|
22936
|
+
;// ./node_modules/micromark-core-commonmark/lib/autolink.js
|
|
22935
22937
|
/**
|
|
22936
22938
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
22937
22939
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -23163,7 +23165,7 @@ function tokenizeAutolink(effects, ok, nok) {
|
|
|
23163
23165
|
}
|
|
23164
23166
|
}
|
|
23165
23167
|
|
|
23166
|
-
;//
|
|
23168
|
+
;// ./node_modules/micromark-core-commonmark/lib/html-text.js
|
|
23167
23169
|
/**
|
|
23168
23170
|
* @typedef {import('micromark-util-types').Code} Code
|
|
23169
23171
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
@@ -23872,7 +23874,7 @@ function tokenizeHtmlText(effects, ok, nok) {
|
|
|
23872
23874
|
}
|
|
23873
23875
|
}
|
|
23874
23876
|
|
|
23875
|
-
;//
|
|
23877
|
+
;// ./node_modules/micromark-core-commonmark/lib/label-start-link.js
|
|
23876
23878
|
/**
|
|
23877
23879
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
23878
23880
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -23928,7 +23930,7 @@ function tokenizeLabelStartLink(effects, ok, nok) {
|
|
|
23928
23930
|
}
|
|
23929
23931
|
}
|
|
23930
23932
|
|
|
23931
|
-
;//
|
|
23933
|
+
;// ./node_modules/micromark-core-commonmark/lib/hard-break-escape.js
|
|
23932
23934
|
/**
|
|
23933
23935
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
23934
23936
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -23987,7 +23989,7 @@ function tokenizeHardBreakEscape(effects, ok, nok) {
|
|
|
23987
23989
|
}
|
|
23988
23990
|
}
|
|
23989
23991
|
|
|
23990
|
-
;//
|
|
23992
|
+
;// ./node_modules/micromark-core-commonmark/lib/code-text.js
|
|
23991
23993
|
/**
|
|
23992
23994
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
23993
23995
|
* @typedef {import('micromark-util-types').Previous} Previous
|
|
@@ -24226,7 +24228,7 @@ function tokenizeCodeText(effects, ok, nok) {
|
|
|
24226
24228
|
}
|
|
24227
24229
|
}
|
|
24228
24230
|
|
|
24229
|
-
;//
|
|
24231
|
+
;// ./node_modules/micromark/lib/constructs.js
|
|
24230
24232
|
/**
|
|
24231
24233
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
24232
24234
|
*/
|
|
@@ -24313,7 +24315,7 @@ const disable = {
|
|
|
24313
24315
|
null: []
|
|
24314
24316
|
}
|
|
24315
24317
|
|
|
24316
|
-
;//
|
|
24318
|
+
;// ./node_modules/micromark/lib/parse.js
|
|
24317
24319
|
/**
|
|
24318
24320
|
* @typedef {import('micromark-util-types').Create} Create
|
|
24319
24321
|
* @typedef {import('micromark-util-types').FullNormalizedExtension} FullNormalizedExtension
|
|
@@ -24365,7 +24367,7 @@ function parse(options) {
|
|
|
24365
24367
|
}
|
|
24366
24368
|
}
|
|
24367
24369
|
|
|
24368
|
-
;//
|
|
24370
|
+
;// ./node_modules/micromark/lib/preprocess.js
|
|
24369
24371
|
/**
|
|
24370
24372
|
* @typedef {import('micromark-util-types').Chunk} Chunk
|
|
24371
24373
|
* @typedef {import('micromark-util-types').Code} Code
|
|
@@ -24480,7 +24482,7 @@ function preprocess() {
|
|
|
24480
24482
|
}
|
|
24481
24483
|
}
|
|
24482
24484
|
|
|
24483
|
-
;//
|
|
24485
|
+
;// ./node_modules/micromark-util-decode-numeric-character-reference/index.js
|
|
24484
24486
|
/**
|
|
24485
24487
|
* Turn the number (in string form as either hexa- or plain decimal) coming from
|
|
24486
24488
|
* a numeric character reference into a character.
|
|
@@ -24513,7 +24515,7 @@ function decodeNumericCharacterReference(value, base) {
|
|
|
24513
24515
|
}
|
|
24514
24516
|
return String.fromCodePoint(code);
|
|
24515
24517
|
}
|
|
24516
|
-
;//
|
|
24518
|
+
;// ./node_modules/micromark-util-decode-string/index.js
|
|
24517
24519
|
|
|
24518
24520
|
|
|
24519
24521
|
const characterEscapeOrReference =
|
|
@@ -24557,7 +24559,7 @@ function decode($0, $1, $2) {
|
|
|
24557
24559
|
return decodeNamedCharacterReference($2) || $0
|
|
24558
24560
|
}
|
|
24559
24561
|
|
|
24560
|
-
;//
|
|
24562
|
+
;// ./node_modules/unist-util-stringify-position/lib/index.js
|
|
24561
24563
|
/**
|
|
24562
24564
|
* @typedef {import('unist').Node} Node
|
|
24563
24565
|
* @typedef {import('unist').Point} Point
|
|
@@ -24643,7 +24645,7 @@ function lib_index(value) {
|
|
|
24643
24645
|
return value && typeof value === 'number' ? value : 1
|
|
24644
24646
|
}
|
|
24645
24647
|
|
|
24646
|
-
;//
|
|
24648
|
+
;// ./node_modules/mdast-util-from-markdown/lib/index.js
|
|
24647
24649
|
/**
|
|
24648
24650
|
* @typedef {import('mdast').Break} Break
|
|
24649
24651
|
* @typedef {import('mdast').Blockquote} Blockquote
|
|
@@ -25997,7 +25999,7 @@ function defaultOnError(left, right) {
|
|
|
25997
25999
|
}
|
|
25998
26000
|
}
|
|
25999
26001
|
|
|
26000
|
-
;//
|
|
26002
|
+
;// ./node_modules/remark-parse/lib/index.js
|
|
26001
26003
|
/**
|
|
26002
26004
|
* @typedef {import('mdast').Root} Root
|
|
26003
26005
|
* @typedef {import('mdast-util-from-markdown').Options} FromMarkdownOptions
|
|
@@ -26042,7 +26044,7 @@ function remarkParse(options) {
|
|
|
26042
26044
|
}
|
|
26043
26045
|
}
|
|
26044
26046
|
|
|
26045
|
-
;//
|
|
26047
|
+
;// ./node_modules/zwitch/index.js
|
|
26046
26048
|
/**
|
|
26047
26049
|
* @callback Handler
|
|
26048
26050
|
* Handle a value, with a certain ID field set to a certain value.
|
|
@@ -26162,7 +26164,7 @@ function zwitch(key, options) {
|
|
|
26162
26164
|
return one
|
|
26163
26165
|
}
|
|
26164
26166
|
|
|
26165
|
-
;//
|
|
26167
|
+
;// ./node_modules/mdast-util-to-markdown/lib/configure.js
|
|
26166
26168
|
/**
|
|
26167
26169
|
* @typedef {import('./types.js').Options} Options
|
|
26168
26170
|
* @typedef {import('./types.js').State} State
|
|
@@ -26244,7 +26246,7 @@ function map(left, right) {
|
|
|
26244
26246
|
}
|
|
26245
26247
|
}
|
|
26246
26248
|
|
|
26247
|
-
;//
|
|
26249
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/blockquote.js
|
|
26248
26250
|
/**
|
|
26249
26251
|
* @typedef {import('mdast').Blockquote} Blockquote
|
|
26250
26252
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26278,7 +26280,7 @@ function blockquote_map(line, _, blank) {
|
|
|
26278
26280
|
return '>' + (blank ? '' : ' ') + line
|
|
26279
26281
|
}
|
|
26280
26282
|
|
|
26281
|
-
;//
|
|
26283
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js
|
|
26282
26284
|
/**
|
|
26283
26285
|
* @typedef {import('../types.js').ConstructName} ConstructName
|
|
26284
26286
|
* @typedef {import('../types.js').Unsafe} Unsafe
|
|
@@ -26322,7 +26324,7 @@ function listInScope(stack, list, none) {
|
|
|
26322
26324
|
return false
|
|
26323
26325
|
}
|
|
26324
26326
|
|
|
26325
|
-
;//
|
|
26327
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/break.js
|
|
26326
26328
|
/**
|
|
26327
26329
|
* @typedef {import('mdast').Break} Break
|
|
26328
26330
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26356,7 +26358,7 @@ function hardBreak(_, _1, state, info) {
|
|
|
26356
26358
|
return '\\\n'
|
|
26357
26359
|
}
|
|
26358
26360
|
|
|
26359
|
-
;//
|
|
26361
|
+
;// ./node_modules/longest-streak/index.js
|
|
26360
26362
|
/**
|
|
26361
26363
|
* Get the count of the longest repeating streak of `substring` in `value`.
|
|
26362
26364
|
*
|
|
@@ -26394,7 +26396,7 @@ function longestStreak(value, substring) {
|
|
|
26394
26396
|
return max
|
|
26395
26397
|
}
|
|
26396
26398
|
|
|
26397
|
-
;//
|
|
26399
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js
|
|
26398
26400
|
/**
|
|
26399
26401
|
* @typedef {import('mdast').Code} Code
|
|
26400
26402
|
* @typedef {import('../types.js').State} State
|
|
@@ -26418,7 +26420,7 @@ function formatCodeAsIndented(node, state) {
|
|
|
26418
26420
|
)
|
|
26419
26421
|
}
|
|
26420
26422
|
|
|
26421
|
-
;//
|
|
26423
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-fence.js
|
|
26422
26424
|
/**
|
|
26423
26425
|
* @typedef {import('../types.js').Options} Options
|
|
26424
26426
|
* @typedef {import('../types.js').State} State
|
|
@@ -26442,7 +26444,7 @@ function checkFence(state) {
|
|
|
26442
26444
|
return marker
|
|
26443
26445
|
}
|
|
26444
26446
|
|
|
26445
|
-
;//
|
|
26447
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/code.js
|
|
26446
26448
|
/**
|
|
26447
26449
|
* @typedef {import('mdast').Code} Code
|
|
26448
26450
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26522,7 +26524,7 @@ function code_map(line, _, blank) {
|
|
|
26522
26524
|
return (blank ? '' : ' ') + line
|
|
26523
26525
|
}
|
|
26524
26526
|
|
|
26525
|
-
;//
|
|
26527
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-quote.js
|
|
26526
26528
|
/**
|
|
26527
26529
|
* @typedef {import('../types.js').Options} Options
|
|
26528
26530
|
* @typedef {import('../types.js').State} State
|
|
@@ -26546,7 +26548,7 @@ function checkQuote(state) {
|
|
|
26546
26548
|
return marker
|
|
26547
26549
|
}
|
|
26548
26550
|
|
|
26549
|
-
;//
|
|
26551
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/definition.js
|
|
26550
26552
|
/**
|
|
26551
26553
|
* @typedef {import('mdast').Definition} Definition
|
|
26552
26554
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26626,7 +26628,7 @@ function definition_definition(node, _, state, info) {
|
|
|
26626
26628
|
return value
|
|
26627
26629
|
}
|
|
26628
26630
|
|
|
26629
|
-
;//
|
|
26631
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js
|
|
26630
26632
|
/**
|
|
26631
26633
|
* @typedef {import('../types.js').Options} Options
|
|
26632
26634
|
* @typedef {import('../types.js').State} State
|
|
@@ -26650,7 +26652,7 @@ function checkEmphasis(state) {
|
|
|
26650
26652
|
return marker
|
|
26651
26653
|
}
|
|
26652
26654
|
|
|
26653
|
-
;//
|
|
26655
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/emphasis.js
|
|
26654
26656
|
/**
|
|
26655
26657
|
* @typedef {import('mdast').Emphasis} Emphasis
|
|
26656
26658
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -26700,7 +26702,7 @@ function emphasisPeek(_, _1, state) {
|
|
|
26700
26702
|
return state.options.emphasis || '*'
|
|
26701
26703
|
}
|
|
26702
26704
|
|
|
26703
|
-
;//
|
|
26705
|
+
;// ./node_modules/unist-util-is/lib/index.js
|
|
26704
26706
|
/**
|
|
26705
26707
|
* @typedef {import('unist').Node} Node
|
|
26706
26708
|
* @typedef {import('unist').Parent} Parent
|
|
@@ -26993,7 +26995,7 @@ function looksLikeANode(value) {
|
|
|
26993
26995
|
return value !== null && typeof value === 'object' && 'type' in value
|
|
26994
26996
|
}
|
|
26995
26997
|
|
|
26996
|
-
;//
|
|
26998
|
+
;// ./node_modules/unist-util-visit-parents/lib/color.node.js
|
|
26997
26999
|
/**
|
|
26998
27000
|
* @param {string} d
|
|
26999
27001
|
* @returns {string}
|
|
@@ -27002,7 +27004,7 @@ function color(d) {
|
|
|
27002
27004
|
return '\u001B[33m' + d + '\u001B[39m'
|
|
27003
27005
|
}
|
|
27004
27006
|
|
|
27005
|
-
;//
|
|
27007
|
+
;// ./node_modules/unist-util-visit-parents/lib/index.js
|
|
27006
27008
|
/**
|
|
27007
27009
|
* @typedef {import('unist').Node} UnistNode
|
|
27008
27010
|
* @typedef {import('unist').Parent} UnistParent
|
|
@@ -27402,7 +27404,7 @@ function toResult(value) {
|
|
|
27402
27404
|
return value === null || value === undefined ? empty : [value]
|
|
27403
27405
|
}
|
|
27404
27406
|
|
|
27405
|
-
;//
|
|
27407
|
+
;// ./node_modules/unist-util-visit/lib/index.js
|
|
27406
27408
|
/**
|
|
27407
27409
|
* @typedef {import('unist').Node} UnistNode
|
|
27408
27410
|
* @typedef {import('unist').Parent} UnistParent
|
|
@@ -27717,7 +27719,7 @@ function visit(tree, testOrVisitor, visitorOrReverse, maybeReverse) {
|
|
|
27717
27719
|
}
|
|
27718
27720
|
}
|
|
27719
27721
|
|
|
27720
|
-
;//
|
|
27722
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js
|
|
27721
27723
|
/**
|
|
27722
27724
|
* @typedef {import('mdast').Heading} Heading
|
|
27723
27725
|
* @typedef {import('../types.js').State} State
|
|
@@ -27753,7 +27755,7 @@ function formatHeadingAsSetext(node, state) {
|
|
|
27753
27755
|
)
|
|
27754
27756
|
}
|
|
27755
27757
|
|
|
27756
|
-
;//
|
|
27758
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/heading.js
|
|
27757
27759
|
/**
|
|
27758
27760
|
* @typedef {import('mdast').Heading} Heading
|
|
27759
27761
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -27835,7 +27837,7 @@ function heading(node, _, state, info) {
|
|
|
27835
27837
|
return value
|
|
27836
27838
|
}
|
|
27837
27839
|
|
|
27838
|
-
;//
|
|
27840
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/html.js
|
|
27839
27841
|
/**
|
|
27840
27842
|
* @typedef {import('mdast').Html} Html
|
|
27841
27843
|
*/
|
|
@@ -27857,7 +27859,7 @@ function htmlPeek() {
|
|
|
27857
27859
|
return '<'
|
|
27858
27860
|
}
|
|
27859
27861
|
|
|
27860
|
-
;//
|
|
27862
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/image.js
|
|
27861
27863
|
/**
|
|
27862
27864
|
* @typedef {import('mdast').Image} Image
|
|
27863
27865
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -27943,7 +27945,7 @@ function imagePeek() {
|
|
|
27943
27945
|
return '!'
|
|
27944
27946
|
}
|
|
27945
27947
|
|
|
27946
|
-
;//
|
|
27948
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/image-reference.js
|
|
27947
27949
|
/**
|
|
27948
27950
|
* @typedef {import('mdast').ImageReference} ImageReference
|
|
27949
27951
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28010,7 +28012,7 @@ function imageReferencePeek() {
|
|
|
28010
28012
|
return '!'
|
|
28011
28013
|
}
|
|
28012
28014
|
|
|
28013
|
-
;//
|
|
28015
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/inline-code.js
|
|
28014
28016
|
/**
|
|
28015
28017
|
* @typedef {import('mdast').InlineCode} InlineCode
|
|
28016
28018
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28089,7 +28091,7 @@ function inlineCodePeek() {
|
|
|
28089
28091
|
return '`'
|
|
28090
28092
|
}
|
|
28091
28093
|
|
|
28092
|
-
;//
|
|
28094
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js
|
|
28093
28095
|
/**
|
|
28094
28096
|
* @typedef {import('mdast').Link} Link
|
|
28095
28097
|
* @typedef {import('../types.js').State} State
|
|
@@ -28125,7 +28127,7 @@ function formatLinkAsAutolink(node, state) {
|
|
|
28125
28127
|
)
|
|
28126
28128
|
}
|
|
28127
28129
|
|
|
28128
|
-
;//
|
|
28130
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/link.js
|
|
28129
28131
|
/**
|
|
28130
28132
|
* @typedef {import('mdast').Link} Link
|
|
28131
28133
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28243,7 +28245,7 @@ function linkPeek(node, _, state) {
|
|
|
28243
28245
|
return formatLinkAsAutolink(node, state) ? '<' : '['
|
|
28244
28246
|
}
|
|
28245
28247
|
|
|
28246
|
-
;//
|
|
28248
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/link-reference.js
|
|
28247
28249
|
/**
|
|
28248
28250
|
* @typedef {import('mdast').LinkReference} LinkReference
|
|
28249
28251
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28310,7 +28312,7 @@ function linkReferencePeek() {
|
|
|
28310
28312
|
return '['
|
|
28311
28313
|
}
|
|
28312
28314
|
|
|
28313
|
-
;//
|
|
28315
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet.js
|
|
28314
28316
|
/**
|
|
28315
28317
|
* @typedef {import('../types.js').Options} Options
|
|
28316
28318
|
* @typedef {import('../types.js').State} State
|
|
@@ -28334,7 +28336,7 @@ function checkBullet(state) {
|
|
|
28334
28336
|
return marker
|
|
28335
28337
|
}
|
|
28336
28338
|
|
|
28337
|
-
;//
|
|
28339
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js
|
|
28338
28340
|
/**
|
|
28339
28341
|
* @typedef {import('../types.js').Options} Options
|
|
28340
28342
|
* @typedef {import('../types.js').State} State
|
|
@@ -28375,7 +28377,7 @@ function checkBulletOther(state) {
|
|
|
28375
28377
|
return bulletOther
|
|
28376
28378
|
}
|
|
28377
28379
|
|
|
28378
|
-
;//
|
|
28380
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js
|
|
28379
28381
|
/**
|
|
28380
28382
|
* @typedef {import('../types.js').Options} Options
|
|
28381
28383
|
* @typedef {import('../types.js').State} State
|
|
@@ -28399,7 +28401,7 @@ function checkBulletOrdered(state) {
|
|
|
28399
28401
|
return marker
|
|
28400
28402
|
}
|
|
28401
28403
|
|
|
28402
|
-
;//
|
|
28404
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-rule.js
|
|
28403
28405
|
/**
|
|
28404
28406
|
* @typedef {import('../types.js').Options} Options
|
|
28405
28407
|
* @typedef {import('../types.js').State} State
|
|
@@ -28423,7 +28425,7 @@ function checkRule(state) {
|
|
|
28423
28425
|
return marker
|
|
28424
28426
|
}
|
|
28425
28427
|
|
|
28426
|
-
;//
|
|
28428
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/list.js
|
|
28427
28429
|
/**
|
|
28428
28430
|
* @typedef {import('mdast').List} List
|
|
28429
28431
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28527,7 +28529,7 @@ function list_list(node, parent, state, info) {
|
|
|
28527
28529
|
return value
|
|
28528
28530
|
}
|
|
28529
28531
|
|
|
28530
|
-
;//
|
|
28532
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js
|
|
28531
28533
|
/**
|
|
28532
28534
|
* @typedef {import('../types.js').Options} Options
|
|
28533
28535
|
* @typedef {import('../types.js').State} State
|
|
@@ -28551,7 +28553,7 @@ function checkListItemIndent(state) {
|
|
|
28551
28553
|
return style
|
|
28552
28554
|
}
|
|
28553
28555
|
|
|
28554
|
-
;//
|
|
28556
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/list-item.js
|
|
28555
28557
|
/**
|
|
28556
28558
|
* @typedef {import('mdast').ListItem} ListItem
|
|
28557
28559
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28618,7 +28620,7 @@ function listItem(node, parent, state, info) {
|
|
|
28618
28620
|
}
|
|
28619
28621
|
}
|
|
28620
28622
|
|
|
28621
|
-
;//
|
|
28623
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/paragraph.js
|
|
28622
28624
|
/**
|
|
28623
28625
|
* @typedef {import('mdast').Paragraph} Paragraph
|
|
28624
28626
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -28642,7 +28644,7 @@ function paragraph(node, _, state, info) {
|
|
|
28642
28644
|
return value
|
|
28643
28645
|
}
|
|
28644
28646
|
|
|
28645
|
-
;//
|
|
28647
|
+
;// ./node_modules/mdast-util-phrasing/lib/index.js
|
|
28646
28648
|
/**
|
|
28647
28649
|
* @typedef {import('mdast').Html} Html
|
|
28648
28650
|
* @typedef {import('mdast').PhrasingContent} PhrasingContent
|
|
@@ -28689,7 +28691,7 @@ const phrasing =
|
|
|
28689
28691
|
])
|
|
28690
28692
|
)
|
|
28691
28693
|
|
|
28692
|
-
;//
|
|
28694
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/root.js
|
|
28693
28695
|
/**
|
|
28694
28696
|
* @typedef {import('mdast').Parents} Parents
|
|
28695
28697
|
* @typedef {import('mdast').Root} Root
|
|
@@ -28715,7 +28717,7 @@ function root(node, _, state, info) {
|
|
|
28715
28717
|
return fn.call(state, node, info)
|
|
28716
28718
|
}
|
|
28717
28719
|
|
|
28718
|
-
;//
|
|
28720
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-strong.js
|
|
28719
28721
|
/**
|
|
28720
28722
|
* @typedef {import('../types.js').Options} Options
|
|
28721
28723
|
* @typedef {import('../types.js').State} State
|
|
@@ -28739,7 +28741,7 @@ function checkStrong(state) {
|
|
|
28739
28741
|
return marker
|
|
28740
28742
|
}
|
|
28741
28743
|
|
|
28742
|
-
;//
|
|
28744
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/strong.js
|
|
28743
28745
|
/**
|
|
28744
28746
|
* @typedef {import('mdast').Parents} Parents
|
|
28745
28747
|
* @typedef {import('mdast').Strong} Strong
|
|
@@ -28789,7 +28791,7 @@ function strongPeek(_, _1, state) {
|
|
|
28789
28791
|
return state.options.strong || '*'
|
|
28790
28792
|
}
|
|
28791
28793
|
|
|
28792
|
-
;//
|
|
28794
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/text.js
|
|
28793
28795
|
/**
|
|
28794
28796
|
* @typedef {import('mdast').Parents} Parents
|
|
28795
28797
|
* @typedef {import('mdast').Text} Text
|
|
@@ -28808,7 +28810,7 @@ function handle_text_text(node, _, state, info) {
|
|
|
28808
28810
|
return state.safe(node.value, info)
|
|
28809
28811
|
}
|
|
28810
28812
|
|
|
28811
|
-
;//
|
|
28813
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js
|
|
28812
28814
|
/**
|
|
28813
28815
|
* @typedef {import('../types.js').Options} Options
|
|
28814
28816
|
* @typedef {import('../types.js').State} State
|
|
@@ -28832,7 +28834,7 @@ function checkRuleRepetition(state) {
|
|
|
28832
28834
|
return repetition
|
|
28833
28835
|
}
|
|
28834
28836
|
|
|
28835
|
-
;//
|
|
28837
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js
|
|
28836
28838
|
/**
|
|
28837
28839
|
* @typedef {import('mdast').Parents} Parents
|
|
28838
28840
|
* @typedef {import('mdast').ThematicBreak} ThematicBreak
|
|
@@ -28856,7 +28858,7 @@ function thematic_break_thematicBreak(_, _1, state) {
|
|
|
28856
28858
|
return state.options.ruleSpaces ? value.slice(0, -1) : value
|
|
28857
28859
|
}
|
|
28858
28860
|
|
|
28859
|
-
;//
|
|
28861
|
+
;// ./node_modules/mdast-util-to-markdown/lib/handle/index.js
|
|
28860
28862
|
|
|
28861
28863
|
|
|
28862
28864
|
|
|
@@ -28903,7 +28905,7 @@ const handle = {
|
|
|
28903
28905
|
thematicBreak: thematic_break_thematicBreak
|
|
28904
28906
|
}
|
|
28905
28907
|
|
|
28906
|
-
;//
|
|
28908
|
+
;// ./node_modules/mdast-util-to-markdown/lib/join.js
|
|
28907
28909
|
/**
|
|
28908
28910
|
* @typedef {import('./types.js').Join} Join
|
|
28909
28911
|
*/
|
|
@@ -28944,7 +28946,7 @@ function joinDefaults(left, right, parent, state) {
|
|
|
28944
28946
|
}
|
|
28945
28947
|
}
|
|
28946
28948
|
|
|
28947
|
-
;//
|
|
28949
|
+
;// ./node_modules/mdast-util-to-markdown/lib/unsafe.js
|
|
28948
28950
|
/**
|
|
28949
28951
|
* @typedef {import('./types.js').ConstructName} ConstructName
|
|
28950
28952
|
* @typedef {import('./types.js').Unsafe} Unsafe
|
|
@@ -29093,7 +29095,7 @@ const unsafe = [
|
|
|
29093
29095
|
{atBreak: true, character: '~'}
|
|
29094
29096
|
]
|
|
29095
29097
|
|
|
29096
|
-
;//
|
|
29098
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/association.js
|
|
29097
29099
|
/**
|
|
29098
29100
|
* @typedef {import('../types.js').AssociationId} AssociationId
|
|
29099
29101
|
*/
|
|
@@ -29128,7 +29130,7 @@ function association(node) {
|
|
|
29128
29130
|
return decodeString(node.identifier)
|
|
29129
29131
|
}
|
|
29130
29132
|
|
|
29131
|
-
;//
|
|
29133
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js
|
|
29132
29134
|
/**
|
|
29133
29135
|
* @typedef {import('../types.js').CompilePattern} CompilePattern
|
|
29134
29136
|
*/
|
|
@@ -29154,7 +29156,7 @@ function compilePattern(pattern) {
|
|
|
29154
29156
|
return pattern._compiled
|
|
29155
29157
|
}
|
|
29156
29158
|
|
|
29157
|
-
;//
|
|
29159
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js
|
|
29158
29160
|
/**
|
|
29159
29161
|
* @typedef {import('../types.js').Handle} Handle
|
|
29160
29162
|
* @typedef {import('../types.js').Info} Info
|
|
@@ -29252,7 +29254,7 @@ function containerPhrasing(parent, state, info) {
|
|
|
29252
29254
|
return results.join('')
|
|
29253
29255
|
}
|
|
29254
29256
|
|
|
29255
|
-
;//
|
|
29257
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/container-flow.js
|
|
29256
29258
|
/**
|
|
29257
29259
|
* @typedef {import('../types.js').FlowParents} FlowParents
|
|
29258
29260
|
* @typedef {import('../types.js').FlowChildren} FlowChildren
|
|
@@ -29340,7 +29342,7 @@ function between(left, right, parent, state) {
|
|
|
29340
29342
|
return '\n\n'
|
|
29341
29343
|
}
|
|
29342
29344
|
|
|
29343
|
-
;//
|
|
29345
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/indent-lines.js
|
|
29344
29346
|
/**
|
|
29345
29347
|
* @typedef {import('../types.js').IndentLines} IndentLines
|
|
29346
29348
|
*/
|
|
@@ -29377,7 +29379,7 @@ function indentLines(value, map) {
|
|
|
29377
29379
|
}
|
|
29378
29380
|
}
|
|
29379
29381
|
|
|
29380
|
-
;//
|
|
29382
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/safe.js
|
|
29381
29383
|
/**
|
|
29382
29384
|
* @typedef {import('../types.js').SafeConfig} SafeConfig
|
|
29383
29385
|
* @typedef {import('../types.js').State} State
|
|
@@ -29555,7 +29557,7 @@ function escapeBackslashes(value, after) {
|
|
|
29555
29557
|
return results.join('')
|
|
29556
29558
|
}
|
|
29557
29559
|
|
|
29558
|
-
;//
|
|
29560
|
+
;// ./node_modules/mdast-util-to-markdown/lib/util/track.js
|
|
29559
29561
|
/**
|
|
29560
29562
|
* @typedef {import('../types.js').CreateTracker} CreateTracker
|
|
29561
29563
|
* @typedef {import('../types.js').TrackCurrent} TrackCurrent
|
|
@@ -29615,7 +29617,7 @@ function track(config) {
|
|
|
29615
29617
|
}
|
|
29616
29618
|
}
|
|
29617
29619
|
|
|
29618
|
-
;//
|
|
29620
|
+
;// ./node_modules/mdast-util-to-markdown/lib/index.js
|
|
29619
29621
|
/**
|
|
29620
29622
|
* @typedef {import('mdast').Nodes} Nodes
|
|
29621
29623
|
* @typedef {import('./types.js').Enter} Enter
|
|
@@ -29810,7 +29812,7 @@ function safeBound(value, config) {
|
|
|
29810
29812
|
return safe(this, value, config)
|
|
29811
29813
|
}
|
|
29812
29814
|
|
|
29813
|
-
;//
|
|
29815
|
+
;// ./node_modules/remark-stringify/lib/index.js
|
|
29814
29816
|
/**
|
|
29815
29817
|
* @typedef {import('mdast').Root} Root
|
|
29816
29818
|
* @typedef {import('mdast-util-to-markdown').Options} ToMarkdownOptions
|
|
@@ -29854,7 +29856,7 @@ function remarkStringify(options) {
|
|
|
29854
29856
|
}
|
|
29855
29857
|
}
|
|
29856
29858
|
|
|
29857
|
-
;//
|
|
29859
|
+
;// ./node_modules/bail/index.js
|
|
29858
29860
|
/**
|
|
29859
29861
|
* Throw a given error.
|
|
29860
29862
|
*
|
|
@@ -29871,7 +29873,7 @@ function bail(error) {
|
|
|
29871
29873
|
// EXTERNAL MODULE: ./node_modules/extend/index.js
|
|
29872
29874
|
var extend = __webpack_require__(2849);
|
|
29873
29875
|
var extend_default = /*#__PURE__*/__webpack_require__.n(extend);
|
|
29874
|
-
;//
|
|
29876
|
+
;// ./node_modules/devlop/lib/default.js
|
|
29875
29877
|
function deprecate(fn) {
|
|
29876
29878
|
return fn
|
|
29877
29879
|
}
|
|
@@ -29882,7 +29884,7 @@ function default_ok() {}
|
|
|
29882
29884
|
|
|
29883
29885
|
function unreachable() {}
|
|
29884
29886
|
|
|
29885
|
-
;//
|
|
29887
|
+
;// ./node_modules/unified/node_modules/is-plain-obj/index.js
|
|
29886
29888
|
function isPlainObject(value) {
|
|
29887
29889
|
if (typeof value !== 'object' || value === null) {
|
|
29888
29890
|
return false;
|
|
@@ -29892,7 +29894,7 @@ function isPlainObject(value) {
|
|
|
29892
29894
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
29893
29895
|
}
|
|
29894
29896
|
|
|
29895
|
-
;//
|
|
29897
|
+
;// ./node_modules/trough/lib/index.js
|
|
29896
29898
|
// To do: remove `void`s
|
|
29897
29899
|
// To do: remove `null` from output of our APIs, allow it as user APIs.
|
|
29898
29900
|
|
|
@@ -30100,7 +30102,7 @@ function wrap(middleware, callback) {
|
|
|
30100
30102
|
}
|
|
30101
30103
|
}
|
|
30102
30104
|
|
|
30103
|
-
;//
|
|
30105
|
+
;// ./node_modules/vfile-message/lib/index.js
|
|
30104
30106
|
/**
|
|
30105
30107
|
* @typedef {import('unist').Node} Node
|
|
30106
30108
|
* @typedef {import('unist').Point} Point
|
|
@@ -30420,13 +30422,13 @@ VFileMessage.prototype.place = undefined
|
|
|
30420
30422
|
VFileMessage.prototype.ruleId = undefined
|
|
30421
30423
|
VFileMessage.prototype.source = undefined
|
|
30422
30424
|
|
|
30423
|
-
;//
|
|
30425
|
+
;// external "node:path"
|
|
30424
30426
|
const external_node_path_namespaceObject = require("node:path");
|
|
30425
30427
|
var external_node_path_default = /*#__PURE__*/__webpack_require__.n(external_node_path_namespaceObject);
|
|
30426
|
-
;//
|
|
30428
|
+
;// external "node:process"
|
|
30427
30429
|
const external_node_process_namespaceObject = require("node:process");
|
|
30428
30430
|
var external_node_process_default = /*#__PURE__*/__webpack_require__.n(external_node_process_namespaceObject);
|
|
30429
|
-
;//
|
|
30431
|
+
;// ./node_modules/vfile/lib/minurl.shared.js
|
|
30430
30432
|
/**
|
|
30431
30433
|
* Checks if a value has the shape of a WHATWG URL object.
|
|
30432
30434
|
*
|
|
@@ -30459,9 +30461,9 @@ function isUrl(fileUrlOrPath) {
|
|
|
30459
30461
|
)
|
|
30460
30462
|
}
|
|
30461
30463
|
|
|
30462
|
-
;//
|
|
30464
|
+
;// external "node:url"
|
|
30463
30465
|
const external_node_url_namespaceObject = require("node:url");
|
|
30464
|
-
;//
|
|
30466
|
+
;// ./node_modules/vfile/lib/index.js
|
|
30465
30467
|
/**
|
|
30466
30468
|
* @typedef {import('unist').Node} Node
|
|
30467
30469
|
* @typedef {import('unist').Point} Point
|
|
@@ -31166,7 +31168,7 @@ function isUint8Array(value) {
|
|
|
31166
31168
|
)
|
|
31167
31169
|
}
|
|
31168
31170
|
|
|
31169
|
-
;//
|
|
31171
|
+
;// ./node_modules/unified/lib/callable-instance.js
|
|
31170
31172
|
const CallableInstance =
|
|
31171
31173
|
/**
|
|
31172
31174
|
* @type {new <Parameters extends Array<unknown>, Result>(property: string | symbol) => (...parameters: Parameters) => Result}
|
|
@@ -31207,7 +31209,7 @@ const CallableInstance =
|
|
|
31207
31209
|
)
|
|
31208
31210
|
)
|
|
31209
31211
|
|
|
31210
|
-
;//
|
|
31212
|
+
;// ./node_modules/unified/lib/index.js
|
|
31211
31213
|
/**
|
|
31212
31214
|
* @typedef {import('trough').Pipeline} Pipeline
|
|
31213
31215
|
*
|
|
@@ -32532,7 +32534,7 @@ function lib_isUint8Array(value) {
|
|
|
32532
32534
|
)
|
|
32533
32535
|
}
|
|
32534
32536
|
|
|
32535
|
-
;//
|
|
32537
|
+
;// ./node_modules/remark/index.js
|
|
32536
32538
|
// Note: types exposed from `index.d.ts`
|
|
32537
32539
|
|
|
32538
32540
|
|
|
@@ -32544,7 +32546,7 @@ function lib_isUint8Array(value) {
|
|
|
32544
32546
|
*/
|
|
32545
32547
|
const remark = unified().use(remarkParse).use(remarkStringify).freeze()
|
|
32546
32548
|
|
|
32547
|
-
;//
|
|
32549
|
+
;// ./node_modules/mdast-util-mdx-expression/lib/index.js
|
|
32548
32550
|
/**
|
|
32549
32551
|
* @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
|
|
32550
32552
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
@@ -32657,7 +32659,7 @@ function handleMdxExpression(node) {
|
|
|
32657
32659
|
return '{' + value + '}'
|
|
32658
32660
|
}
|
|
32659
32661
|
|
|
32660
|
-
;//
|
|
32662
|
+
;// ./node_modules/ccount/index.js
|
|
32661
32663
|
/**
|
|
32662
32664
|
* Count how often a character (or substring) is used in a string.
|
|
32663
32665
|
*
|
|
@@ -32686,7 +32688,7 @@ function ccount(value, character) {
|
|
|
32686
32688
|
return count
|
|
32687
32689
|
}
|
|
32688
32690
|
|
|
32689
|
-
;//
|
|
32691
|
+
;// ./node_modules/character-entities-legacy/index.js
|
|
32690
32692
|
/**
|
|
32691
32693
|
* List of legacy HTML named character references that don’t need a trailing semicolon.
|
|
32692
32694
|
*
|
|
@@ -32801,7 +32803,7 @@ const characterEntitiesLegacy = [
|
|
|
32801
32803
|
'yuml'
|
|
32802
32804
|
]
|
|
32803
32805
|
|
|
32804
|
-
;//
|
|
32806
|
+
;// ./node_modules/character-reference-invalid/index.js
|
|
32805
32807
|
/**
|
|
32806
32808
|
* Map of invalid numeric character references to their replacements, according to HTML.
|
|
32807
32809
|
*
|
|
@@ -32838,7 +32840,7 @@ const characterReferenceInvalid = {
|
|
|
32838
32840
|
159: 'Ÿ'
|
|
32839
32841
|
}
|
|
32840
32842
|
|
|
32841
|
-
;//
|
|
32843
|
+
;// ./node_modules/is-decimal/index.js
|
|
32842
32844
|
/**
|
|
32843
32845
|
* Check if the given character code, or the character code at the first
|
|
32844
32846
|
* character, is decimal.
|
|
@@ -32853,7 +32855,7 @@ function isDecimal(character) {
|
|
|
32853
32855
|
return code >= 48 && code <= 57 /* 0-9 */
|
|
32854
32856
|
}
|
|
32855
32857
|
|
|
32856
|
-
;//
|
|
32858
|
+
;// ./node_modules/is-hexadecimal/index.js
|
|
32857
32859
|
/**
|
|
32858
32860
|
* Check if the given character code, or the character code at the first
|
|
32859
32861
|
* character, is hexadecimal.
|
|
@@ -32872,7 +32874,7 @@ function isHexadecimal(character) {
|
|
|
32872
32874
|
)
|
|
32873
32875
|
}
|
|
32874
32876
|
|
|
32875
|
-
;//
|
|
32877
|
+
;// ./node_modules/is-alphabetical/index.js
|
|
32876
32878
|
/**
|
|
32877
32879
|
* Check if the given character code, or the character code at the first
|
|
32878
32880
|
* character, is alphabetical.
|
|
@@ -32890,7 +32892,7 @@ function isAlphabetical(character) {
|
|
|
32890
32892
|
)
|
|
32891
32893
|
}
|
|
32892
32894
|
|
|
32893
|
-
;//
|
|
32895
|
+
;// ./node_modules/is-alphanumerical/index.js
|
|
32894
32896
|
|
|
32895
32897
|
|
|
32896
32898
|
|
|
@@ -32905,7 +32907,7 @@ function isAlphanumerical(character) {
|
|
|
32905
32907
|
return isAlphabetical(character) || isDecimal(character)
|
|
32906
32908
|
}
|
|
32907
32909
|
|
|
32908
|
-
;//
|
|
32910
|
+
;// ./node_modules/parse-entities/lib/index.js
|
|
32909
32911
|
/**
|
|
32910
32912
|
* @typedef {import('unist').Point} Point
|
|
32911
32913
|
* @typedef {import('unist').Position} Position
|
|
@@ -33313,7 +33315,7 @@ function disallowed(code) {
|
|
|
33313
33315
|
)
|
|
33314
33316
|
}
|
|
33315
33317
|
|
|
33316
|
-
;//
|
|
33318
|
+
;// ./node_modules/stringify-entities/lib/core.js
|
|
33317
33319
|
/**
|
|
33318
33320
|
* @typedef CoreOptions
|
|
33319
33321
|
* @property {ReadonlyArray<string>} [subset=[]]
|
|
@@ -33432,7 +33434,7 @@ function charactersToExpression(subset) {
|
|
|
33432
33434
|
return new RegExp('(?:' + groups.join('|') + ')', 'g')
|
|
33433
33435
|
}
|
|
33434
33436
|
|
|
33435
|
-
;//
|
|
33437
|
+
;// ./node_modules/stringify-entities/lib/util/format-basic.js
|
|
33436
33438
|
/**
|
|
33437
33439
|
* The smallest way to encode a character.
|
|
33438
33440
|
*
|
|
@@ -33443,7 +33445,7 @@ function formatBasic(code) {
|
|
|
33443
33445
|
return '&#x' + code.toString(16).toUpperCase() + ';'
|
|
33444
33446
|
}
|
|
33445
33447
|
|
|
33446
|
-
;//
|
|
33448
|
+
;// ./node_modules/stringify-entities/lib/index.js
|
|
33447
33449
|
/**
|
|
33448
33450
|
* @typedef {import('./core.js').CoreOptions & import('./util/format-smart.js').FormatSmartOptions} Options
|
|
33449
33451
|
* @typedef {import('./core.js').CoreOptions} LightOptions
|
|
@@ -33481,7 +33483,7 @@ function stringifyEntitiesLight(value, options) {
|
|
|
33481
33483
|
return core_core(value, Object.assign({format: formatBasic}, options))
|
|
33482
33484
|
}
|
|
33483
33485
|
|
|
33484
|
-
;//
|
|
33486
|
+
;// ./node_modules/mdast-util-mdx-jsx/lib/index.js
|
|
33485
33487
|
/**
|
|
33486
33488
|
* @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
|
|
33487
33489
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
@@ -34281,7 +34283,7 @@ function peekElement() {
|
|
|
34281
34283
|
return '<'
|
|
34282
34284
|
}
|
|
34283
34285
|
|
|
34284
|
-
;//
|
|
34286
|
+
;// ./node_modules/mdast-util-mdxjs-esm/lib/index.js
|
|
34285
34287
|
/**
|
|
34286
34288
|
* @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
|
|
34287
34289
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
@@ -34370,7 +34372,7 @@ function handleMdxjsEsm(node) {
|
|
|
34370
34372
|
return node.value || ''
|
|
34371
34373
|
}
|
|
34372
34374
|
|
|
34373
|
-
;//
|
|
34375
|
+
;// ./node_modules/mdast-util-mdx/lib/index.js
|
|
34374
34376
|
/**
|
|
34375
34377
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
34376
34378
|
* @typedef {import('mdast-util-mdx-jsx').ToMarkdownOptions} ToMarkdownOptions
|
|
@@ -34420,7 +34422,7 @@ function mdxToMarkdown(options) {
|
|
|
34420
34422
|
}
|
|
34421
34423
|
}
|
|
34422
34424
|
|
|
34423
|
-
;//
|
|
34425
|
+
;// ./node_modules/acorn/dist/acorn.mjs
|
|
34424
34426
|
// This file was generated. Do not modify manually!
|
|
34425
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];
|
|
34426
34428
|
|
|
@@ -40461,7 +40463,7 @@ function tokenizer(input, options) {
|
|
|
40461
40463
|
// EXTERNAL MODULE: ./node_modules/acorn-jsx/index.js
|
|
40462
40464
|
var acorn_jsx = __webpack_require__(9214);
|
|
40463
40465
|
var acorn_jsx_default = /*#__PURE__*/__webpack_require__.n(acorn_jsx);
|
|
40464
|
-
;//
|
|
40466
|
+
;// ./node_modules/estree-util-visit/lib/color.node.js
|
|
40465
40467
|
/**
|
|
40466
40468
|
* @param {string} d
|
|
40467
40469
|
* @returns {string}
|
|
@@ -40470,7 +40472,7 @@ function color_node_color(d) {
|
|
|
40470
40472
|
return '\u001B[33m' + d + '\u001B[39m'
|
|
40471
40473
|
}
|
|
40472
40474
|
|
|
40473
|
-
;//
|
|
40475
|
+
;// ./node_modules/estree-util-visit/lib/index.js
|
|
40474
40476
|
/**
|
|
40475
40477
|
* @typedef {import('estree-jsx').Node} Node
|
|
40476
40478
|
*/
|
|
@@ -40701,7 +40703,7 @@ function nodelike(value) {
|
|
|
40701
40703
|
)
|
|
40702
40704
|
}
|
|
40703
40705
|
|
|
40704
|
-
;//
|
|
40706
|
+
;// ./node_modules/micromark-util-events-to-acorn/index.js
|
|
40705
40707
|
/**
|
|
40706
40708
|
* @typedef {import('acorn').Comment} Comment
|
|
40707
40709
|
* @typedef {import('acorn').Node} AcornNode
|
|
@@ -41121,7 +41123,7 @@ function micromark_util_events_to_acorn_serializeChunks(chunks) {
|
|
|
41121
41123
|
}
|
|
41122
41124
|
return result.join('');
|
|
41123
41125
|
}
|
|
41124
|
-
;//
|
|
41126
|
+
;// ./node_modules/unist-util-position-from-estree/lib/index.js
|
|
41125
41127
|
/**
|
|
41126
41128
|
* @typedef {import('unist').Point} UnistPoint
|
|
41127
41129
|
* @typedef {import('unist').Position} UnistPosition
|
|
@@ -41200,7 +41202,7 @@ function numberOrUndefined(value) {
|
|
|
41200
41202
|
return typeof value === 'number' && value > -1 ? value : undefined
|
|
41201
41203
|
}
|
|
41202
41204
|
|
|
41203
|
-
;//
|
|
41205
|
+
;// ./node_modules/micromark-factory-mdx-expression/index.js
|
|
41204
41206
|
/**
|
|
41205
41207
|
* @typedef {import('estree').Program} Program
|
|
41206
41208
|
* @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
|
|
@@ -41582,7 +41584,7 @@ function mdxExpressionParse(
|
|
|
41582
41584
|
}
|
|
41583
41585
|
}
|
|
41584
41586
|
|
|
41585
|
-
;//
|
|
41587
|
+
;// ./node_modules/micromark-extension-mdx-expression/lib/syntax.js
|
|
41586
41588
|
/**
|
|
41587
41589
|
* @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
|
|
41588
41590
|
* @typedef {import('micromark-util-events-to-acorn').AcornOptions} AcornOptions
|
|
@@ -41810,7 +41812,7 @@ function mdxExpression(options) {
|
|
|
41810
41812
|
}
|
|
41811
41813
|
}
|
|
41812
41814
|
}
|
|
41813
|
-
;//
|
|
41815
|
+
;// ./node_modules/estree-util-is-identifier-name/lib/index.js
|
|
41814
41816
|
/**
|
|
41815
41817
|
* @typedef Options
|
|
41816
41818
|
* Configuration.
|
|
@@ -41873,7 +41875,7 @@ function lib_name(name, options) {
|
|
|
41873
41875
|
return re.test(name)
|
|
41874
41876
|
}
|
|
41875
41877
|
|
|
41876
|
-
;//
|
|
41878
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/factory-tag.js
|
|
41877
41879
|
/**
|
|
41878
41880
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
41879
41881
|
* @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
|
|
@@ -42698,7 +42700,7 @@ function factoryTag(effects, ok, nok, acorn, acornOptions, addResult, allowLazy,
|
|
|
42698
42700
|
function serializeCharCode(code) {
|
|
42699
42701
|
return 'U+' + code.toString(16).toUpperCase().padStart(4, '0');
|
|
42700
42702
|
}
|
|
42701
|
-
;//
|
|
42703
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/jsx-text.js
|
|
42702
42704
|
/**
|
|
42703
42705
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
42704
42706
|
* @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
|
|
@@ -42749,7 +42751,7 @@ function jsxText(acorn, options) {
|
|
|
42749
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');
|
|
42750
42752
|
}
|
|
42751
42753
|
}
|
|
42752
|
-
;//
|
|
42754
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/jsx-flow.js
|
|
42753
42755
|
/**
|
|
42754
42756
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
42755
42757
|
* @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
|
|
@@ -42875,7 +42877,7 @@ function jsxFlow(acorn, options) {
|
|
|
42875
42877
|
}
|
|
42876
42878
|
}
|
|
42877
42879
|
}
|
|
42878
|
-
;//
|
|
42880
|
+
;// ./node_modules/micromark-extension-mdx-jsx/lib/syntax.js
|
|
42879
42881
|
/**
|
|
42880
42882
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
42881
42883
|
* @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
|
|
@@ -42940,7 +42942,7 @@ function mdxJsx(options) {
|
|
|
42940
42942
|
}
|
|
42941
42943
|
};
|
|
42942
42944
|
}
|
|
42943
|
-
;//
|
|
42945
|
+
;// ./node_modules/micromark-extension-mdx-md/index.js
|
|
42944
42946
|
/**
|
|
42945
42947
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
42946
42948
|
*/
|
|
@@ -42959,7 +42961,7 @@ function mdxMd() {
|
|
|
42959
42961
|
}
|
|
42960
42962
|
}
|
|
42961
42963
|
|
|
42962
|
-
;//
|
|
42964
|
+
;// ./node_modules/micromark-extension-mdxjs-esm/lib/syntax.js
|
|
42963
42965
|
/**
|
|
42964
42966
|
* @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
|
|
42965
42967
|
* @typedef {import('micromark-util-events-to-acorn').AcornOptions} AcornOptions
|
|
@@ -43227,7 +43229,7 @@ function tokenizeNextBlank(effects, ok, nok) {
|
|
|
43227
43229
|
return effects.attempt(blankLine, ok, nok);
|
|
43228
43230
|
}
|
|
43229
43231
|
}
|
|
43230
|
-
;//
|
|
43232
|
+
;// ./node_modules/micromark-extension-mdxjs/index.js
|
|
43231
43233
|
/**
|
|
43232
43234
|
* @typedef {import('micromark-extension-mdx-expression').Options} Options
|
|
43233
43235
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
@@ -43268,7 +43270,7 @@ function mdxjs(options) {
|
|
|
43268
43270
|
])
|
|
43269
43271
|
}
|
|
43270
43272
|
|
|
43271
|
-
;//
|
|
43273
|
+
;// ./node_modules/remark-mdx/lib/index.js
|
|
43272
43274
|
/**
|
|
43273
43275
|
* @typedef {import('mdast-util-mdx').ToMarkdownOptions} ToMarkdownOptions
|
|
43274
43276
|
* @typedef {import('micromark-extension-mdxjs').Options} MicromarkOptions
|
|
@@ -43317,7 +43319,7 @@ function remarkMdx(options) {
|
|
|
43317
43319
|
// EXTERNAL MODULE: ./node_modules/format/format.js
|
|
43318
43320
|
var format_format = __webpack_require__(6311);
|
|
43319
43321
|
var format_default = /*#__PURE__*/__webpack_require__.n(format_format);
|
|
43320
|
-
;//
|
|
43322
|
+
;// ./node_modules/fault/index.js
|
|
43321
43323
|
// @ts-expect-error
|
|
43322
43324
|
|
|
43323
43325
|
|
|
@@ -43360,7 +43362,7 @@ function create(Constructor) {
|
|
|
43360
43362
|
}
|
|
43361
43363
|
}
|
|
43362
43364
|
|
|
43363
|
-
;//
|
|
43365
|
+
;// ./node_modules/micromark-extension-frontmatter/lib/to-matters.js
|
|
43364
43366
|
/**
|
|
43365
43367
|
* @typedef {'toml' | 'yaml'} Preset
|
|
43366
43368
|
* Known name of a frontmatter style.
|
|
@@ -43486,7 +43488,7 @@ function matter(option) {
|
|
|
43486
43488
|
return result
|
|
43487
43489
|
}
|
|
43488
43490
|
|
|
43489
|
-
;//
|
|
43491
|
+
;// ./node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp/index.js
|
|
43490
43492
|
function escapeStringRegexp(string) {
|
|
43491
43493
|
if (typeof string !== 'string') {
|
|
43492
43494
|
throw new TypeError('Expected a string');
|
|
@@ -43499,7 +43501,7 @@ function escapeStringRegexp(string) {
|
|
|
43499
43501
|
.replace(/-/g, '\\x2d');
|
|
43500
43502
|
}
|
|
43501
43503
|
|
|
43502
|
-
;//
|
|
43504
|
+
;// ./node_modules/mdast-util-frontmatter/lib/index.js
|
|
43503
43505
|
/**
|
|
43504
43506
|
* @typedef {import('mdast').Literal} Literal
|
|
43505
43507
|
*
|
|
@@ -43677,7 +43679,7 @@ function pick(schema, prop) {
|
|
|
43677
43679
|
return typeof schema === 'string' ? schema : schema[prop]
|
|
43678
43680
|
}
|
|
43679
43681
|
|
|
43680
|
-
;//
|
|
43682
|
+
;// ./node_modules/micromark-extension-frontmatter/lib/syntax.js
|
|
43681
43683
|
/**
|
|
43682
43684
|
* @typedef {import('micromark-util-types').Construct} Construct
|
|
43683
43685
|
* @typedef {import('micromark-util-types').ConstructRecord} ConstructRecord
|
|
@@ -44073,7 +44075,7 @@ function syntax_pick(schema, prop) {
|
|
|
44073
44075
|
return typeof schema === 'string' ? schema : schema[prop]
|
|
44074
44076
|
}
|
|
44075
44077
|
|
|
44076
|
-
;//
|
|
44078
|
+
;// ./node_modules/remark-frontmatter/lib/index.js
|
|
44077
44079
|
/// <reference types="remark-parse" />
|
|
44078
44080
|
/// <reference types="remark-stringify" />
|
|
44079
44081
|
|
|
@@ -44120,7 +44122,7 @@ function remarkFrontmatter(options) {
|
|
|
44120
44122
|
toMarkdownExtensions.push(frontmatterToMarkdown(settings))
|
|
44121
44123
|
}
|
|
44122
44124
|
|
|
44123
|
-
;//
|
|
44125
|
+
;// ./node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js
|
|
44124
44126
|
function escape_string_regexp_escapeStringRegexp(string) {
|
|
44125
44127
|
if (typeof string !== 'string') {
|
|
44126
44128
|
throw new TypeError('Expected a string');
|
|
@@ -44133,7 +44135,7 @@ function escape_string_regexp_escapeStringRegexp(string) {
|
|
|
44133
44135
|
.replace(/-/g, '\\x2d');
|
|
44134
44136
|
}
|
|
44135
44137
|
|
|
44136
|
-
;//
|
|
44138
|
+
;// ./node_modules/mdast-util-find-and-replace/lib/index.js
|
|
44137
44139
|
/**
|
|
44138
44140
|
* @typedef {import('mdast').Nodes} Nodes
|
|
44139
44141
|
* @typedef {import('mdast').Parents} Parents
|
|
@@ -44401,7 +44403,7 @@ function toFunction(replace) {
|
|
|
44401
44403
|
}
|
|
44402
44404
|
}
|
|
44403
44405
|
|
|
44404
|
-
;//
|
|
44406
|
+
;// ./node_modules/mdast-util-gfm-autolink-literal/lib/index.js
|
|
44405
44407
|
/**
|
|
44406
44408
|
* @typedef {import('mdast').Link} Link
|
|
44407
44409
|
* @typedef {import('mdast').PhrasingContent} PhrasingContent
|
|
@@ -44691,7 +44693,7 @@ function lib_previous(match, email) {
|
|
|
44691
44693
|
)
|
|
44692
44694
|
}
|
|
44693
44695
|
|
|
44694
|
-
;//
|
|
44696
|
+
;// ./node_modules/mdast-util-gfm-footnote/lib/index.js
|
|
44695
44697
|
/**
|
|
44696
44698
|
* @typedef {import('mdast').FootnoteDefinition} FootnoteDefinition
|
|
44697
44699
|
* @typedef {import('mdast').FootnoteReference} FootnoteReference
|
|
@@ -44891,7 +44893,7 @@ function lib_map(line, index, blank) {
|
|
|
44891
44893
|
return (blank ? '' : ' ') + line
|
|
44892
44894
|
}
|
|
44893
44895
|
|
|
44894
|
-
;//
|
|
44896
|
+
;// ./node_modules/mdast-util-gfm-strikethrough/lib/index.js
|
|
44895
44897
|
/**
|
|
44896
44898
|
* @typedef {import('mdast').Delete} Delete
|
|
44897
44899
|
*
|
|
@@ -44999,7 +45001,7 @@ function peekDelete() {
|
|
|
44999
45001
|
return '~'
|
|
45000
45002
|
}
|
|
45001
45003
|
|
|
45002
|
-
;//
|
|
45004
|
+
;// ./node_modules/markdown-table/index.js
|
|
45003
45005
|
/**
|
|
45004
45006
|
* @typedef Options
|
|
45005
45007
|
* Configuration (optional).
|
|
@@ -45381,7 +45383,7 @@ function toAlignment(value) {
|
|
|
45381
45383
|
: 0
|
|
45382
45384
|
}
|
|
45383
45385
|
|
|
45384
|
-
;//
|
|
45386
|
+
;// ./node_modules/mdast-util-gfm-table/lib/index.js
|
|
45385
45387
|
/**
|
|
45386
45388
|
* @typedef {import('mdast').InlineCode} InlineCode
|
|
45387
45389
|
* @typedef {import('mdast').Table} Table
|
|
@@ -45683,7 +45685,7 @@ function gfmTableToMarkdown(options) {
|
|
|
45683
45685
|
}
|
|
45684
45686
|
}
|
|
45685
45687
|
|
|
45686
|
-
;//
|
|
45688
|
+
;// ./node_modules/mdast-util-gfm-task-list-item/lib/index.js
|
|
45687
45689
|
/**
|
|
45688
45690
|
* @typedef {import('mdast').ListItem} ListItem
|
|
45689
45691
|
* @typedef {import('mdast').Paragraph} Paragraph
|
|
@@ -45826,7 +45828,7 @@ function listItemWithTaskListItem(node, parent, state, info) {
|
|
|
45826
45828
|
}
|
|
45827
45829
|
}
|
|
45828
45830
|
|
|
45829
|
-
;//
|
|
45831
|
+
;// ./node_modules/mdast-util-gfm/lib/index.js
|
|
45830
45832
|
/**
|
|
45831
45833
|
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
|
|
45832
45834
|
* @typedef {import('mdast-util-to-markdown').Options} ToMarkdownExtension
|
|
@@ -45883,7 +45885,7 @@ function gfmToMarkdown(options) {
|
|
|
45883
45885
|
}
|
|
45884
45886
|
}
|
|
45885
45887
|
|
|
45886
|
-
;//
|
|
45888
|
+
;// ./node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js
|
|
45887
45889
|
/**
|
|
45888
45890
|
* @typedef {import('micromark-util-types').Code} Code
|
|
45889
45891
|
* @typedef {import('micromark-util-types').ConstructRecord} ConstructRecord
|
|
@@ -46835,7 +46837,7 @@ function previousUnbalanced(events) {
|
|
|
46835
46837
|
return result
|
|
46836
46838
|
}
|
|
46837
46839
|
|
|
46838
|
-
;//
|
|
46840
|
+
;// ./node_modules/micromark-extension-gfm-footnote/lib/syntax.js
|
|
46839
46841
|
/**
|
|
46840
46842
|
* @typedef {import('micromark-util-types').Event} Event
|
|
46841
46843
|
* @typedef {import('micromark-util-types').Exiter} Exiter
|
|
@@ -47366,7 +47368,7 @@ function syntax_tokenizeIndent(effects, ok, nok) {
|
|
|
47366
47368
|
}
|
|
47367
47369
|
}
|
|
47368
47370
|
|
|
47369
|
-
;//
|
|
47371
|
+
;// ./node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js
|
|
47370
47372
|
/**
|
|
47371
47373
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47372
47374
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
@@ -47549,7 +47551,7 @@ function gfmStrikethrough(options) {
|
|
|
47549
47551
|
}
|
|
47550
47552
|
}
|
|
47551
47553
|
|
|
47552
|
-
;//
|
|
47554
|
+
;// ./node_modules/micromark-extension-gfm-table/lib/edit-map.js
|
|
47553
47555
|
/**
|
|
47554
47556
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47555
47557
|
*/
|
|
@@ -47754,7 +47756,7 @@ function addImpl(editMap, at, remove, add) {
|
|
|
47754
47756
|
// }
|
|
47755
47757
|
// }
|
|
47756
47758
|
|
|
47757
|
-
;//
|
|
47759
|
+
;// ./node_modules/micromark-extension-gfm-table/lib/infer.js
|
|
47758
47760
|
/**
|
|
47759
47761
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47760
47762
|
*/
|
|
@@ -47812,7 +47814,7 @@ function gfmTableAlign(events, index) {
|
|
|
47812
47814
|
return align
|
|
47813
47815
|
}
|
|
47814
47816
|
|
|
47815
|
-
;//
|
|
47817
|
+
;// ./node_modules/micromark-extension-gfm-table/lib/syntax.js
|
|
47816
47818
|
/**
|
|
47817
47819
|
* @typedef {import('micromark-util-types').Event} Event
|
|
47818
47820
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
@@ -48693,7 +48695,7 @@ function getPoint(events, index) {
|
|
|
48693
48695
|
return event[1][side]
|
|
48694
48696
|
}
|
|
48695
48697
|
|
|
48696
|
-
;//
|
|
48698
|
+
;// ./node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js
|
|
48697
48699
|
/**
|
|
48698
48700
|
* @typedef {import('micromark-util-types').Extension} Extension
|
|
48699
48701
|
* @typedef {import('micromark-util-types').State} State
|
|
@@ -48860,7 +48862,7 @@ function spaceThenNonSpace(effects, ok, nok) {
|
|
|
48860
48862
|
}
|
|
48861
48863
|
}
|
|
48862
48864
|
|
|
48863
|
-
;//
|
|
48865
|
+
;// ./node_modules/micromark-extension-gfm/index.js
|
|
48864
48866
|
/**
|
|
48865
48867
|
* @typedef {import('micromark-extension-gfm-footnote').HtmlOptions} HtmlOptions
|
|
48866
48868
|
* @typedef {import('micromark-extension-gfm-strikethrough').Options} Options
|
|
@@ -48919,7 +48921,7 @@ function gfmHtml(options) {
|
|
|
48919
48921
|
])
|
|
48920
48922
|
}
|
|
48921
48923
|
|
|
48922
|
-
;//
|
|
48924
|
+
;// ./node_modules/remark-gfm/lib/index.js
|
|
48923
48925
|
/// <reference types="remark-parse" />
|
|
48924
48926
|
/// <reference types="remark-stringify" />
|
|
48925
48927
|
|
|
@@ -48969,13 +48971,13 @@ function remarkGfm(options) {
|
|
|
48969
48971
|
toMarkdownExtensions.push(gfmToMarkdown(settings))
|
|
48970
48972
|
}
|
|
48971
48973
|
|
|
48972
|
-
;//
|
|
48974
|
+
;// ./node_modules/emoji-regex/index.mjs
|
|
48973
48975
|
/* harmony default export */ const emoji_regex = (() => {
|
|
48974
48976
|
// https://mths.be/emoji
|
|
48975
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;
|
|
48976
48978
|
});
|
|
48977
48979
|
|
|
48978
|
-
;//
|
|
48980
|
+
;// ./enums.ts
|
|
48979
48981
|
var NodeTypes;
|
|
48980
48982
|
(function (NodeTypes) {
|
|
48981
48983
|
NodeTypes["callout"] = "rdme-callout";
|
|
@@ -48994,7 +48996,7 @@ var NodeTypes;
|
|
|
48994
48996
|
NodeTypes["variable"] = "readme-variable";
|
|
48995
48997
|
})(NodeTypes || (NodeTypes = {}));
|
|
48996
48998
|
|
|
48997
|
-
;//
|
|
48999
|
+
;// ./processor/transform/callouts.ts
|
|
48998
49000
|
|
|
48999
49001
|
|
|
49000
49002
|
|
|
@@ -49026,7 +49028,7 @@ const calloutTransformer = () => {
|
|
|
49026
49028
|
};
|
|
49027
49029
|
/* harmony default export */ const callouts = (calloutTransformer);
|
|
49028
49030
|
|
|
49029
|
-
;//
|
|
49031
|
+
;// ./processor/transform/code-tabs.ts
|
|
49030
49032
|
|
|
49031
49033
|
|
|
49032
49034
|
const isCode = (node) => (node === null || node === void 0 ? void 0 : node.type) === 'code';
|
|
@@ -49075,7 +49077,7 @@ const codeTabsTransformer = ({ copyButtons } = {}) => (tree) => {
|
|
|
49075
49077
|
};
|
|
49076
49078
|
/* harmony default export */ const code_tabs = (codeTabsTransformer);
|
|
49077
49079
|
|
|
49078
|
-
;//
|
|
49080
|
+
;// ./processor/transform/embeds.ts
|
|
49079
49081
|
|
|
49080
49082
|
|
|
49081
49083
|
const embedTransformer = () => {
|
|
@@ -49105,7 +49107,7 @@ const embedTransformer = () => {
|
|
|
49105
49107
|
};
|
|
49106
49108
|
/* harmony default export */ const transform_embeds = (embedTransformer);
|
|
49107
49109
|
|
|
49108
|
-
;//
|
|
49110
|
+
;// ./lib/mdast.ts
|
|
49109
49111
|
|
|
49110
49112
|
const mdast = (text, opts = {}) => {
|
|
49111
49113
|
const processor = ast_processor(opts);
|
|
@@ -49114,7 +49116,7 @@ const mdast = (text, opts = {}) => {
|
|
|
49114
49116
|
};
|
|
49115
49117
|
/* harmony default export */ const lib_mdast = (mdast);
|
|
49116
49118
|
|
|
49117
|
-
;//
|
|
49119
|
+
;// ./processor/utils.ts
|
|
49118
49120
|
|
|
49119
49121
|
/**
|
|
49120
49122
|
* Formats the hProperties of a node as a string, so they can be compiled back into JSX/MDX.
|
|
@@ -49289,7 +49291,7 @@ const toAttributes = (object, keys = []) => {
|
|
|
49289
49291
|
return attributes;
|
|
49290
49292
|
};
|
|
49291
49293
|
|
|
49292
|
-
;//
|
|
49294
|
+
;// ./processor/transform/images.ts
|
|
49293
49295
|
|
|
49294
49296
|
|
|
49295
49297
|
|
|
@@ -49329,7 +49331,7 @@ const imageTransformer = () => (tree) => {
|
|
|
49329
49331
|
};
|
|
49330
49332
|
/* harmony default export */ const transform_images = (imageTransformer);
|
|
49331
49333
|
|
|
49332
|
-
;//
|
|
49334
|
+
;// ./node_modules/gemoji/index.js
|
|
49333
49335
|
/**
|
|
49334
49336
|
* @typedef Gemoji
|
|
49335
49337
|
* @property {string} emoji
|
|
@@ -66241,7 +66243,7 @@ const emojiToName = {
|
|
|
66241
66243
|
'🏴': 'wales'
|
|
66242
66244
|
}
|
|
66243
66245
|
|
|
66244
|
-
;//
|
|
66246
|
+
;// ./lib/owlmoji.ts
|
|
66245
66247
|
|
|
66246
66248
|
const owlmoji = ['owlbert-books', 'owlbert-mask', 'owlbert', 'owlbert-reading', 'owlbert-thinking'];
|
|
66247
66249
|
class Owlmoji {
|
|
@@ -66258,7 +66260,7 @@ Owlmoji.kind = (name) => {
|
|
|
66258
66260
|
Owlmoji.nameToEmoji = nameToEmoji;
|
|
66259
66261
|
/* harmony default export */ const lib_owlmoji = (Owlmoji);
|
|
66260
66262
|
|
|
66261
|
-
;//
|
|
66263
|
+
;// ./processor/transform/gemoji+.ts
|
|
66262
66264
|
|
|
66263
66265
|
|
|
66264
66266
|
|
|
@@ -66313,7 +66315,7 @@ const gemojiTransformer = () => (tree) => {
|
|
|
66313
66315
|
};
|
|
66314
66316
|
/* harmony default export */ const gemoji_ = (gemojiTransformer);
|
|
66315
66317
|
|
|
66316
|
-
;//
|
|
66318
|
+
;// ./processor/transform/div.ts
|
|
66317
66319
|
var div_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
66318
66320
|
var t = {};
|
|
66319
66321
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -66346,7 +66348,7 @@ const divTransformer = () => tree => {
|
|
|
66346
66348
|
};
|
|
66347
66349
|
/* harmony default export */ const transform_div = (divTransformer);
|
|
66348
66350
|
|
|
66349
|
-
;//
|
|
66351
|
+
;// ./processor/transform/inject-components.ts
|
|
66350
66352
|
|
|
66351
66353
|
|
|
66352
66354
|
const inject = ({ components } = {}) => (node, index, parent) => {
|
|
@@ -66361,7 +66363,7 @@ const injectComponents = (opts) => () => tree => {
|
|
|
66361
66363
|
};
|
|
66362
66364
|
/* harmony default export */ const inject_components = (injectComponents);
|
|
66363
66365
|
|
|
66364
|
-
;//
|
|
66366
|
+
;// ./processor/transform/readme-components.ts
|
|
66365
66367
|
|
|
66366
66368
|
|
|
66367
66369
|
|
|
@@ -66514,7 +66516,7 @@ const readmeComponents = (opts) => () => tree => {
|
|
|
66514
66516
|
};
|
|
66515
66517
|
/* harmony default export */ const readme_components = (readmeComponents);
|
|
66516
66518
|
|
|
66517
|
-
;//
|
|
66519
|
+
;// ./processor/transform/readme-to-mdx.ts
|
|
66518
66520
|
|
|
66519
66521
|
|
|
66520
66522
|
|
|
@@ -66599,7 +66601,7 @@ const readmeToMdx = () => tree => {
|
|
|
66599
66601
|
};
|
|
66600
66602
|
/* harmony default export */ const readme_to_mdx = (readmeToMdx);
|
|
66601
66603
|
|
|
66602
|
-
;//
|
|
66604
|
+
;// ./processor/transform/variables.ts
|
|
66603
66605
|
|
|
66604
66606
|
|
|
66605
66607
|
const variables = ({ asMdx } = { asMdx: true }) => tree => {
|
|
@@ -66640,7 +66642,7 @@ const variables = ({ asMdx } = { asMdx: true }) => tree => {
|
|
|
66640
66642
|
};
|
|
66641
66643
|
/* harmony default export */ const transform_variables = (variables);
|
|
66642
66644
|
|
|
66643
|
-
;//
|
|
66645
|
+
;// ./processor/transform/tables-to-jsx.ts
|
|
66644
66646
|
|
|
66645
66647
|
|
|
66646
66648
|
const alignToStyle = (align) => {
|
|
@@ -66732,7 +66734,7 @@ const tablesToJsx = () => tree => {
|
|
|
66732
66734
|
};
|
|
66733
66735
|
/* harmony default export */ const tables_to_jsx = (tablesToJsx);
|
|
66734
66736
|
|
|
66735
|
-
;//
|
|
66737
|
+
;// ./processor/transform/compatability.ts
|
|
66736
66738
|
|
|
66737
66739
|
|
|
66738
66740
|
const strongTest = (node) => ['emphasis', 'strong'].includes(node.type);
|
|
@@ -66757,7 +66759,7 @@ const compatibilityTransfomer = () => tree => {
|
|
|
66757
66759
|
};
|
|
66758
66760
|
/* harmony default export */ const compatability = (compatibilityTransfomer);
|
|
66759
66761
|
|
|
66760
|
-
;//
|
|
66762
|
+
;// ./processor/transform/mermaid.ts
|
|
66761
66763
|
|
|
66762
66764
|
const mermaidTransformer = () => (tree) => {
|
|
66763
66765
|
visit(tree, 'element', (node) => {
|
|
@@ -66772,7 +66774,7 @@ const mermaidTransformer = () => (tree) => {
|
|
|
66772
66774
|
};
|
|
66773
66775
|
/* harmony default export */ const transform_mermaid = (mermaidTransformer);
|
|
66774
66776
|
|
|
66775
|
-
;//
|
|
66777
|
+
;// ./processor/transform/index.ts
|
|
66776
66778
|
|
|
66777
66779
|
|
|
66778
66780
|
|
|
@@ -66796,12 +66798,12 @@ const defaultTransforms = {
|
|
|
66796
66798
|
};
|
|
66797
66799
|
/* harmony default export */ const transform = (Object.values(defaultTransforms));
|
|
66798
66800
|
|
|
66799
|
-
;//
|
|
66801
|
+
;// ./node_modules/rehype-slug/node_modules/github-slugger/regex.js
|
|
66800
66802
|
// This module is generated by `script/`.
|
|
66801
66803
|
/* eslint-disable no-control-regex, no-misleading-character-class, no-useless-escape */
|
|
66802
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
|
|
66803
66805
|
|
|
66804
|
-
;//
|
|
66806
|
+
;// ./node_modules/rehype-slug/node_modules/github-slugger/index.js
|
|
66805
66807
|
|
|
66806
66808
|
|
|
66807
66809
|
const github_slugger_own = Object.hasOwnProperty
|
|
@@ -66880,7 +66882,7 @@ function slug (value, maintainCase) {
|
|
|
66880
66882
|
return value.replace(regex_regex, '').replace(/ /g, '-')
|
|
66881
66883
|
}
|
|
66882
66884
|
|
|
66883
|
-
;//
|
|
66885
|
+
;// ./node_modules/rehype-slug/node_modules/hast-util-heading-rank/lib/index.js
|
|
66884
66886
|
/**
|
|
66885
66887
|
* @typedef {import('hast').Nodes} Nodes
|
|
66886
66888
|
*/
|
|
@@ -66904,7 +66906,7 @@ function headingRank(node) {
|
|
|
66904
66906
|
: undefined
|
|
66905
66907
|
}
|
|
66906
66908
|
|
|
66907
|
-
;//
|
|
66909
|
+
;// ./node_modules/rehype-slug/node_modules/hast-util-to-string/lib/index.js
|
|
66908
66910
|
/**
|
|
66909
66911
|
* @typedef {import('hast').Nodes} Nodes
|
|
66910
66912
|
* @typedef {import('hast').Parents} Parents
|
|
@@ -66961,7 +66963,7 @@ function hast_util_to_string_lib_all(node) {
|
|
|
66961
66963
|
return result.join('')
|
|
66962
66964
|
}
|
|
66963
66965
|
|
|
66964
|
-
;//
|
|
66966
|
+
;// ./node_modules/rehype-slug/lib/index.js
|
|
66965
66967
|
/**
|
|
66966
66968
|
* @typedef {import('hast').Root} Root
|
|
66967
66969
|
*/
|
|
@@ -67011,7 +67013,7 @@ function rehypeSlug(options) {
|
|
|
67011
67013
|
}
|
|
67012
67014
|
}
|
|
67013
67015
|
|
|
67014
|
-
;//
|
|
67016
|
+
;// ./lib/ast-processor.ts
|
|
67015
67017
|
|
|
67016
67018
|
|
|
67017
67019
|
|
|
@@ -67028,7 +67030,7 @@ const astProcessor = (opts = { components: {} }) => remark()
|
|
|
67028
67030
|
.use(readme_components({ components: opts.components }));
|
|
67029
67031
|
/* harmony default export */ const ast_processor = (astProcessor);
|
|
67030
67032
|
|
|
67031
|
-
;//
|
|
67033
|
+
;// ./node_modules/markdown-extensions/index.js
|
|
67032
67034
|
// TODO: Load the JSON file when Node.js supports that.
|
|
67033
67035
|
|
|
67034
67036
|
const markdownExtension = [
|
|
@@ -67044,7 +67046,7 @@ const markdownExtension = [
|
|
|
67044
67046
|
|
|
67045
67047
|
/* harmony default export */ const markdown_extensions = (markdownExtension);
|
|
67046
67048
|
|
|
67047
|
-
;//
|
|
67049
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/extnames.js
|
|
67048
67050
|
|
|
67049
67051
|
|
|
67050
67052
|
const md = markdown_extensions.map(function (d) {
|
|
@@ -67052,7 +67054,7 @@ const md = markdown_extensions.map(function (d) {
|
|
|
67052
67054
|
})
|
|
67053
67055
|
const mdx = (/* unused pure expression or super */ null && (['.mdx']))
|
|
67054
67056
|
|
|
67055
|
-
;//
|
|
67057
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/resolve-file-and-options.js
|
|
67056
67058
|
/**
|
|
67057
67059
|
* @typedef {import('vfile').Compatible} Compatible
|
|
67058
67060
|
* @typedef {import('../compile.js').CompileOptions} CompileOptions
|
|
@@ -67107,7 +67109,7 @@ function resolve_file_and_options_looksLikeAVFile(value) {
|
|
|
67107
67109
|
)
|
|
67108
67110
|
}
|
|
67109
67111
|
|
|
67110
|
-
;//
|
|
67112
|
+
;// ./node_modules/@ungap/structured-clone/esm/types.js
|
|
67111
67113
|
const VOID = -1;
|
|
67112
67114
|
const PRIMITIVE = 0;
|
|
67113
67115
|
const ARRAY = 1;
|
|
@@ -67120,7 +67122,7 @@ const ERROR = 7;
|
|
|
67120
67122
|
const BIGINT = 8;
|
|
67121
67123
|
// export const SYMBOL = 9;
|
|
67122
67124
|
|
|
67123
|
-
;//
|
|
67125
|
+
;// ./node_modules/@ungap/structured-clone/esm/deserialize.js
|
|
67124
67126
|
|
|
67125
67127
|
|
|
67126
67128
|
const env = typeof self === 'object' ? self : globalThis;
|
|
@@ -67196,7 +67198,7 @@ const deserializer = ($, _) => {
|
|
|
67196
67198
|
*/
|
|
67197
67199
|
const deserialize = serialized => deserializer(new Map, serialized)(0);
|
|
67198
67200
|
|
|
67199
|
-
;//
|
|
67201
|
+
;// ./node_modules/@ungap/structured-clone/esm/serialize.js
|
|
67200
67202
|
|
|
67201
67203
|
|
|
67202
67204
|
const EMPTY = '';
|
|
@@ -67354,7 +67356,7 @@ const serializer = (strict, json, $, _) => {
|
|
|
67354
67356
|
return serializer(!(json || lossy), !!json, new Map, _)(value), _;
|
|
67355
67357
|
};
|
|
67356
67358
|
|
|
67357
|
-
;//
|
|
67359
|
+
;// ./node_modules/@ungap/structured-clone/esm/index.js
|
|
67358
67360
|
|
|
67359
67361
|
|
|
67360
67362
|
|
|
@@ -67381,7 +67383,7 @@ const serializer = (strict, json, $, _) => {
|
|
|
67381
67383
|
|
|
67382
67384
|
|
|
67383
67385
|
|
|
67384
|
-
;//
|
|
67386
|
+
;// ./node_modules/micromark-util-sanitize-uri/index.js
|
|
67385
67387
|
|
|
67386
67388
|
|
|
67387
67389
|
/**
|
|
@@ -67497,7 +67499,7 @@ function normalizeUri(value) {
|
|
|
67497
67499
|
return result.join('') + value.slice(start)
|
|
67498
67500
|
}
|
|
67499
67501
|
|
|
67500
|
-
;//
|
|
67502
|
+
;// ./node_modules/mdast-util-to-hast/lib/footer.js
|
|
67501
67503
|
/**
|
|
67502
67504
|
* @typedef {import('hast').Element} Element
|
|
67503
67505
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -67749,7 +67751,7 @@ function footer(state) {
|
|
|
67749
67751
|
}
|
|
67750
67752
|
}
|
|
67751
67753
|
|
|
67752
|
-
;//
|
|
67754
|
+
;// ./node_modules/unist-util-position/lib/index.js
|
|
67753
67755
|
/**
|
|
67754
67756
|
* @typedef {import('unist').Node} Node
|
|
67755
67757
|
* @typedef {import('unist').Point} Point
|
|
@@ -67846,7 +67848,7 @@ function lib_position(node) {
|
|
|
67846
67848
|
}
|
|
67847
67849
|
}
|
|
67848
67850
|
|
|
67849
|
-
;//
|
|
67851
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/blockquote.js
|
|
67850
67852
|
/**
|
|
67851
67853
|
* @typedef {import('hast').Element} Element
|
|
67852
67854
|
* @typedef {import('mdast').Blockquote} Blockquote
|
|
@@ -67878,7 +67880,7 @@ function blockquote_blockquote(state, node) {
|
|
|
67878
67880
|
return state.applyData(node, result)
|
|
67879
67881
|
}
|
|
67880
67882
|
|
|
67881
|
-
;//
|
|
67883
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/break.js
|
|
67882
67884
|
/**
|
|
67883
67885
|
* @typedef {import('hast').Element} Element
|
|
67884
67886
|
* @typedef {import('hast').Text} Text
|
|
@@ -67906,7 +67908,7 @@ function break_hardBreak(state, node) {
|
|
|
67906
67908
|
return [state.applyData(node, result), {type: 'text', value: '\n'}]
|
|
67907
67909
|
}
|
|
67908
67910
|
|
|
67909
|
-
;//
|
|
67911
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/code.js
|
|
67910
67912
|
/**
|
|
67911
67913
|
* @typedef {import('hast').Element} Element
|
|
67912
67914
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -67958,7 +67960,7 @@ function code_code(state, node) {
|
|
|
67958
67960
|
return result
|
|
67959
67961
|
}
|
|
67960
67962
|
|
|
67961
|
-
;//
|
|
67963
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/delete.js
|
|
67962
67964
|
/**
|
|
67963
67965
|
* @typedef {import('hast').Element} Element
|
|
67964
67966
|
* @typedef {import('mdast').Delete} Delete
|
|
@@ -67990,7 +67992,7 @@ function strikethrough(state, node) {
|
|
|
67990
67992
|
return state.applyData(node, result)
|
|
67991
67993
|
}
|
|
67992
67994
|
|
|
67993
|
-
;//
|
|
67995
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/emphasis.js
|
|
67994
67996
|
/**
|
|
67995
67997
|
* @typedef {import('hast').Element} Element
|
|
67996
67998
|
* @typedef {import('mdast').Emphasis} Emphasis
|
|
@@ -68022,7 +68024,7 @@ function emphasis_emphasis(state, node) {
|
|
|
68022
68024
|
return state.applyData(node, result)
|
|
68023
68025
|
}
|
|
68024
68026
|
|
|
68025
|
-
;//
|
|
68027
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js
|
|
68026
68028
|
/**
|
|
68027
68029
|
* @typedef {import('hast').Element} Element
|
|
68028
68030
|
* @typedef {import('mdast').FootnoteReference} FootnoteReference
|
|
@@ -68094,7 +68096,7 @@ function footnote_reference_footnoteReference(state, node) {
|
|
|
68094
68096
|
return state.applyData(node, sup)
|
|
68095
68097
|
}
|
|
68096
68098
|
|
|
68097
|
-
;//
|
|
68099
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/heading.js
|
|
68098
68100
|
/**
|
|
68099
68101
|
* @typedef {import('hast').Element} Element
|
|
68100
68102
|
* @typedef {import('mdast').Heading} Heading
|
|
@@ -68126,7 +68128,7 @@ function heading_heading(state, node) {
|
|
|
68126
68128
|
return state.applyData(node, result)
|
|
68127
68129
|
}
|
|
68128
68130
|
|
|
68129
|
-
;//
|
|
68131
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/html.js
|
|
68130
68132
|
/**
|
|
68131
68133
|
* @typedef {import('hast').Element} Element
|
|
68132
68134
|
* @typedef {import('mdast').Html} Html
|
|
@@ -68159,7 +68161,7 @@ function html_html(state, node) {
|
|
|
68159
68161
|
return undefined
|
|
68160
68162
|
}
|
|
68161
68163
|
|
|
68162
|
-
;//
|
|
68164
|
+
;// ./node_modules/mdast-util-to-hast/lib/revert.js
|
|
68163
68165
|
/**
|
|
68164
68166
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
68165
68167
|
*
|
|
@@ -68216,7 +68218,7 @@ function revert(state, node) {
|
|
|
68216
68218
|
return contents
|
|
68217
68219
|
}
|
|
68218
68220
|
|
|
68219
|
-
;//
|
|
68221
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/image-reference.js
|
|
68220
68222
|
/**
|
|
68221
68223
|
* @typedef {import('hast').Element} Element
|
|
68222
68224
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68259,7 +68261,7 @@ function image_reference_imageReference(state, node) {
|
|
|
68259
68261
|
return state.applyData(node, result)
|
|
68260
68262
|
}
|
|
68261
68263
|
|
|
68262
|
-
;//
|
|
68264
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/image.js
|
|
68263
68265
|
/**
|
|
68264
68266
|
* @typedef {import('hast').Element} Element
|
|
68265
68267
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -68297,7 +68299,7 @@ function handlers_image_image(state, node) {
|
|
|
68297
68299
|
return state.applyData(node, result)
|
|
68298
68300
|
}
|
|
68299
68301
|
|
|
68300
|
-
;//
|
|
68302
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/inline-code.js
|
|
68301
68303
|
/**
|
|
68302
68304
|
* @typedef {import('hast').Element} Element
|
|
68303
68305
|
* @typedef {import('hast').Text} Text
|
|
@@ -68334,7 +68336,7 @@ function inline_code_inlineCode(state, node) {
|
|
|
68334
68336
|
return state.applyData(node, result)
|
|
68335
68337
|
}
|
|
68336
68338
|
|
|
68337
|
-
;//
|
|
68339
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/link-reference.js
|
|
68338
68340
|
/**
|
|
68339
68341
|
* @typedef {import('hast').Element} Element
|
|
68340
68342
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68382,7 +68384,7 @@ function link_reference_linkReference(state, node) {
|
|
|
68382
68384
|
return state.applyData(node, result)
|
|
68383
68385
|
}
|
|
68384
68386
|
|
|
68385
|
-
;//
|
|
68387
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/link.js
|
|
68386
68388
|
/**
|
|
68387
68389
|
* @typedef {import('hast').Element} Element
|
|
68388
68390
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -68421,7 +68423,7 @@ function handlers_link_link(state, node) {
|
|
|
68421
68423
|
return state.applyData(node, result)
|
|
68422
68424
|
}
|
|
68423
68425
|
|
|
68424
|
-
;//
|
|
68426
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/list-item.js
|
|
68425
68427
|
/**
|
|
68426
68428
|
* @typedef {import('hast').Element} Element
|
|
68427
68429
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68548,7 +68550,7 @@ function listItemLoose(node) {
|
|
|
68548
68550
|
: spread
|
|
68549
68551
|
}
|
|
68550
68552
|
|
|
68551
|
-
;//
|
|
68553
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/list.js
|
|
68552
68554
|
/**
|
|
68553
68555
|
* @typedef {import('hast').Element} Element
|
|
68554
68556
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -68606,7 +68608,7 @@ function handlers_list_list(state, node) {
|
|
|
68606
68608
|
return state.applyData(node, result)
|
|
68607
68609
|
}
|
|
68608
68610
|
|
|
68609
|
-
;//
|
|
68611
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/paragraph.js
|
|
68610
68612
|
/**
|
|
68611
68613
|
* @typedef {import('hast').Element} Element
|
|
68612
68614
|
* @typedef {import('mdast').Paragraph} Paragraph
|
|
@@ -68638,7 +68640,7 @@ function paragraph_paragraph(state, node) {
|
|
|
68638
68640
|
return state.applyData(node, result)
|
|
68639
68641
|
}
|
|
68640
68642
|
|
|
68641
|
-
;//
|
|
68643
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/root.js
|
|
68642
68644
|
/**
|
|
68643
68645
|
* @typedef {import('hast').Parents} HastParents
|
|
68644
68646
|
* @typedef {import('hast').Root} HastRoot
|
|
@@ -68666,7 +68668,7 @@ function root_root(state, node) {
|
|
|
68666
68668
|
return state.applyData(node, result)
|
|
68667
68669
|
}
|
|
68668
68670
|
|
|
68669
|
-
;//
|
|
68671
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/strong.js
|
|
68670
68672
|
/**
|
|
68671
68673
|
* @typedef {import('hast').Element} Element
|
|
68672
68674
|
* @typedef {import('mdast').Strong} Strong
|
|
@@ -68698,7 +68700,7 @@ function strong_strong(state, node) {
|
|
|
68698
68700
|
return state.applyData(node, result)
|
|
68699
68701
|
}
|
|
68700
68702
|
|
|
68701
|
-
;//
|
|
68703
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/table.js
|
|
68702
68704
|
/**
|
|
68703
68705
|
* @typedef {import('hast').Element} Element
|
|
68704
68706
|
* @typedef {import('mdast').Table} Table
|
|
@@ -68761,7 +68763,7 @@ function table(state, node) {
|
|
|
68761
68763
|
return state.applyData(node, result)
|
|
68762
68764
|
}
|
|
68763
68765
|
|
|
68764
|
-
;//
|
|
68766
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/table-row.js
|
|
68765
68767
|
/**
|
|
68766
68768
|
* @typedef {import('hast').Element} Element
|
|
68767
68769
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -68832,7 +68834,7 @@ function tableRow(state, node, parent) {
|
|
|
68832
68834
|
return state.applyData(node, result)
|
|
68833
68835
|
}
|
|
68834
68836
|
|
|
68835
|
-
;//
|
|
68837
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/table-cell.js
|
|
68836
68838
|
/**
|
|
68837
68839
|
* @typedef {import('hast').Element} Element
|
|
68838
68840
|
* @typedef {import('mdast').TableCell} TableCell
|
|
@@ -68866,7 +68868,7 @@ function tableCell(state, node) {
|
|
|
68866
68868
|
return state.applyData(node, result)
|
|
68867
68869
|
}
|
|
68868
68870
|
|
|
68869
|
-
;//
|
|
68871
|
+
;// ./node_modules/trim-lines/index.js
|
|
68870
68872
|
const tab = 9 /* `\t` */
|
|
68871
68873
|
const space = 32 /* ` ` */
|
|
68872
68874
|
|
|
@@ -68937,7 +68939,7 @@ function trimLine(value, start, end) {
|
|
|
68937
68939
|
return endIndex > startIndex ? value.slice(startIndex, endIndex) : ''
|
|
68938
68940
|
}
|
|
68939
68941
|
|
|
68940
|
-
;//
|
|
68942
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/text.js
|
|
68941
68943
|
/**
|
|
68942
68944
|
* @typedef {import('hast').Element} HastElement
|
|
68943
68945
|
* @typedef {import('hast').Text} HastText
|
|
@@ -68964,7 +68966,7 @@ function handlers_text_text(state, node) {
|
|
|
68964
68966
|
return state.applyData(node, result)
|
|
68965
68967
|
}
|
|
68966
68968
|
|
|
68967
|
-
;//
|
|
68969
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js
|
|
68968
68970
|
/**
|
|
68969
68971
|
* @typedef {import('hast').Element} Element
|
|
68970
68972
|
* @typedef {import('mdast').ThematicBreak} ThematicBreak
|
|
@@ -68996,7 +68998,7 @@ function handlers_thematic_break_thematicBreak(state, node) {
|
|
|
68996
68998
|
return state.applyData(node, result)
|
|
68997
68999
|
}
|
|
68998
69000
|
|
|
68999
|
-
;//
|
|
69001
|
+
;// ./node_modules/mdast-util-to-hast/lib/handlers/index.js
|
|
69000
69002
|
|
|
69001
69003
|
|
|
69002
69004
|
|
|
@@ -69062,7 +69064,7 @@ function ignore() {
|
|
|
69062
69064
|
return undefined
|
|
69063
69065
|
}
|
|
69064
69066
|
|
|
69065
|
-
;//
|
|
69067
|
+
;// ./node_modules/mdast-util-to-hast/lib/state.js
|
|
69066
69068
|
/**
|
|
69067
69069
|
* @typedef {import('hast').Element} HastElement
|
|
69068
69070
|
* @typedef {import('hast').ElementContent} HastElementContent
|
|
@@ -69537,7 +69539,7 @@ function trimMarkdownSpaceStart(value) {
|
|
|
69537
69539
|
return value.slice(index)
|
|
69538
69540
|
}
|
|
69539
69541
|
|
|
69540
|
-
;//
|
|
69542
|
+
;// ./node_modules/mdast-util-to-hast/lib/index.js
|
|
69541
69543
|
/**
|
|
69542
69544
|
* @typedef {import('hast').Nodes} HastNodes
|
|
69543
69545
|
* @typedef {import('mdast').Nodes} MdastNodes
|
|
@@ -69645,7 +69647,7 @@ function toHast(tree, options) {
|
|
|
69645
69647
|
return result
|
|
69646
69648
|
}
|
|
69647
69649
|
|
|
69648
|
-
;//
|
|
69650
|
+
;// ./node_modules/remark-rehype/lib/index.js
|
|
69649
69651
|
// Include `data` fields in mdast and `raw` nodes in hast.
|
|
69650
69652
|
/// <reference types="mdast-util-to-hast" />
|
|
69651
69653
|
|
|
@@ -69806,7 +69808,7 @@ function remarkRehype(destination, options) {
|
|
|
69806
69808
|
}
|
|
69807
69809
|
}
|
|
69808
69810
|
|
|
69809
|
-
;//
|
|
69811
|
+
;// ./node_modules/estree-walker/src/walker.js
|
|
69810
69812
|
/**
|
|
69811
69813
|
* @typedef { import('estree').Node} Node
|
|
69812
69814
|
* @typedef {{
|
|
@@ -69869,7 +69871,7 @@ class WalkerBase {
|
|
|
69869
69871
|
}
|
|
69870
69872
|
}
|
|
69871
69873
|
|
|
69872
|
-
;//
|
|
69874
|
+
;// ./node_modules/estree-walker/src/sync.js
|
|
69873
69875
|
|
|
69874
69876
|
|
|
69875
69877
|
/**
|
|
@@ -70023,7 +70025,7 @@ function isNode(value) {
|
|
|
70023
70025
|
);
|
|
70024
70026
|
}
|
|
70025
70027
|
|
|
70026
|
-
;//
|
|
70028
|
+
;// ./node_modules/estree-walker/src/async.js
|
|
70027
70029
|
|
|
70028
70030
|
|
|
70029
70031
|
/**
|
|
@@ -70177,7 +70179,7 @@ function async_isNode(value) {
|
|
|
70177
70179
|
);
|
|
70178
70180
|
}
|
|
70179
70181
|
|
|
70180
|
-
;//
|
|
70182
|
+
;// ./node_modules/estree-walker/src/index.js
|
|
70181
70183
|
|
|
70182
70184
|
|
|
70183
70185
|
|
|
@@ -70213,7 +70215,7 @@ async function asyncWalk(ast, { enter, leave }) {
|
|
|
70213
70215
|
return await instance.visit(ast, null);
|
|
70214
70216
|
}
|
|
70215
70217
|
|
|
70216
|
-
;//
|
|
70218
|
+
;// ./node_modules/is-reference/src/index.js
|
|
70217
70219
|
/** @typedef { import('estree').Node} Node */
|
|
70218
70220
|
/** @typedef {Node | {
|
|
70219
70221
|
* type: 'PropertyDefinition';
|
|
@@ -70264,7 +70266,7 @@ function is_reference (node, parent) {
|
|
|
70264
70266
|
return false;
|
|
70265
70267
|
}
|
|
70266
70268
|
|
|
70267
|
-
;//
|
|
70269
|
+
;// ./node_modules/periscopic/src/index.js
|
|
70268
70270
|
|
|
70269
70271
|
|
|
70270
70272
|
|
|
@@ -70513,7 +70515,7 @@ function extract_identifiers(param, nodes = []) {
|
|
|
70513
70515
|
return nodes;
|
|
70514
70516
|
}
|
|
70515
70517
|
|
|
70516
|
-
;//
|
|
70518
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-create.js
|
|
70517
70519
|
/**
|
|
70518
70520
|
* @typedef {import('estree-jsx').Node} Node
|
|
70519
70521
|
*/
|
|
@@ -70545,7 +70547,7 @@ function estree_util_create_create(from, to) {
|
|
|
70545
70547
|
}
|
|
70546
70548
|
}
|
|
70547
70549
|
|
|
70548
|
-
;//
|
|
70550
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-declaration-to-expression.js
|
|
70549
70551
|
/**
|
|
70550
70552
|
* @typedef {import('estree-jsx').Declaration} Declaration
|
|
70551
70553
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
@@ -70578,7 +70580,7 @@ function declarationToExpression(declaration) {
|
|
|
70578
70580
|
return {...declaration, type: 'ClassExpression'}
|
|
70579
70581
|
}
|
|
70580
70582
|
|
|
70581
|
-
;//
|
|
70583
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-is-declaration.js
|
|
70582
70584
|
/**
|
|
70583
70585
|
* @typedef {import('estree-jsx').Declaration} Declaration
|
|
70584
70586
|
* @typedef {import('estree-jsx').MaybeNamedClassDeclaration} MaybeNamedClassDeclaration
|
|
@@ -70605,7 +70607,7 @@ function isDeclaration(node) {
|
|
|
70605
70607
|
)
|
|
70606
70608
|
}
|
|
70607
70609
|
|
|
70608
|
-
;//
|
|
70610
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-specifiers-to-declarations.js
|
|
70609
70611
|
/**
|
|
70610
70612
|
* @typedef {import('estree-jsx').AssignmentProperty} AssignmentProperty
|
|
70611
70613
|
* @typedef {import('estree-jsx').ExportSpecifier} ExportSpecifier
|
|
@@ -70700,7 +70702,7 @@ function specifiersToDeclarations(specifiers, init) {
|
|
|
70700
70702
|
return declarations
|
|
70701
70703
|
}
|
|
70702
70704
|
|
|
70703
|
-
;//
|
|
70705
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-id-or-member-expression.js
|
|
70704
70706
|
/**
|
|
70705
70707
|
* @typedef {import('estree-jsx').Identifier} Identifier
|
|
70706
70708
|
* @typedef {import('estree-jsx').JSXIdentifier} JSXIdentifier
|
|
@@ -70773,7 +70775,7 @@ function toJsxIdOrMemberExpression(ids) {
|
|
|
70773
70775
|
return object
|
|
70774
70776
|
}
|
|
70775
70777
|
|
|
70776
|
-
;//
|
|
70778
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-document.js
|
|
70777
70779
|
/**
|
|
70778
70780
|
* @typedef {import('estree-jsx').CallExpression} CallExpression
|
|
70779
70781
|
* @typedef {import('estree-jsx').Directive} Directive
|
|
@@ -71655,7 +71657,7 @@ function createImportMetaUrlVariable() {
|
|
|
71655
71657
|
]
|
|
71656
71658
|
}
|
|
71657
71659
|
|
|
71658
|
-
;//
|
|
71660
|
+
;// ./node_modules/estree-util-build-jsx/lib/index.js
|
|
71659
71661
|
/**
|
|
71660
71662
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
71661
71663
|
* @typedef {import('estree-jsx').Identifier} Identifier
|
|
@@ -72297,7 +72299,7 @@ function lib_create(from, to) {
|
|
|
72297
72299
|
}
|
|
72298
72300
|
}
|
|
72299
72301
|
|
|
72300
|
-
;//
|
|
72302
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-build.js
|
|
72301
72303
|
/**
|
|
72302
72304
|
* @typedef {import('estree-jsx').Program} Program
|
|
72303
72305
|
* @typedef {import('estree-util-build-jsx').Options} BuildJsxOptions
|
|
@@ -72390,7 +72392,7 @@ function recmaJsxBuild(options) {
|
|
|
72390
72392
|
}
|
|
72391
72393
|
}
|
|
72392
72394
|
|
|
72393
|
-
;//
|
|
72395
|
+
;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-binary-addition.js
|
|
72394
72396
|
/**
|
|
72395
72397
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
72396
72398
|
*/
|
|
@@ -72417,7 +72419,7 @@ function toBinaryAddition(expressions) {
|
|
|
72417
72419
|
return left
|
|
72418
72420
|
}
|
|
72419
72421
|
|
|
72420
|
-
;//
|
|
72422
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-rewrite.js
|
|
72421
72423
|
/**
|
|
72422
72424
|
* @typedef {import('estree-jsx').Expression} Expression
|
|
72423
72425
|
* @typedef {import('estree-jsx').Function} EstreeFunction
|
|
@@ -73063,7 +73065,7 @@ function inScope(scope, id) {
|
|
|
73063
73065
|
return false
|
|
73064
73066
|
}
|
|
73065
73067
|
|
|
73066
|
-
;//
|
|
73068
|
+
;// ./node_modules/astring/dist/astring.mjs
|
|
73067
73069
|
// Astring is a tiny and fast JavaScript code generator from an ESTree-compliant AST.
|
|
73068
73070
|
//
|
|
73069
73071
|
// Astring was written by David Bonnet and released under an MIT license.
|
|
@@ -74253,7 +74255,7 @@ function generate(node, options) {
|
|
|
74253
74255
|
return state.output
|
|
74254
74256
|
}
|
|
74255
74257
|
|
|
74256
|
-
;//
|
|
74258
|
+
;// ./node_modules/estree-util-to-js/lib/index.js
|
|
74257
74259
|
/**
|
|
74258
74260
|
* @typedef {import('astring').State} State
|
|
74259
74261
|
* @typedef {import('estree-jsx').Node} Nodes
|
|
@@ -74400,7 +74402,7 @@ function toJs(tree, options) {
|
|
|
74400
74402
|
return {value, map}
|
|
74401
74403
|
}
|
|
74402
74404
|
|
|
74403
|
-
;//
|
|
74405
|
+
;// ./node_modules/estree-util-to-js/lib/jsx.js
|
|
74404
74406
|
/**
|
|
74405
74407
|
* @typedef {import('estree-jsx').JSXAttribute} JsxAttribute
|
|
74406
74408
|
* @typedef {import('estree-jsx').JSXClosingElement} JsxClosingElement
|
|
@@ -74766,7 +74768,7 @@ function replaceJsxChar($0) {
|
|
|
74766
74768
|
: '}'
|
|
74767
74769
|
}
|
|
74768
74770
|
|
|
74769
|
-
;//
|
|
74771
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-stringify.js
|
|
74770
74772
|
/**
|
|
74771
74773
|
* @typedef {import('estree-jsx').Program} Program
|
|
74772
74774
|
* @typedef {import('unified').Processor<undefined, undefined, undefined, Program, string>} Processor
|
|
@@ -74813,7 +74815,7 @@ function recmaStringify(options) {
|
|
|
74813
74815
|
}
|
|
74814
74816
|
}
|
|
74815
74817
|
|
|
74816
|
-
;//
|
|
74818
|
+
;// ./node_modules/property-information/lib/util/schema.js
|
|
74817
74819
|
/**
|
|
74818
74820
|
* @typedef {import('./info.js').Info} Info
|
|
74819
74821
|
* @typedef {Record<string, Info>} Properties
|
|
@@ -74843,7 +74845,7 @@ Schema.prototype.normal = {}
|
|
|
74843
74845
|
/** @type {string|null} */
|
|
74844
74846
|
Schema.prototype.space = null
|
|
74845
74847
|
|
|
74846
|
-
;//
|
|
74848
|
+
;// ./node_modules/property-information/lib/util/merge.js
|
|
74847
74849
|
/**
|
|
74848
74850
|
* @typedef {import('./schema.js').Properties} Properties
|
|
74849
74851
|
* @typedef {import('./schema.js').Normal} Normal
|
|
@@ -74871,7 +74873,7 @@ function merge(definitions, space) {
|
|
|
74871
74873
|
return new Schema(property, normal, space)
|
|
74872
74874
|
}
|
|
74873
74875
|
|
|
74874
|
-
;//
|
|
74876
|
+
;// ./node_modules/property-information/lib/normalize.js
|
|
74875
74877
|
/**
|
|
74876
74878
|
* @param {string} value
|
|
74877
74879
|
* @returns {string}
|
|
@@ -74880,7 +74882,7 @@ function normalize(value) {
|
|
|
74880
74882
|
return value.toLowerCase()
|
|
74881
74883
|
}
|
|
74882
74884
|
|
|
74883
|
-
;//
|
|
74885
|
+
;// ./node_modules/property-information/lib/util/info.js
|
|
74884
74886
|
class Info {
|
|
74885
74887
|
/**
|
|
74886
74888
|
* @constructor
|
|
@@ -74907,7 +74909,7 @@ Info.prototype.commaOrSpaceSeparated = false
|
|
|
74907
74909
|
Info.prototype.mustUseProperty = false
|
|
74908
74910
|
Info.prototype.defined = false
|
|
74909
74911
|
|
|
74910
|
-
;//
|
|
74912
|
+
;// ./node_modules/property-information/lib/util/types.js
|
|
74911
74913
|
let powers = 0
|
|
74912
74914
|
|
|
74913
74915
|
const types_boolean = increment()
|
|
@@ -74922,7 +74924,7 @@ function increment() {
|
|
|
74922
74924
|
return 2 ** ++powers
|
|
74923
74925
|
}
|
|
74924
74926
|
|
|
74925
|
-
;//
|
|
74927
|
+
;// ./node_modules/property-information/lib/util/defined-info.js
|
|
74926
74928
|
|
|
74927
74929
|
|
|
74928
74930
|
|
|
@@ -74968,7 +74970,7 @@ function mark(values, key, value) {
|
|
|
74968
74970
|
}
|
|
74969
74971
|
}
|
|
74970
74972
|
|
|
74971
|
-
;//
|
|
74973
|
+
;// ./node_modules/property-information/lib/util/create.js
|
|
74972
74974
|
/**
|
|
74973
74975
|
* @typedef {import('./schema.js').Properties} Properties
|
|
74974
74976
|
* @typedef {import('./schema.js').Normal} Normal
|
|
@@ -75028,7 +75030,7 @@ function create_create(definition) {
|
|
|
75028
75030
|
return new Schema(property, normal, definition.space)
|
|
75029
75031
|
}
|
|
75030
75032
|
|
|
75031
|
-
;//
|
|
75033
|
+
;// ./node_modules/property-information/lib/xlink.js
|
|
75032
75034
|
|
|
75033
75035
|
|
|
75034
75036
|
const xlink = create_create({
|
|
@@ -75047,7 +75049,7 @@ const xlink = create_create({
|
|
|
75047
75049
|
}
|
|
75048
75050
|
})
|
|
75049
75051
|
|
|
75050
|
-
;//
|
|
75052
|
+
;// ./node_modules/property-information/lib/xml.js
|
|
75051
75053
|
|
|
75052
75054
|
|
|
75053
75055
|
const xml = create_create({
|
|
@@ -75058,7 +75060,7 @@ const xml = create_create({
|
|
|
75058
75060
|
properties: {xmlLang: null, xmlBase: null, xmlSpace: null}
|
|
75059
75061
|
})
|
|
75060
75062
|
|
|
75061
|
-
;//
|
|
75063
|
+
;// ./node_modules/property-information/lib/util/case-sensitive-transform.js
|
|
75062
75064
|
/**
|
|
75063
75065
|
* @param {Record<string, string>} attributes
|
|
75064
75066
|
* @param {string} attribute
|
|
@@ -75068,7 +75070,7 @@ function caseSensitiveTransform(attributes, attribute) {
|
|
|
75068
75070
|
return attribute in attributes ? attributes[attribute] : attribute
|
|
75069
75071
|
}
|
|
75070
75072
|
|
|
75071
|
-
;//
|
|
75073
|
+
;// ./node_modules/property-information/lib/util/case-insensitive-transform.js
|
|
75072
75074
|
|
|
75073
75075
|
|
|
75074
75076
|
/**
|
|
@@ -75080,7 +75082,7 @@ function caseInsensitiveTransform(attributes, property) {
|
|
|
75080
75082
|
return caseSensitiveTransform(attributes, property.toLowerCase())
|
|
75081
75083
|
}
|
|
75082
75084
|
|
|
75083
|
-
;//
|
|
75085
|
+
;// ./node_modules/property-information/lib/xmlns.js
|
|
75084
75086
|
|
|
75085
75087
|
|
|
75086
75088
|
|
|
@@ -75091,7 +75093,7 @@ const xmlns = create_create({
|
|
|
75091
75093
|
properties: {xmlns: null, xmlnsXLink: null}
|
|
75092
75094
|
})
|
|
75093
75095
|
|
|
75094
|
-
;//
|
|
75096
|
+
;// ./node_modules/property-information/lib/aria.js
|
|
75095
75097
|
|
|
75096
75098
|
|
|
75097
75099
|
|
|
@@ -75152,7 +75154,7 @@ const aria = create_create({
|
|
|
75152
75154
|
}
|
|
75153
75155
|
})
|
|
75154
75156
|
|
|
75155
|
-
;//
|
|
75157
|
+
;// ./node_modules/property-information/lib/html.js
|
|
75156
75158
|
|
|
75157
75159
|
|
|
75158
75160
|
|
|
@@ -75469,7 +75471,7 @@ const lib_html_html = create_create({
|
|
|
75469
75471
|
}
|
|
75470
75472
|
})
|
|
75471
75473
|
|
|
75472
|
-
;//
|
|
75474
|
+
;// ./node_modules/property-information/lib/svg.js
|
|
75473
75475
|
|
|
75474
75476
|
|
|
75475
75477
|
|
|
@@ -76032,7 +76034,7 @@ const svg = create_create({
|
|
|
76032
76034
|
}
|
|
76033
76035
|
})
|
|
76034
76036
|
|
|
76035
|
-
;//
|
|
76037
|
+
;// ./node_modules/property-information/index.js
|
|
76036
76038
|
/**
|
|
76037
76039
|
* @typedef {import('./lib/util/info.js').Info} Info
|
|
76038
76040
|
* @typedef {import('./lib/util/schema.js').Schema} Schema
|
|
@@ -76052,7 +76054,7 @@ const svg = create_create({
|
|
|
76052
76054
|
const property_information_html = merge([xml, xlink, xmlns, aria, lib_html_html], 'html')
|
|
76053
76055
|
const property_information_svg = merge([xml, xlink, xmlns, aria, svg], 'svg')
|
|
76054
76056
|
|
|
76055
|
-
;//
|
|
76057
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/comment.js
|
|
76056
76058
|
/**
|
|
76057
76059
|
* @typedef {import('estree').Comment} Comment
|
|
76058
76060
|
*
|
|
@@ -76097,7 +76099,7 @@ function comment(node, state) {
|
|
|
76097
76099
|
return container
|
|
76098
76100
|
}
|
|
76099
76101
|
|
|
76100
|
-
;//
|
|
76102
|
+
;// ./node_modules/comma-separated-tokens/index.js
|
|
76101
76103
|
/**
|
|
76102
76104
|
* @typedef Options
|
|
76103
76105
|
* Configuration for `stringify`.
|
|
@@ -76173,7 +76175,7 @@ function comma_separated_tokens_stringify(values, options) {
|
|
|
76173
76175
|
.trim()
|
|
76174
76176
|
}
|
|
76175
76177
|
|
|
76176
|
-
;//
|
|
76178
|
+
;// ./node_modules/property-information/lib/find.js
|
|
76177
76179
|
/**
|
|
76178
76180
|
* @typedef {import('./util/schema.js').Schema} Schema
|
|
76179
76181
|
*/
|
|
@@ -76243,7 +76245,7 @@ function camelcase($0) {
|
|
|
76243
76245
|
return $0.charAt(1).toUpperCase()
|
|
76244
76246
|
}
|
|
76245
76247
|
|
|
76246
|
-
;//
|
|
76248
|
+
;// ./node_modules/property-information/lib/hast-to-react.js
|
|
76247
76249
|
/**
|
|
76248
76250
|
* `hast` is close to `React`, but differs in a couple of cases.
|
|
76249
76251
|
*
|
|
@@ -76273,7 +76275,7 @@ const hastToReact = {
|
|
|
76273
76275
|
xmlnsXLink: 'xmlnsXlink'
|
|
76274
76276
|
}
|
|
76275
76277
|
|
|
76276
|
-
;//
|
|
76278
|
+
;// ./node_modules/space-separated-tokens/index.js
|
|
76277
76279
|
/**
|
|
76278
76280
|
* Parse space-separated tokens to an array of strings.
|
|
76279
76281
|
*
|
|
@@ -76302,12 +76304,12 @@ function space_separated_tokens_stringify(values) {
|
|
|
76302
76304
|
// EXTERNAL MODULE: ./node_modules/style-to-object/index.js
|
|
76303
76305
|
var style_to_object = __webpack_require__(9108);
|
|
76304
76306
|
var style_to_object_default = /*#__PURE__*/__webpack_require__.n(style_to_object);
|
|
76305
|
-
;//
|
|
76307
|
+
;// ./node_modules/style-to-object/index.mjs
|
|
76306
76308
|
|
|
76307
76309
|
|
|
76308
76310
|
/* harmony default export */ const node_modules_style_to_object = ((style_to_object_default()));
|
|
76309
76311
|
|
|
76310
|
-
;//
|
|
76312
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/element.js
|
|
76311
76313
|
/**
|
|
76312
76314
|
* @typedef {import('estree').Property} Property
|
|
76313
76315
|
*
|
|
@@ -76644,7 +76646,7 @@ function toDash($0) {
|
|
|
76644
76646
|
return '-' + $0.toLowerCase()
|
|
76645
76647
|
}
|
|
76646
76648
|
|
|
76647
|
-
;//
|
|
76649
|
+
;// ./node_modules/estree-util-attach-comments/lib/index.js
|
|
76648
76650
|
/**
|
|
76649
76651
|
* @typedef {import('estree').Comment} Comment
|
|
76650
76652
|
* @typedef {import('estree').Node} Nodes
|
|
@@ -76844,7 +76846,7 @@ function compare(left, right, compareEnd) {
|
|
|
76844
76846
|
return Number.NaN
|
|
76845
76847
|
}
|
|
76846
76848
|
|
|
76847
|
-
;//
|
|
76849
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/mdx-expression.js
|
|
76848
76850
|
/**
|
|
76849
76851
|
* @typedef {import('estree').Expression} Expression
|
|
76850
76852
|
*
|
|
@@ -76896,7 +76898,7 @@ function mdx_expression_mdxExpression(node, state) {
|
|
|
76896
76898
|
return result
|
|
76897
76899
|
}
|
|
76898
76900
|
|
|
76899
|
-
;//
|
|
76901
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/mdx-jsx-element.js
|
|
76900
76902
|
/**
|
|
76901
76903
|
* @typedef {import('estree').Expression} Expression
|
|
76902
76904
|
*
|
|
@@ -77062,7 +77064,7 @@ function mdxJsxElement(node, state) {
|
|
|
77062
77064
|
return result
|
|
77063
77065
|
}
|
|
77064
77066
|
|
|
77065
|
-
;//
|
|
77067
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/mdxjs-esm.js
|
|
77066
77068
|
/**
|
|
77067
77069
|
* @typedef {import('mdast-util-mdxjs-esm').MdxjsEsmHast} MdxjsEsm
|
|
77068
77070
|
*
|
|
@@ -77092,7 +77094,7 @@ function mdxjs_esm_mdxjsEsm(node, state) {
|
|
|
77092
77094
|
}
|
|
77093
77095
|
}
|
|
77094
77096
|
|
|
77095
|
-
;//
|
|
77097
|
+
;// ./node_modules/hast-util-whitespace/lib/index.js
|
|
77096
77098
|
/**
|
|
77097
77099
|
* @typedef {import('hast').Nodes} Nodes
|
|
77098
77100
|
*/
|
|
@@ -77128,7 +77130,7 @@ function lib_empty(value) {
|
|
|
77128
77130
|
return value.replace(re, '') === ''
|
|
77129
77131
|
}
|
|
77130
77132
|
|
|
77131
|
-
;//
|
|
77133
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/root.js
|
|
77132
77134
|
/**
|
|
77133
77135
|
* @typedef {import('estree-jsx').JSXFragment} JsxFragment
|
|
77134
77136
|
*
|
|
@@ -77189,7 +77191,7 @@ function handlers_root_root(node, state) {
|
|
|
77189
77191
|
return result
|
|
77190
77192
|
}
|
|
77191
77193
|
|
|
77192
|
-
;//
|
|
77194
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/text.js
|
|
77193
77195
|
/**
|
|
77194
77196
|
* @typedef {import('estree').Literal} Literal
|
|
77195
77197
|
*
|
|
@@ -77227,7 +77229,7 @@ function lib_handlers_text_text(node, state) {
|
|
|
77227
77229
|
}
|
|
77228
77230
|
}
|
|
77229
77231
|
|
|
77230
|
-
;//
|
|
77232
|
+
;// ./node_modules/hast-util-to-estree/lib/handlers/index.js
|
|
77231
77233
|
|
|
77232
77234
|
|
|
77233
77235
|
|
|
@@ -77257,7 +77259,7 @@ const handlers = {
|
|
|
77257
77259
|
*/
|
|
77258
77260
|
function handlers_ignore() {}
|
|
77259
77261
|
|
|
77260
|
-
;//
|
|
77262
|
+
;// ./node_modules/hast-util-to-estree/lib/state.js
|
|
77261
77263
|
/**
|
|
77262
77264
|
* @typedef {import('estree').Comment} Comment
|
|
77263
77265
|
* @typedef {import('estree').Directive} Directive
|
|
@@ -77625,7 +77627,7 @@ function createJsxNameFromString(name) {
|
|
|
77625
77627
|
return {type: 'JSXIdentifier', name}
|
|
77626
77628
|
}
|
|
77627
77629
|
|
|
77628
|
-
;//
|
|
77630
|
+
;// ./node_modules/hast-util-to-estree/lib/index.js
|
|
77629
77631
|
/**
|
|
77630
77632
|
* Register MDX nodes in tree:
|
|
77631
77633
|
*
|
|
@@ -77729,7 +77731,7 @@ function toEstree(tree, options) {
|
|
|
77729
77731
|
return program
|
|
77730
77732
|
}
|
|
77731
77733
|
|
|
77732
|
-
;//
|
|
77734
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/rehype-recma.js
|
|
77733
77735
|
/**
|
|
77734
77736
|
* @typedef {import('estree-jsx').Program} Program
|
|
77735
77737
|
*
|
|
@@ -77761,7 +77763,7 @@ function rehypeRecma(options) {
|
|
|
77761
77763
|
}
|
|
77762
77764
|
}
|
|
77763
77765
|
|
|
77764
|
-
;//
|
|
77766
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/rehype-remove-raw.js
|
|
77765
77767
|
/**
|
|
77766
77768
|
* @typedef {import('hast').Root} Root
|
|
77767
77769
|
*/
|
|
@@ -77794,7 +77796,7 @@ function rehypeRemoveRaw() {
|
|
|
77794
77796
|
}
|
|
77795
77797
|
}
|
|
77796
77798
|
|
|
77797
|
-
;//
|
|
77799
|
+
;// ./node_modules/collapse-white-space/index.js
|
|
77798
77800
|
/**
|
|
77799
77801
|
* @typedef {'html'|'js'} Style
|
|
77800
77802
|
*
|
|
@@ -77882,7 +77884,7 @@ function trimFactory(replace) {
|
|
|
77882
77884
|
}
|
|
77883
77885
|
}
|
|
77884
77886
|
|
|
77885
|
-
;//
|
|
77887
|
+
;// ./node_modules/@mdx-js/mdx/lib/plugin/remark-mark-and-unravel.js
|
|
77886
77888
|
/**
|
|
77887
77889
|
* @typedef {import('mdast').Root} Root
|
|
77888
77890
|
* @typedef {import('mdast').RootContent} RootContent
|
|
@@ -77981,7 +77983,7 @@ function remarkMarkAndUnravel() {
|
|
|
77981
77983
|
}
|
|
77982
77984
|
}
|
|
77983
77985
|
|
|
77984
|
-
;//
|
|
77986
|
+
;// ./node_modules/@mdx-js/mdx/lib/node-types.js
|
|
77985
77987
|
/**
|
|
77986
77988
|
* List of node types made by `mdast-util-mdx`, which have to be passed
|
|
77987
77989
|
* through untouched from the mdast tree to the hast tree.
|
|
@@ -77994,7 +77996,7 @@ const nodeTypes = /** @type {const} */ ([
|
|
|
77994
77996
|
'mdxjsEsm'
|
|
77995
77997
|
])
|
|
77996
77998
|
|
|
77997
|
-
;//
|
|
77999
|
+
;// ./node_modules/@mdx-js/mdx/lib/core.js
|
|
77998
78000
|
/**
|
|
77999
78001
|
* @typedef {import('estree-jsx').Program} Program
|
|
78000
78002
|
* @typedef {import('hast-util-to-estree').ElementAttributeNameCase} ElementAttributeNameCase
|
|
@@ -78230,7 +78232,7 @@ function core_createProcessor(options) {
|
|
|
78230
78232
|
return pipeline
|
|
78231
78233
|
}
|
|
78232
78234
|
|
|
78233
|
-
;//
|
|
78235
|
+
;// ./node_modules/@mdx-js/mdx/lib/compile.js
|
|
78234
78236
|
/**
|
|
78235
78237
|
* @typedef {import('vfile').VFile} VFile
|
|
78236
78238
|
* @typedef {import('vfile').Compatible} Compatible
|
|
@@ -78290,7 +78292,7 @@ function compileSync(vfileCompatible, compileOptions) {
|
|
|
78290
78292
|
return core_createProcessor(options).processSync(file)
|
|
78291
78293
|
}
|
|
78292
78294
|
|
|
78293
|
-
;//
|
|
78295
|
+
;// ./node_modules/estree-util-value-to-estree/node_modules/is-plain-obj/index.js
|
|
78294
78296
|
function is_plain_obj_isPlainObject(value) {
|
|
78295
78297
|
if (typeof value !== 'object' || value === null) {
|
|
78296
78298
|
return false;
|
|
@@ -78300,7 +78302,7 @@ function is_plain_obj_isPlainObject(value) {
|
|
|
78300
78302
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
78301
78303
|
}
|
|
78302
78304
|
|
|
78303
|
-
;//
|
|
78305
|
+
;// ./node_modules/estree-util-value-to-estree/dist/estree-util-value-to-estree.js
|
|
78304
78306
|
|
|
78305
78307
|
/**
|
|
78306
78308
|
* Create an ESTree identifier node for a given name.
|
|
@@ -78811,7 +78813,7 @@ function valueToEstree(value, options = {}) {
|
|
|
78811
78813
|
};
|
|
78812
78814
|
}
|
|
78813
78815
|
//# sourceMappingURL=estree-util-value-to-estree.js.map
|
|
78814
|
-
;//
|
|
78816
|
+
;// ./node_modules/hast-util-parse-selector/lib/index.js
|
|
78815
78817
|
/**
|
|
78816
78818
|
* @typedef {import('hast').Element} Element
|
|
78817
78819
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -78900,7 +78902,7 @@ function parseSelector(selector, defaultTagName) {
|
|
|
78900
78902
|
}
|
|
78901
78903
|
}
|
|
78902
78904
|
|
|
78903
|
-
;//
|
|
78905
|
+
;// ./node_modules/hastscript/lib/create-h.js
|
|
78904
78906
|
/**
|
|
78905
78907
|
* @typedef {import('hast').Element} Element
|
|
78906
78908
|
* @typedef {import('hast').Nodes} Nodes
|
|
@@ -79259,7 +79261,7 @@ function createAdjustMap(values) {
|
|
|
79259
79261
|
return result
|
|
79260
79262
|
}
|
|
79261
79263
|
|
|
79262
|
-
;//
|
|
79264
|
+
;// ./node_modules/hastscript/lib/svg-case-sensitive-tag-names.js
|
|
79263
79265
|
const svgCaseSensitiveTagNames = [
|
|
79264
79266
|
'altGlyph',
|
|
79265
79267
|
'altGlyphDef',
|
|
@@ -79302,7 +79304,7 @@ const svgCaseSensitiveTagNames = [
|
|
|
79302
79304
|
'textPath'
|
|
79303
79305
|
]
|
|
79304
79306
|
|
|
79305
|
-
;//
|
|
79307
|
+
;// ./node_modules/hastscript/lib/index.js
|
|
79306
79308
|
/**
|
|
79307
79309
|
* @typedef {import('./create-h.js').Child} Child
|
|
79308
79310
|
* Acceptable child value.
|
|
@@ -79340,7 +79342,7 @@ const h = createH(property_information_html, 'div')
|
|
|
79340
79342
|
/** @type {ReturnType<createH>} */
|
|
79341
79343
|
const s = createH(property_information_svg, 'g', svgCaseSensitiveTagNames)
|
|
79342
79344
|
|
|
79343
|
-
;//
|
|
79345
|
+
;// ./processor/plugin/toc.ts
|
|
79344
79346
|
|
|
79345
79347
|
|
|
79346
79348
|
|
|
@@ -79415,7 +79417,7 @@ const tocToMdx = (toc, components) => {
|
|
|
79415
79417
|
return lib_mdx(tocHast, { hast: true });
|
|
79416
79418
|
};
|
|
79417
79419
|
|
|
79418
|
-
;//
|
|
79420
|
+
;// ./errors/mdx-syntax-error.ts
|
|
79419
79421
|
class MdxSyntaxError extends SyntaxError {
|
|
79420
79422
|
constructor(error, doc) {
|
|
79421
79423
|
const { message, line, column, url } = error;
|
|
@@ -79435,7 +79437,7 @@ class MdxSyntaxError extends SyntaxError {
|
|
|
79435
79437
|
}
|
|
79436
79438
|
}
|
|
79437
79439
|
|
|
79438
|
-
;//
|
|
79440
|
+
;// ./lib/compile.ts
|
|
79439
79441
|
var compile_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
79440
79442
|
var t = {};
|
|
79441
79443
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -79473,7 +79475,7 @@ const compile_compile = (text, _a = {}) => {
|
|
|
79473
79475
|
};
|
|
79474
79476
|
/* harmony default export */ const lib_compile = (compile_compile);
|
|
79475
79477
|
|
|
79476
|
-
;//
|
|
79478
|
+
;// ./lib/hast.ts
|
|
79477
79479
|
|
|
79478
79480
|
|
|
79479
79481
|
|
|
@@ -79488,7 +79490,193 @@ const hast = (text, opts = {}) => {
|
|
|
79488
79490
|
};
|
|
79489
79491
|
/* harmony default export */ const lib_hast = (hast);
|
|
79490
79492
|
|
|
79491
|
-
;//
|
|
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
|
|
79492
79680
|
/**
|
|
79493
79681
|
* @typedef {import('hast').Element} Element
|
|
79494
79682
|
* @typedef {import('hast').Parents} Parents
|
|
@@ -79768,7 +79956,7 @@ function looksLikeAnElement(value) {
|
|
|
79768
79956
|
)
|
|
79769
79957
|
}
|
|
79770
79958
|
|
|
79771
|
-
;//
|
|
79959
|
+
;// ./node_modules/hast-util-embedded/lib/index.js
|
|
79772
79960
|
|
|
79773
79961
|
|
|
79774
79962
|
/**
|
|
@@ -79803,7 +79991,7 @@ const embedded = convertElement(
|
|
|
79803
79991
|
}
|
|
79804
79992
|
)
|
|
79805
79993
|
|
|
79806
|
-
;//
|
|
79994
|
+
;// ./node_modules/rehype-minify-whitespace/lib/block.js
|
|
79807
79995
|
// See: <https://html.spec.whatwg.org/#the-css-user-agent-style-sheet-and-presentational-hints>
|
|
79808
79996
|
const block_blocks = [
|
|
79809
79997
|
'address', // Flow content.
|
|
@@ -79866,7 +80054,7 @@ const block_blocks = [
|
|
|
79866
80054
|
'xmp' // Flow content, legacy
|
|
79867
80055
|
]
|
|
79868
80056
|
|
|
79869
|
-
;//
|
|
80057
|
+
;// ./node_modules/rehype-minify-whitespace/lib/content.js
|
|
79870
80058
|
const lib_content_content = [
|
|
79871
80059
|
// Form.
|
|
79872
80060
|
'button',
|
|
@@ -79875,7 +80063,7 @@ const lib_content_content = [
|
|
|
79875
80063
|
'textarea'
|
|
79876
80064
|
]
|
|
79877
80065
|
|
|
79878
|
-
;//
|
|
80066
|
+
;// ./node_modules/rehype-minify-whitespace/lib/skippable.js
|
|
79879
80067
|
const skippable = [
|
|
79880
80068
|
'area',
|
|
79881
80069
|
'base',
|
|
@@ -79897,7 +80085,7 @@ const skippable = [
|
|
|
79897
80085
|
'title'
|
|
79898
80086
|
]
|
|
79899
80087
|
|
|
79900
|
-
;//
|
|
80088
|
+
;// ./node_modules/rehype-minify-whitespace/lib/index.js
|
|
79901
80089
|
/**
|
|
79902
80090
|
* @typedef {import('hast').Nodes} Nodes
|
|
79903
80091
|
* @typedef {import('hast').Parents} Parents
|
|
@@ -80283,7 +80471,7 @@ function inferWhiteSpace(node, state) {
|
|
|
80283
80471
|
return state.whitespace
|
|
80284
80472
|
}
|
|
80285
80473
|
|
|
80286
|
-
;//
|
|
80474
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/a.js
|
|
80287
80475
|
/**
|
|
80288
80476
|
* @typedef {import('hast').Element} Element
|
|
80289
80477
|
*
|
|
@@ -80321,7 +80509,7 @@ function a(state, node) {
|
|
|
80321
80509
|
return result
|
|
80322
80510
|
}
|
|
80323
80511
|
|
|
80324
|
-
;//
|
|
80512
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/base.js
|
|
80325
80513
|
/**
|
|
80326
80514
|
* @typedef {import('hast').Element} Element
|
|
80327
80515
|
*
|
|
@@ -80347,7 +80535,7 @@ function base(state, node) {
|
|
|
80347
80535
|
}
|
|
80348
80536
|
}
|
|
80349
80537
|
|
|
80350
|
-
;//
|
|
80538
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/blockquote.js
|
|
80351
80539
|
/**
|
|
80352
80540
|
* @typedef {import('hast').Element} Element
|
|
80353
80541
|
*
|
|
@@ -80374,7 +80562,7 @@ function handlers_blockquote_blockquote(state, node) {
|
|
|
80374
80562
|
return result
|
|
80375
80563
|
}
|
|
80376
80564
|
|
|
80377
|
-
;//
|
|
80565
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/br.js
|
|
80378
80566
|
/**
|
|
80379
80567
|
* @typedef {import('hast').Element} Element
|
|
80380
80568
|
*
|
|
@@ -80401,7 +80589,7 @@ function br(state, node) {
|
|
|
80401
80589
|
return result
|
|
80402
80590
|
}
|
|
80403
80591
|
|
|
80404
|
-
;//
|
|
80592
|
+
;// ./node_modules/unist-util-find-after/lib/index.js
|
|
80405
80593
|
/**
|
|
80406
80594
|
* @typedef {import('unist').Node} UnistNode
|
|
80407
80595
|
* @typedef {import('unist').Parent} UnistParent
|
|
@@ -80533,7 +80721,7 @@ const findAfter =
|
|
|
80533
80721
|
}
|
|
80534
80722
|
)
|
|
80535
80723
|
|
|
80536
|
-
;//
|
|
80724
|
+
;// ./node_modules/hast-util-to-text/lib/index.js
|
|
80537
80725
|
/**
|
|
80538
80726
|
* @typedef {import('hast').Comment} Comment
|
|
80539
80727
|
* @typedef {import('hast').Element} Element
|
|
@@ -81168,7 +81356,7 @@ function closedDialog(node) {
|
|
|
81168
81356
|
return node.tagName === 'dialog' && !(node.properties || {}).open
|
|
81169
81357
|
}
|
|
81170
81358
|
|
|
81171
|
-
;//
|
|
81359
|
+
;// ./node_modules/trim-trailing-lines/index.js
|
|
81172
81360
|
/**
|
|
81173
81361
|
* Remove final line endings from `value`
|
|
81174
81362
|
*
|
|
@@ -81193,7 +81381,7 @@ function trimTrailingLines(value) {
|
|
|
81193
81381
|
return input.slice(0, end)
|
|
81194
81382
|
}
|
|
81195
81383
|
|
|
81196
|
-
;//
|
|
81384
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/code.js
|
|
81197
81385
|
/**
|
|
81198
81386
|
* @typedef {import('hast').Element} Element
|
|
81199
81387
|
*
|
|
@@ -81262,7 +81450,7 @@ function handlers_code_code(state, node) {
|
|
|
81262
81450
|
return result
|
|
81263
81451
|
}
|
|
81264
81452
|
|
|
81265
|
-
;//
|
|
81453
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/comment.js
|
|
81266
81454
|
/**
|
|
81267
81455
|
* @typedef {import('hast').Comment} Comment
|
|
81268
81456
|
*
|
|
@@ -81292,7 +81480,7 @@ function comment_comment(state, node) {
|
|
|
81292
81480
|
return result
|
|
81293
81481
|
}
|
|
81294
81482
|
|
|
81295
|
-
;//
|
|
81483
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/del.js
|
|
81296
81484
|
/**
|
|
81297
81485
|
* @typedef {import('hast').Element} Element
|
|
81298
81486
|
*
|
|
@@ -81323,7 +81511,7 @@ function del(state, node) {
|
|
|
81323
81511
|
return result
|
|
81324
81512
|
}
|
|
81325
81513
|
|
|
81326
|
-
;//
|
|
81514
|
+
;// ./node_modules/hast-util-to-mdast/lib/util/list-items-spread.js
|
|
81327
81515
|
/**
|
|
81328
81516
|
* @typedef {import('mdast').ListContent} ListContent
|
|
81329
81517
|
*/
|
|
@@ -81353,7 +81541,7 @@ function listItemsSpread(children) {
|
|
|
81353
81541
|
return false
|
|
81354
81542
|
}
|
|
81355
81543
|
|
|
81356
|
-
;//
|
|
81544
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/dl.js
|
|
81357
81545
|
/**
|
|
81358
81546
|
* @typedef {import('hast').Element} Element
|
|
81359
81547
|
* @typedef {import('hast').ElementContent} ElementContent
|
|
@@ -81507,7 +81695,7 @@ function dl_create() {
|
|
|
81507
81695
|
return {type: 'listItem', spread: false, checked: null, children: []}
|
|
81508
81696
|
}
|
|
81509
81697
|
|
|
81510
|
-
;//
|
|
81698
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/em.js
|
|
81511
81699
|
/**
|
|
81512
81700
|
* @typedef {import('hast').Element} Element
|
|
81513
81701
|
*
|
|
@@ -81539,7 +81727,7 @@ function em(state, node) {
|
|
|
81539
81727
|
return result
|
|
81540
81728
|
}
|
|
81541
81729
|
|
|
81542
|
-
;//
|
|
81730
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/heading.js
|
|
81543
81731
|
/**
|
|
81544
81732
|
* @typedef {import('hast').Element} Element
|
|
81545
81733
|
*
|
|
@@ -81573,7 +81761,7 @@ function handlers_heading_heading(state, node) {
|
|
|
81573
81761
|
return result
|
|
81574
81762
|
}
|
|
81575
81763
|
|
|
81576
|
-
;//
|
|
81764
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/hr.js
|
|
81577
81765
|
/**
|
|
81578
81766
|
* @typedef {import('hast').Element} Element
|
|
81579
81767
|
*
|
|
@@ -81600,7 +81788,7 @@ function hr(state, node) {
|
|
|
81600
81788
|
return result
|
|
81601
81789
|
}
|
|
81602
81790
|
|
|
81603
|
-
;//
|
|
81791
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/iframe.js
|
|
81604
81792
|
/**
|
|
81605
81793
|
* @typedef {import('hast').Element} Element
|
|
81606
81794
|
*
|
|
@@ -81642,7 +81830,7 @@ function iframe(state, node) {
|
|
|
81642
81830
|
}
|
|
81643
81831
|
}
|
|
81644
81832
|
|
|
81645
|
-
;//
|
|
81833
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/img.js
|
|
81646
81834
|
/**
|
|
81647
81835
|
* @typedef {import('hast').Element} Element
|
|
81648
81836
|
*
|
|
@@ -81676,7 +81864,7 @@ function img(state, node) {
|
|
|
81676
81864
|
return result
|
|
81677
81865
|
}
|
|
81678
81866
|
|
|
81679
|
-
;//
|
|
81867
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/inline-code.js
|
|
81680
81868
|
/**
|
|
81681
81869
|
* @typedef {import('hast').Element} Element
|
|
81682
81870
|
*
|
|
@@ -81702,7 +81890,7 @@ function handlers_inline_code_inlineCode(state, node) {
|
|
|
81702
81890
|
return result
|
|
81703
81891
|
}
|
|
81704
81892
|
|
|
81705
|
-
;//
|
|
81893
|
+
;// ./node_modules/hast-util-to-mdast/lib/util/find-selected-options.js
|
|
81706
81894
|
/**
|
|
81707
81895
|
* @typedef {import('hast').Element} Element
|
|
81708
81896
|
* @typedef {import('hast').Properties} Properties
|
|
@@ -81797,7 +81985,7 @@ function findOptions(node) {
|
|
|
81797
81985
|
return results
|
|
81798
81986
|
}
|
|
81799
81987
|
|
|
81800
|
-
;//
|
|
81988
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/input.js
|
|
81801
81989
|
/**
|
|
81802
81990
|
* @typedef {import('hast').Element} Element
|
|
81803
81991
|
*
|
|
@@ -81940,7 +82128,7 @@ function input(state, node) {
|
|
|
81940
82128
|
return result
|
|
81941
82129
|
}
|
|
81942
82130
|
|
|
81943
|
-
;//
|
|
82131
|
+
;// ./node_modules/hast-util-has-property/lib/index.js
|
|
81944
82132
|
/**
|
|
81945
82133
|
* @typedef {import('hast').Element} Element
|
|
81946
82134
|
* @typedef {import('hast').Nodes} Nodes
|
|
@@ -81971,7 +82159,7 @@ function hasProperty(node, name) {
|
|
|
81971
82159
|
return value !== null && value !== undefined && value !== false
|
|
81972
82160
|
}
|
|
81973
82161
|
|
|
81974
|
-
;//
|
|
82162
|
+
;// ./node_modules/hast-util-is-body-ok-link/lib/index.js
|
|
81975
82163
|
/**
|
|
81976
82164
|
* @typedef {import('hast').Nodes} Nodes
|
|
81977
82165
|
*/
|
|
@@ -82011,7 +82199,7 @@ function isBodyOkLink(node) {
|
|
|
82011
82199
|
return true
|
|
82012
82200
|
}
|
|
82013
82201
|
|
|
82014
|
-
;//
|
|
82202
|
+
;// ./node_modules/hast-util-phrasing/lib/index.js
|
|
82015
82203
|
/**
|
|
82016
82204
|
* @typedef {import('hast').Nodes} Nodes
|
|
82017
82205
|
*/
|
|
@@ -82091,7 +82279,7 @@ function lib_phrasing(value) {
|
|
|
82091
82279
|
)
|
|
82092
82280
|
}
|
|
82093
82281
|
|
|
82094
|
-
;//
|
|
82282
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/li.js
|
|
82095
82283
|
/**
|
|
82096
82284
|
* @typedef {import('hast').Element} Element
|
|
82097
82285
|
*
|
|
@@ -82242,7 +82430,7 @@ function extractLeadingCheckbox(node) {
|
|
|
82242
82430
|
return {checkbox: undefined, rest: node}
|
|
82243
82431
|
}
|
|
82244
82432
|
|
|
82245
|
-
;//
|
|
82433
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/list.js
|
|
82246
82434
|
/**
|
|
82247
82435
|
* @typedef {import('hast').Element} Element
|
|
82248
82436
|
*
|
|
@@ -82295,7 +82483,7 @@ function list_create() {
|
|
|
82295
82483
|
return {type: 'listItem', spread: false, checked: null, children: []}
|
|
82296
82484
|
}
|
|
82297
82485
|
|
|
82298
|
-
;//
|
|
82486
|
+
;// ./node_modules/hast-util-to-mdast/lib/util/wrap.js
|
|
82299
82487
|
/**
|
|
82300
82488
|
* @typedef {import('mdast').BlockContent} BlockContent
|
|
82301
82489
|
* @typedef {import('mdast').Delete} Delete
|
|
@@ -82518,7 +82706,7 @@ function cloneWithoutChildren(node) {
|
|
|
82518
82706
|
return esm({...node, children: []})
|
|
82519
82707
|
}
|
|
82520
82708
|
|
|
82521
|
-
;//
|
|
82709
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/media.js
|
|
82522
82710
|
/**
|
|
82523
82711
|
* @typedef {import('hast').Element} Element
|
|
82524
82712
|
*
|
|
@@ -82608,7 +82796,7 @@ function media(state, node) {
|
|
|
82608
82796
|
return result
|
|
82609
82797
|
}
|
|
82610
82798
|
|
|
82611
|
-
;//
|
|
82799
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/p.js
|
|
82612
82800
|
/**
|
|
82613
82801
|
* @typedef {import('hast').Element} Element
|
|
82614
82802
|
*
|
|
@@ -82642,7 +82830,7 @@ function p_p(state, node) {
|
|
|
82642
82830
|
}
|
|
82643
82831
|
}
|
|
82644
82832
|
|
|
82645
|
-
;//
|
|
82833
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/q.js
|
|
82646
82834
|
/**
|
|
82647
82835
|
* @typedef {import('hast').Element} Element
|
|
82648
82836
|
*
|
|
@@ -82689,7 +82877,7 @@ function q(state, node) {
|
|
|
82689
82877
|
return contents
|
|
82690
82878
|
}
|
|
82691
82879
|
|
|
82692
|
-
;//
|
|
82880
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/root.js
|
|
82693
82881
|
/**
|
|
82694
82882
|
* @typedef {import('hast').Root} HastRoot
|
|
82695
82883
|
*
|
|
@@ -82721,7 +82909,7 @@ function lib_handlers_root_root(state, node) {
|
|
|
82721
82909
|
return result
|
|
82722
82910
|
}
|
|
82723
82911
|
|
|
82724
|
-
;//
|
|
82912
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/select.js
|
|
82725
82913
|
/**
|
|
82726
82914
|
* @typedef {import('hast').Element} Element
|
|
82727
82915
|
*
|
|
@@ -82759,7 +82947,7 @@ function select_select(state, node) {
|
|
|
82759
82947
|
}
|
|
82760
82948
|
}
|
|
82761
82949
|
|
|
82762
|
-
;//
|
|
82950
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/strong.js
|
|
82763
82951
|
/**
|
|
82764
82952
|
* @typedef {import('hast').Element} Element
|
|
82765
82953
|
*
|
|
@@ -82791,7 +82979,7 @@ function handlers_strong_strong(state, node) {
|
|
|
82791
82979
|
return result
|
|
82792
82980
|
}
|
|
82793
82981
|
|
|
82794
|
-
;//
|
|
82982
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/table-cell.js
|
|
82795
82983
|
/**
|
|
82796
82984
|
* @typedef {import('hast').Element} Element
|
|
82797
82985
|
*
|
|
@@ -82837,7 +83025,7 @@ function table_cell_tableCell(state, node) {
|
|
|
82837
83025
|
return result
|
|
82838
83026
|
}
|
|
82839
83027
|
|
|
82840
|
-
;//
|
|
83028
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/table-row.js
|
|
82841
83029
|
/**
|
|
82842
83030
|
* @typedef {import('hast').Element} Element
|
|
82843
83031
|
*
|
|
@@ -82874,7 +83062,7 @@ function table_row_create() {
|
|
|
82874
83062
|
return {type: 'tableCell', children: []}
|
|
82875
83063
|
}
|
|
82876
83064
|
|
|
82877
|
-
;//
|
|
83065
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/table.js
|
|
82878
83066
|
/**
|
|
82879
83067
|
* @typedef {import('hast').Element} Element
|
|
82880
83068
|
*
|
|
@@ -83083,7 +83271,7 @@ function createRow() {
|
|
|
83083
83271
|
return {type: 'tableRow', children: []}
|
|
83084
83272
|
}
|
|
83085
83273
|
|
|
83086
|
-
;//
|
|
83274
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/text.js
|
|
83087
83275
|
/**
|
|
83088
83276
|
* @typedef {import('hast').Text} HastText
|
|
83089
83277
|
*
|
|
@@ -83110,7 +83298,7 @@ function hast_util_to_mdast_lib_handlers_text_text(state, node) {
|
|
|
83110
83298
|
return result
|
|
83111
83299
|
}
|
|
83112
83300
|
|
|
83113
|
-
;//
|
|
83301
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/textarea.js
|
|
83114
83302
|
/**
|
|
83115
83303
|
* @typedef {import('hast').Element} Element
|
|
83116
83304
|
*
|
|
@@ -83136,7 +83324,7 @@ function textarea_textarea(state, node) {
|
|
|
83136
83324
|
return result
|
|
83137
83325
|
}
|
|
83138
83326
|
|
|
83139
|
-
;//
|
|
83327
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/wbr.js
|
|
83140
83328
|
/**
|
|
83141
83329
|
* @typedef {import('hast').Element} Element
|
|
83142
83330
|
*
|
|
@@ -83163,7 +83351,7 @@ function wbr(state, node) {
|
|
|
83163
83351
|
return result
|
|
83164
83352
|
}
|
|
83165
83353
|
|
|
83166
|
-
;//
|
|
83354
|
+
;// ./node_modules/hast-util-to-mdast/lib/handlers/index.js
|
|
83167
83355
|
/**
|
|
83168
83356
|
* @typedef {import('hast').Parents} Parents
|
|
83169
83357
|
*
|
|
@@ -83399,7 +83587,7 @@ function handlers_flow(state, node) {
|
|
|
83399
83587
|
*/
|
|
83400
83588
|
function lib_handlers_ignore() {}
|
|
83401
83589
|
|
|
83402
|
-
;//
|
|
83590
|
+
;// ./node_modules/hast-util-to-mdast/lib/state.js
|
|
83403
83591
|
/**
|
|
83404
83592
|
* @typedef {import('hast').Element} Element
|
|
83405
83593
|
* @typedef {import('hast').Nodes} Nodes
|
|
@@ -83804,7 +83992,7 @@ function toSpecificContent(nodes, build) {
|
|
|
83804
83992
|
}
|
|
83805
83993
|
}
|
|
83806
83994
|
|
|
83807
|
-
;//
|
|
83995
|
+
;// ./node_modules/hast-util-to-mdast/lib/index.js
|
|
83808
83996
|
/**
|
|
83809
83997
|
* @typedef {import('hast').Nodes} Nodes
|
|
83810
83998
|
*
|
|
@@ -83920,7 +84108,7 @@ function toMdast(tree, options) {
|
|
|
83920
84108
|
return mdast
|
|
83921
84109
|
}
|
|
83922
84110
|
|
|
83923
|
-
;//
|
|
84111
|
+
;// ./node_modules/rehype-remark/lib/index.js
|
|
83924
84112
|
/**
|
|
83925
84113
|
* @typedef {import('hast').Root} HastRoot
|
|
83926
84114
|
* @typedef {import('hast-util-to-mdast').Options} Options
|
|
@@ -84008,7 +84196,7 @@ function rehypeRemark(destination, options) {
|
|
|
84008
84196
|
}
|
|
84009
84197
|
}
|
|
84010
84198
|
|
|
84011
|
-
;//
|
|
84199
|
+
;// ./processor/compile/callout.ts
|
|
84012
84200
|
|
|
84013
84201
|
const callout = (node, _, state, info) => {
|
|
84014
84202
|
const exit = state.enter(NodeTypes.callout);
|
|
@@ -84028,7 +84216,7 @@ const callout = (node, _, state, info) => {
|
|
|
84028
84216
|
};
|
|
84029
84217
|
/* harmony default export */ const compile_callout = (callout);
|
|
84030
84218
|
|
|
84031
|
-
;//
|
|
84219
|
+
;// ./processor/compile/code-tabs.ts
|
|
84032
84220
|
|
|
84033
84221
|
const codeTabs = (node, _, state, info) => {
|
|
84034
84222
|
const exit = state.enter(NodeTypes.codeTabs);
|
|
@@ -84041,7 +84229,7 @@ const codeTabs = (node, _, state, info) => {
|
|
|
84041
84229
|
};
|
|
84042
84230
|
/* harmony default export */ const compile_code_tabs = (codeTabs);
|
|
84043
84231
|
|
|
84044
|
-
;//
|
|
84232
|
+
;// ./processor/compile/embed.ts
|
|
84045
84233
|
|
|
84046
84234
|
const embed_embed = (node) => {
|
|
84047
84235
|
const attributes = formatHProps(node);
|
|
@@ -84054,11 +84242,11 @@ const embed_embed = (node) => {
|
|
|
84054
84242
|
};
|
|
84055
84243
|
/* harmony default export */ const compile_embed = (embed_embed);
|
|
84056
84244
|
|
|
84057
|
-
;//
|
|
84245
|
+
;// ./processor/compile/gemoji.ts
|
|
84058
84246
|
const gemoji_gemoji = (node) => `:${node.name}:`;
|
|
84059
84247
|
/* harmony default export */ const compile_gemoji = (gemoji_gemoji);
|
|
84060
84248
|
|
|
84061
|
-
;//
|
|
84249
|
+
;// ./processor/compile/html-block.ts
|
|
84062
84250
|
|
|
84063
84251
|
const htmlBlock = (node) => {
|
|
84064
84252
|
const { runScripts, html } = getHProps(node);
|
|
@@ -84068,7 +84256,7 @@ ${reformatHTML(html)}
|
|
|
84068
84256
|
};
|
|
84069
84257
|
/* harmony default export */ const html_block = (htmlBlock);
|
|
84070
84258
|
|
|
84071
|
-
;//
|
|
84259
|
+
;// ./processor/compile/compatibility.ts
|
|
84072
84260
|
var compatibility_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
84073
84261
|
var t = {};
|
|
84074
84262
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -84139,7 +84327,7 @@ const compatibility = (node) => {
|
|
|
84139
84327
|
};
|
|
84140
84328
|
/* harmony default export */ const compile_compatibility = (compatibility);
|
|
84141
84329
|
|
|
84142
|
-
;//
|
|
84330
|
+
;// ./processor/compile/variable.ts
|
|
84143
84331
|
const variable = (node) => {
|
|
84144
84332
|
// @note: coming from RDMD, it's set as `variable`. But when mdx is parsed,
|
|
84145
84333
|
// it's set as `name`
|
|
@@ -84148,7 +84336,7 @@ const variable = (node) => {
|
|
|
84148
84336
|
};
|
|
84149
84337
|
/* harmony default export */ const compile_variable = (variable);
|
|
84150
84338
|
|
|
84151
|
-
;//
|
|
84339
|
+
;// ./processor/compile/index.ts
|
|
84152
84340
|
|
|
84153
84341
|
|
|
84154
84342
|
|
|
@@ -84180,7 +84368,7 @@ function compilers() {
|
|
|
84180
84368
|
}
|
|
84181
84369
|
/* harmony default export */ const processor_compile = (compilers);
|
|
84182
84370
|
|
|
84183
|
-
;//
|
|
84371
|
+
;// ./lib/mdx.ts
|
|
84184
84372
|
var mdx_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
84185
84373
|
var t = {};
|
|
84186
84374
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -84215,7 +84403,7 @@ const mdx_mdx = (tree, _a = {}) => {
|
|
|
84215
84403
|
};
|
|
84216
84404
|
/* harmony default export */ const lib_mdx = (mdx_mdx);
|
|
84217
84405
|
|
|
84218
|
-
;//
|
|
84406
|
+
;// ./lib/plain.ts
|
|
84219
84407
|
|
|
84220
84408
|
const STRIP_TAGS = ['script', 'style'];
|
|
84221
84409
|
function plain_one(node, opts) {
|
|
@@ -84273,7 +84461,7 @@ const plain = (node, opts = {}) => {
|
|
|
84273
84461
|
// EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js
|
|
84274
84462
|
var jsx_runtime = __webpack_require__(4848);
|
|
84275
84463
|
var jsx_runtime_namespaceObject = /*#__PURE__*/__webpack_require__.t(jsx_runtime, 2);
|
|
84276
|
-
;//
|
|
84464
|
+
;// ./node_modules/@mdx-js/mdx/lib/run.js
|
|
84277
84465
|
/**
|
|
84278
84466
|
* @typedef {import('mdx/types.js').MDXModule} MDXModule
|
|
84279
84467
|
*
|
|
@@ -84323,7 +84511,7 @@ function runSync(code, options) {
|
|
|
84323
84511
|
// EXTERNAL MODULE: ./node_modules/@readme/variable/dist/index.js
|
|
84324
84512
|
var dist = __webpack_require__(4355);
|
|
84325
84513
|
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
|
84326
|
-
;//
|
|
84514
|
+
;// ./contexts/index.tsx
|
|
84327
84515
|
|
|
84328
84516
|
|
|
84329
84517
|
|
|
@@ -84338,7 +84526,7 @@ const Contexts = ({ children, terms = [], variables = { user: {}, defaults: [] }
|
|
|
84338
84526
|
};
|
|
84339
84527
|
/* harmony default export */ const contexts = (Contexts);
|
|
84340
84528
|
|
|
84341
|
-
;//
|
|
84529
|
+
;// ./lib/run.tsx
|
|
84342
84530
|
var run_rest = (undefined && undefined.__rest) || function (s, e) {
|
|
84343
84531
|
var t = {};
|
|
84344
84532
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -84387,7 +84575,7 @@ const run_run = async (string, _opts = {}) => {
|
|
|
84387
84575
|
};
|
|
84388
84576
|
/* harmony default export */ const lib_run = (run_run);
|
|
84389
84577
|
|
|
84390
|
-
;//
|
|
84578
|
+
;// ./lib/tags.ts
|
|
84391
84579
|
|
|
84392
84580
|
|
|
84393
84581
|
|
|
@@ -84402,7 +84590,8 @@ const tags = (doc) => {
|
|
|
84402
84590
|
};
|
|
84403
84591
|
/* harmony default export */ const lib_tags = (tags);
|
|
84404
84592
|
|
|
84405
|
-
;//
|
|
84593
|
+
;// ./lib/index.ts
|
|
84594
|
+
|
|
84406
84595
|
|
|
84407
84596
|
|
|
84408
84597
|
|
|
@@ -84413,7 +84602,7 @@ const tags = (doc) => {
|
|
|
84413
84602
|
|
|
84414
84603
|
|
|
84415
84604
|
|
|
84416
|
-
;//
|
|
84605
|
+
;// ./index.tsx
|
|
84417
84606
|
|
|
84418
84607
|
|
|
84419
84608
|
|