chore: repair next example (#72)

This commit is contained in:
Sasha 2024-06-25 01:18:52 +02:00 committed by GitHub
parent d62e3579fd
commit 854ae02792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
415 changed files with 6142 additions and 44785 deletions

4
.gitignore vendored
View File

@ -3,3 +3,7 @@ build
node_modules
yarn.lock
.DS_Store
# next.js
/.next/*
/out/*

View File

@ -9,8 +9,8 @@
/coverage
# next.js
/.next/
/out/
/.next/*
/out/*
# production
/build

View File

@ -1,20 +0,0 @@
{
"pages": {
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/view/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/view/page.js"
]
}
}

View File

@ -1,19 +0,0 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},
"ampFirstPages": []
}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
[{"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/layout.tsx":"1","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/page.tsx":"2","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/view/page.tsx":"3","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/components/Loading.tsx":"4","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/components/WakuProvider.tsx":"5","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/const.ts":"6","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/hooks/useNoteURL.ts":"7","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/services/notes.ts":"8","/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/services/waku.ts":"9"},{"size":488,"mtime":1713809915803,"results":"10","hashOfConfig":"11"},{"size":1270,"mtime":1713809915803,"results":"12","hashOfConfig":"11"},{"size":699,"mtime":1713809915804,"results":"13","hashOfConfig":"11"},{"size":121,"mtime":1713809915804,"results":"14","hashOfConfig":"11"},{"size":1441,"mtime":1713809915804,"results":"15","hashOfConfig":"11"},{"size":238,"mtime":1713809915804,"results":"16","hashOfConfig":"11"},{"size":398,"mtime":1713813217517,"results":"17","hashOfConfig":"11"},{"size":2202,"mtime":1713814307783,"results":"18","hashOfConfig":"11"},{"size":2718,"mtime":1713814315298,"results":"19","hashOfConfig":"11"},{"filePath":"20","messages":"21","suppressedMessages":"22","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"mifxov",{"filePath":"23","messages":"24","suppressedMessages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","suppressedMessages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"29","messages":"30","suppressedMessages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","suppressedMessages":"34","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"35","messages":"36","suppressedMessages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","suppressedMessages":"40","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","suppressedMessages":"43","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"44","messages":"45","suppressedMessages":"46","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/layout.tsx",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/page.tsx",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/view/page.tsx",["47"],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/components/Loading.tsx",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/components/WakuProvider.tsx",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/const.ts",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/hooks/useNoteURL.ts",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/services/notes.ts",[],[],"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/services/waku.ts",[],[],{"ruleId":"48","severity":1,"message":"49","line":22,"column":6,"nodeType":"50","endLine":22,"endColumn":24,"suggestions":"51"},"react-hooks/exhaustive-deps","React Hook React.useEffect has a missing dependency: 'router'. Either include it or remove the dependency array.","ArrayExpression",["52"],{"desc":"53","fix":"54"},"Update the dependencies array to be: [id, key, router, setNote]",{"range":"55","text":"56"},[570,588],"[id, key, router, setNote]"]

View File

@ -1 +0,0 @@
{"type": "commonjs"}

View File

@ -1,5 +0,0 @@
{
"/page": "app/page.js",
"/view/page": "app/view/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":[],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","static/chunks/main-app.js"],"pages":{"/_app":[]},"ampFirstPages":[]}

View File

@ -1,6 +0,0 @@
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}

View File

@ -1 +0,0 @@
self.__REACT_LOADABLE_MANIFEST="{}"

View File

@ -1 +0,0 @@
self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{\"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/layout\":[\"static/media/c9a5bc6a7c948fb0-s.p.woff2\"]},\"appUsingSizeAdjust\":true,\"pagesUsingSizeAdjust\":false}"

View File

@ -1 +0,0 @@
{"pages":{},"app":{"/Users/arseniy/Waku/lab.waku.org/examples/flush-notes/src/app/layout":["static/media/c9a5bc6a7c948fb0-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}

View File

@ -1 +0,0 @@
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"sXkmXz7KRB62Q2QTRIrhu1TPcTuyh+h7VD9QT4GLsuQ=\"\n}"

View File

@ -1,5 +0,0 @@
{
"node": {},
"edge": {},
"encryptionKey": "sXkmXz7KRB62Q2QTRIrhu1TPcTuyh+h7VD9QT4GLsuQ="
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/any-signal";
exports.ids = ["vendor-chunks/any-signal"];
exports.modules = {
/***/ "(ssr)/./node_modules/any-signal/dist/src/index.js":
/*!***************************************************!*\
!*** ./node_modules/any-signal/dist/src/index.js ***!
\***************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ anySignal: () => (/* binding */ anySignal)\n/* harmony export */ });\n/**\n * Takes an array of AbortSignals and returns a single signal.\n * If any signals are aborted, the returned signal will be aborted.\n */ function anySignal(signals) {\n const controller = new globalThis.AbortController();\n function onAbort() {\n controller.abort();\n for (const signal of signals){\n if (signal?.removeEventListener != null) {\n signal.removeEventListener(\"abort\", onAbort);\n }\n }\n }\n for (const signal of signals){\n if (signal?.aborted === true) {\n onAbort();\n break;\n }\n if (signal?.addEventListener != null) {\n signal.addEventListener(\"abort\", onAbort);\n }\n }\n function clear() {\n for (const signal of signals){\n if (signal?.removeEventListener != null) {\n signal.removeEventListener(\"abort\", onAbort);\n }\n }\n }\n const signal = controller.signal;\n signal.clear = clear;\n return signal;\n} //# sourceMappingURL=index.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvYW55LXNpZ25hbC9kaXN0L3NyYy9pbmRleC5qcyIsIm1hcHBpbmdzIjoiOzs7O0FBQUE7OztDQUdDLEdBQ00sU0FBU0EsVUFBVUMsT0FBTztJQUM3QixNQUFNQyxhQUFhLElBQUlDLFdBQVdDLGVBQWU7SUFDakQsU0FBU0M7UUFDTEgsV0FBV0ksS0FBSztRQUNoQixLQUFLLE1BQU1DLFVBQVVOLFFBQVM7WUFDMUIsSUFBSU0sUUFBUUMsdUJBQXVCLE1BQU07Z0JBQ3JDRCxPQUFPQyxtQkFBbUIsQ0FBQyxTQUFTSDtZQUN4QztRQUNKO0lBQ0o7SUFDQSxLQUFLLE1BQU1FLFVBQVVOLFFBQVM7UUFDMUIsSUFBSU0sUUFBUUUsWUFBWSxNQUFNO1lBQzFCSjtZQUNBO1FBQ0o7UUFDQSxJQUFJRSxRQUFRRyxvQkFBb0IsTUFBTTtZQUNsQ0gsT0FBT0csZ0JBQWdCLENBQUMsU0FBU0w7UUFDckM7SUFDSjtJQUNBLFNBQVNNO1FBQ0wsS0FBSyxNQUFNSixVQUFVTixRQUFTO1lBQzFCLElBQUlNLFFBQVFDLHVCQUF1QixNQUFNO2dCQUNyQ0QsT0FBT0MsbUJBQW1CLENBQUMsU0FBU0g7WUFDeEM7UUFDSjtJQUNKO0lBQ0EsTUFBTUUsU0FBU0wsV0FBV0ssTUFBTTtJQUNoQ0EsT0FBT0ksS0FBSyxHQUFHQTtJQUNmLE9BQU9KO0FBQ1gsRUFDQSxpQ0FBaUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9mbHVzaC1ub3Rlcy8uL25vZGVfbW9kdWxlcy9hbnktc2lnbmFsL2Rpc3Qvc3JjL2luZGV4LmpzP2I4M2EiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBUYWtlcyBhbiBhcnJheSBvZiBBYm9ydFNpZ25hbHMgYW5kIHJldHVybnMgYSBzaW5nbGUgc2lnbmFsLlxuICogSWYgYW55IHNpZ25hbHMgYXJlIGFib3J0ZWQsIHRoZSByZXR1cm5lZCBzaWduYWwgd2lsbCBiZSBhYm9ydGVkLlxuICovXG5leHBvcnQgZnVuY3Rpb24gYW55U2lnbmFsKHNpZ25hbHMpIHtcbiAgICBjb25zdCBjb250cm9sbGVyID0gbmV3IGdsb2JhbFRoaXMuQWJvcnRDb250cm9sbGVyKCk7XG4gICAgZnVuY3Rpb24gb25BYm9ydCgpIHtcbiAgICAgICAgY29udHJvbGxlci5hYm9ydCgpO1xuICAgICAgICBmb3IgKGNvbnN0IHNpZ25hbCBvZiBzaWduYWxzKSB7XG4gICAgICAgICAgICBpZiAoc2lnbmFsPy5yZW1vdmVFdmVudExpc3RlbmVyICE9IG51bGwpIHtcbiAgICAgICAgICAgICAgICBzaWduYWwucmVtb3ZlRXZlbnRMaXN0ZW5lcignYWJvcnQnLCBvbkFib3J0KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbiAgICBmb3IgKGNvbnN0IHNpZ25hbCBvZiBzaWduYWxzKSB7XG4gICAgICAgIGlmIChzaWduYWw/LmFib3J0ZWQgPT09IHRydWUpIHtcbiAgICAgICAgICAgIG9uQWJvcnQoKTtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICB9XG4gICAgICAgIGlmIChzaWduYWw/LmFkZEV2ZW50TGlzdGVuZXIgIT0gbnVsbCkge1xuICAgICAgICAgICAgc2lnbmFsLmFkZEV2ZW50TGlzdGVuZXIoJ2Fib3J0Jywgb25BYm9ydCk7XG4gICAgICAgIH1cbiAgICB9XG4gICAgZnVuY3Rpb24gY2xlYXIoKSB7XG4gICAgICAgIGZvciAoY29uc3Qgc2lnbmFsIG9mIHNpZ25hbHMpIHtcbiAgICAgICAgICAgIGlmIChzaWduYWw/LnJlbW92ZUV2ZW50TGlzdGVuZXIgIT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIHNpZ25hbC5yZW1vdmVFdmVudExpc3RlbmVyKCdhYm9ydCcsIG9uQWJvcnQpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuICAgIGNvbnN0IHNpZ25hbCA9IGNvbnRyb2xsZXIuc2lnbmFsO1xuICAgIHNpZ25hbC5jbGVhciA9IGNsZWFyO1xuICAgIHJldHVybiBzaWduYWw7XG59XG4vLyMgc291cmNlTWFwcGluZ1VSTD1pbmRleC5qcy5tYXAiXSwibmFtZXMiOlsiYW55U2lnbmFsIiwic2lnbmFscyIsImNvbnRyb2xsZXIiLCJnbG9iYWxUaGlzIiwiQWJvcnRDb250cm9sbGVyIiwib25BYm9ydCIsImFib3J0Iiwic2lnbmFsIiwicmVtb3ZlRXZlbnRMaXN0ZW5lciIsImFib3J0ZWQiLCJhZGRFdmVudExpc3RlbmVyIiwiY2xlYXIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/any-signal/dist/src/index.js\n");
/***/ })
};
;

File diff suppressed because one or more lines are too long

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/bail";
exports.ids = ["vendor-chunks/bail"];
exports.modules = {
/***/ "(ssr)/./node_modules/bail/index.js":
/*!************************************!*\
!*** ./node_modules/bail/index.js ***!
\************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ bail: () => (/* binding */ bail)\n/* harmony export */ });\n/**\n * Throw a given error.\n *\n * @param {Error|null|undefined} [error]\n * Maybe error.\n * @returns {asserts error is null|undefined}\n */ function bail(error) {\n if (error) {\n throw error;\n }\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvYmFpbC9pbmRleC5qcyIsIm1hcHBpbmdzIjoiOzs7O0FBQUE7Ozs7OztDQU1DLEdBQ00sU0FBU0EsS0FBS0MsS0FBSztJQUN4QixJQUFJQSxPQUFPO1FBQ1QsTUFBTUE7SUFDUjtBQUNGIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vZmx1c2gtbm90ZXMvLi9ub2RlX21vZHVsZXMvYmFpbC9pbmRleC5qcz9lMjlhIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhyb3cgYSBnaXZlbiBlcnJvci5cbiAqXG4gKiBAcGFyYW0ge0Vycm9yfG51bGx8dW5kZWZpbmVkfSBbZXJyb3JdXG4gKiAgIE1heWJlIGVycm9yLlxuICogQHJldHVybnMge2Fzc2VydHMgZXJyb3IgaXMgbnVsbHx1bmRlZmluZWR9XG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBiYWlsKGVycm9yKSB7XG4gIGlmIChlcnJvcikge1xuICAgIHRocm93IGVycm9yXG4gIH1cbn1cbiJdLCJuYW1lcyI6WyJiYWlsIiwiZXJyb3IiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/bail/index.js\n");
/***/ })
};
;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/decode-named-character-reference";
exports.ids = ["vendor-chunks/decode-named-character-reference"];
exports.modules = {
/***/ "(ssr)/./node_modules/decode-named-character-reference/index.js":
/*!****************************************************************!*\
!*** ./node_modules/decode-named-character-reference/index.js ***!
\****************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ decodeNamedCharacterReference: () => (/* binding */ decodeNamedCharacterReference)\n/* harmony export */ });\n/* harmony import */ var character_entities__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! character-entities */ \"(ssr)/./node_modules/character-entities/index.js\");\n\nconst own = {}.hasOwnProperty;\n/**\n * Decode a single character reference (without the `&` or `;`).\n * You probably only need this when youre building parsers yourself that follow\n * different rules compared to HTML.\n * This is optimized to be tiny in browsers.\n *\n * @param {string} value\n * `notin` (named), `#123` (deci), `#x123` (hexa).\n * @returns {string|false}\n * Decoded reference.\n */ function decodeNamedCharacterReference(value) {\n return own.call(character_entities__WEBPACK_IMPORTED_MODULE_0__.characterEntities, value) ? character_entities__WEBPACK_IMPORTED_MODULE_0__.characterEntities[value] : false;\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvZGVjb2RlLW5hbWVkLWNoYXJhY3Rlci1yZWZlcmVuY2UvaW5kZXguanMiLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBb0Q7QUFFcEQsTUFBTUMsTUFBTSxDQUFDLEVBQUVDLGNBQWM7QUFFN0I7Ozs7Ozs7Ozs7Q0FVQyxHQUNNLFNBQVNDLDhCQUE4QkMsS0FBSztJQUNqRCxPQUFPSCxJQUFJSSxJQUFJLENBQUNMLGlFQUFpQkEsRUFBRUksU0FBU0osaUVBQWlCLENBQUNJLE1BQU0sR0FBRztBQUN6RSIsInNvdXJjZXMiOlsid2VicGFjazovL2ZsdXNoLW5vdGVzLy4vbm9kZV9tb2R1bGVzL2RlY29kZS1uYW1lZC1jaGFyYWN0ZXItcmVmZXJlbmNlL2luZGV4LmpzP2QzNDIiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtjaGFyYWN0ZXJFbnRpdGllc30gZnJvbSAnY2hhcmFjdGVyLWVudGl0aWVzJ1xuXG5jb25zdCBvd24gPSB7fS5oYXNPd25Qcm9wZXJ0eVxuXG4vKipcbiAqIERlY29kZSBhIHNpbmdsZSBjaGFyYWN0ZXIgcmVmZXJlbmNlICh3aXRob3V0IHRoZSBgJmAgb3IgYDtgKS5cbiAqIFlvdSBwcm9iYWJseSBvbmx5IG5lZWQgdGhpcyB3aGVuIHlvdeKAmXJlIGJ1aWxkaW5nIHBhcnNlcnMgeW91cnNlbGYgdGhhdCBmb2xsb3dcbiAqIGRpZmZlcmVudCBydWxlcyBjb21wYXJlZCB0byBIVE1MLlxuICogVGhpcyBpcyBvcHRpbWl6ZWQgdG8gYmUgdGlueSBpbiBicm93c2Vycy5cbiAqXG4gKiBAcGFyYW0ge3N0cmluZ30gdmFsdWVcbiAqICAgYG5vdGluYCAobmFtZWQpLCBgIzEyM2AgKGRlY2kpLCBgI3gxMjNgIChoZXhhKS5cbiAqIEByZXR1cm5zIHtzdHJpbmd8ZmFsc2V9XG4gKiAgIERlY29kZWQgcmVmZXJlbmNlLlxuICovXG5leHBvcnQgZnVuY3Rpb24gZGVjb2RlTmFtZWRDaGFyYWN0ZXJSZWZlcmVuY2UodmFsdWUpIHtcbiAgcmV0dXJuIG93bi5jYWxsKGNoYXJhY3RlckVudGl0aWVzLCB2YWx1ZSkgPyBjaGFyYWN0ZXJFbnRpdGllc1t2YWx1ZV0gOiBmYWxzZVxufVxuIl0sIm5hbWVzIjpbImNoYXJhY3RlckVudGl0aWVzIiwib3duIiwiaGFzT3duUHJvcGVydHkiLCJkZWNvZGVOYW1lZENoYXJhY3RlclJlZmVyZW5jZSIsInZhbHVlIiwiY2FsbCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/decode-named-character-reference/index.js\n");
/***/ })
};
;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/get-iterator";
exports.ids = ["vendor-chunks/get-iterator"];
exports.modules = {
/***/ "(ssr)/./node_modules/get-iterator/dist/src/index.js":
/*!*****************************************************!*\
!*** ./node_modules/get-iterator/dist/src/index.js ***!
\*****************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getIterator: () => (/* binding */ getIterator)\n/* harmony export */ });\nfunction getIterator(obj) {\n if (obj != null) {\n if (typeof obj[Symbol.iterator] === \"function\") {\n return obj[Symbol.iterator]();\n }\n if (typeof obj[Symbol.asyncIterator] === \"function\") {\n return obj[Symbol.asyncIterator]();\n }\n if (typeof obj.next === \"function\") {\n return obj; // probably an iterator\n }\n }\n throw new Error(\"argument is not an iterator or iterable\");\n} //# sourceMappingURL=index.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvZ2V0LWl0ZXJhdG9yL2Rpc3Qvc3JjL2luZGV4LmpzIiwibWFwcGluZ3MiOiI7Ozs7QUFBTyxTQUFTQSxZQUFZQyxHQUFHO0lBQzNCLElBQUlBLE9BQU8sTUFBTTtRQUNiLElBQUksT0FBT0EsR0FBRyxDQUFDQyxPQUFPQyxRQUFRLENBQUMsS0FBSyxZQUFZO1lBQzVDLE9BQU9GLEdBQUcsQ0FBQ0MsT0FBT0MsUUFBUSxDQUFDO1FBQy9CO1FBQ0EsSUFBSSxPQUFPRixHQUFHLENBQUNDLE9BQU9FLGFBQWEsQ0FBQyxLQUFLLFlBQVk7WUFDakQsT0FBT0gsR0FBRyxDQUFDQyxPQUFPRSxhQUFhLENBQUM7UUFDcEM7UUFDQSxJQUFJLE9BQU9ILElBQUlJLElBQUksS0FBSyxZQUFZO1lBQ2hDLE9BQU9KLEtBQUssdUJBQXVCO1FBQ3ZDO0lBQ0o7SUFDQSxNQUFNLElBQUlLLE1BQU07QUFDcEIsRUFDQSxpQ0FBaUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9mbHVzaC1ub3Rlcy8uL25vZGVfbW9kdWxlcy9nZXQtaXRlcmF0b3IvZGlzdC9zcmMvaW5kZXguanM/M2ZhZiJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZnVuY3Rpb24gZ2V0SXRlcmF0b3Iob2JqKSB7XG4gICAgaWYgKG9iaiAhPSBudWxsKSB7XG4gICAgICAgIGlmICh0eXBlb2Ygb2JqW1N5bWJvbC5pdGVyYXRvcl0gPT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgICAgIHJldHVybiBvYmpbU3ltYm9sLml0ZXJhdG9yXSgpO1xuICAgICAgICB9XG4gICAgICAgIGlmICh0eXBlb2Ygb2JqW1N5bWJvbC5hc3luY0l0ZXJhdG9yXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICAgICAgcmV0dXJuIG9ialtTeW1ib2wuYXN5bmNJdGVyYXRvcl0oKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAodHlwZW9mIG9iai5uZXh0ID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgICAgICByZXR1cm4gb2JqOyAvLyBwcm9iYWJseSBhbiBpdGVyYXRvclxuICAgICAgICB9XG4gICAgfVxuICAgIHRocm93IG5ldyBFcnJvcignYXJndW1lbnQgaXMgbm90IGFuIGl0ZXJhdG9yIG9yIGl0ZXJhYmxlJyk7XG59XG4vLyMgc291cmNlTWFwcGluZ1VSTD1pbmRleC5qcy5tYXAiXSwibmFtZXMiOlsiZ2V0SXRlcmF0b3IiLCJvYmoiLCJTeW1ib2wiLCJpdGVyYXRvciIsImFzeW5jSXRlcmF0b3IiLCJuZXh0IiwiRXJyb3IiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/get-iterator/dist/src/index.js\n");
/***/ })
};
;

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/has-flag";
exports.ids = ["vendor-chunks/has-flag"];
exports.modules = {
/***/ "(ssr)/./node_modules/has-flag/index.js":
/*!****************************************!*\
!*** ./node_modules/has-flag/index.js ***!
\****************************************/
/***/ ((module) => {
eval("\nmodule.exports = (flag, argv = process.argv)=>{\n const prefix = flag.startsWith(\"-\") ? \"\" : flag.length === 1 ? \"-\" : \"--\";\n const position = argv.indexOf(prefix + flag);\n const terminatorPosition = argv.indexOf(\"--\");\n return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvaGFzLWZsYWcvaW5kZXguanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFFQUEsT0FBT0MsT0FBTyxHQUFHLENBQUNDLE1BQU1DLE9BQU9DLFFBQVFELElBQUk7SUFDMUMsTUFBTUUsU0FBU0gsS0FBS0ksVUFBVSxDQUFDLE9BQU8sS0FBTUosS0FBS0ssTUFBTSxLQUFLLElBQUksTUFBTTtJQUN0RSxNQUFNQyxXQUFXTCxLQUFLTSxPQUFPLENBQUNKLFNBQVNIO0lBQ3ZDLE1BQU1RLHFCQUFxQlAsS0FBS00sT0FBTyxDQUFDO0lBQ3hDLE9BQU9ELGFBQWEsQ0FBQyxLQUFNRSxDQUFBQSx1QkFBdUIsQ0FBQyxLQUFLRixXQUFXRSxrQkFBaUI7QUFDckYiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9mbHVzaC1ub3Rlcy8uL25vZGVfbW9kdWxlcy9oYXMtZmxhZy9pbmRleC5qcz9mM2Y2Il0sInNvdXJjZXNDb250ZW50IjpbIid1c2Ugc3RyaWN0JztcblxubW9kdWxlLmV4cG9ydHMgPSAoZmxhZywgYXJndiA9IHByb2Nlc3MuYXJndikgPT4ge1xuXHRjb25zdCBwcmVmaXggPSBmbGFnLnN0YXJ0c1dpdGgoJy0nKSA/ICcnIDogKGZsYWcubGVuZ3RoID09PSAxID8gJy0nIDogJy0tJyk7XG5cdGNvbnN0IHBvc2l0aW9uID0gYXJndi5pbmRleE9mKHByZWZpeCArIGZsYWcpO1xuXHRjb25zdCB0ZXJtaW5hdG9yUG9zaXRpb24gPSBhcmd2LmluZGV4T2YoJy0tJyk7XG5cdHJldHVybiBwb3NpdGlvbiAhPT0gLTEgJiYgKHRlcm1pbmF0b3JQb3NpdGlvbiA9PT0gLTEgfHwgcG9zaXRpb24gPCB0ZXJtaW5hdG9yUG9zaXRpb24pO1xufTtcbiJdLCJuYW1lcyI6WyJtb2R1bGUiLCJleHBvcnRzIiwiZmxhZyIsImFyZ3YiLCJwcm9jZXNzIiwicHJlZml4Iiwic3RhcnRzV2l0aCIsImxlbmd0aCIsInBvc2l0aW9uIiwiaW5kZXhPZiIsInRlcm1pbmF0b3JQb3NpdGlvbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/has-flag/index.js\n");
/***/ })
};
;

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/hashlru";
exports.ids = ["vendor-chunks/hashlru"];
exports.modules = {
/***/ "(ssr)/./node_modules/hashlru/index.js":
/*!***************************************!*\
!*** ./node_modules/hashlru/index.js ***!
\***************************************/
/***/ ((module) => {
eval("\nmodule.exports = function(max) {\n if (!max) throw Error(\"hashlru must have a max value, of type number, greater than 0\");\n var size = 0, cache = Object.create(null), _cache = Object.create(null);\n function update(key, value) {\n cache[key] = value;\n size++;\n if (size >= max) {\n size = 0;\n _cache = cache;\n cache = Object.create(null);\n }\n }\n return {\n has: function(key) {\n return cache[key] !== undefined || _cache[key] !== undefined;\n },\n remove: function(key) {\n if (cache[key] !== undefined) cache[key] = undefined;\n if (_cache[key] !== undefined) _cache[key] = undefined;\n },\n get: function(key) {\n var v = cache[key];\n if (v !== undefined) return v;\n if ((v = _cache[key]) !== undefined) {\n update(key, v);\n return v;\n }\n },\n set: function(key, value) {\n if (cache[key] !== undefined) cache[key] = value;\n else update(key, value);\n },\n clear: function() {\n cache = Object.create(null);\n _cache = Object.create(null);\n }\n };\n};\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvaGFzaGxydS9pbmRleC5qcyIsIm1hcHBpbmdzIjoiO0FBQUFBLE9BQU9DLE9BQU8sR0FBRyxTQUFVQyxHQUFHO0lBRTVCLElBQUksQ0FBQ0EsS0FBSyxNQUFNQyxNQUFNO0lBRXRCLElBQUlDLE9BQU8sR0FBR0MsUUFBUUMsT0FBT0MsTUFBTSxDQUFDLE9BQU9DLFNBQVNGLE9BQU9DLE1BQU0sQ0FBQztJQUVsRSxTQUFTRSxPQUFRQyxHQUFHLEVBQUVDLEtBQUs7UUFDekJOLEtBQUssQ0FBQ0ssSUFBSSxHQUFHQztRQUNiUDtRQUNBLElBQUdBLFFBQVFGLEtBQUs7WUFDZEUsT0FBTztZQUNQSSxTQUFTSDtZQUNUQSxRQUFRQyxPQUFPQyxNQUFNLENBQUM7UUFDeEI7SUFDRjtJQUVBLE9BQU87UUFDTEssS0FBSyxTQUFVRixHQUFHO1lBQ2hCLE9BQU9MLEtBQUssQ0FBQ0ssSUFBSSxLQUFLRyxhQUFhTCxNQUFNLENBQUNFLElBQUksS0FBS0c7UUFDckQ7UUFDQUMsUUFBUSxTQUFVSixHQUFHO1lBQ25CLElBQUdMLEtBQUssQ0FBQ0ssSUFBSSxLQUFLRyxXQUNoQlIsS0FBSyxDQUFDSyxJQUFJLEdBQUdHO1lBQ2YsSUFBR0wsTUFBTSxDQUFDRSxJQUFJLEtBQUtHLFdBQ2pCTCxNQUFNLENBQUNFLElBQUksR0FBR0c7UUFDbEI7UUFDQUUsS0FBSyxTQUFVTCxHQUFHO1lBQ2hCLElBQUlNLElBQUlYLEtBQUssQ0FBQ0ssSUFBSTtZQUNsQixJQUFHTSxNQUFNSCxXQUFXLE9BQU9HO1lBQzNCLElBQUcsQ0FBQ0EsSUFBSVIsTUFBTSxDQUFDRSxJQUFJLE1BQU1HLFdBQVc7Z0JBQ2xDSixPQUFPQyxLQUFLTTtnQkFDWixPQUFPQTtZQUNUO1FBQ0Y7UUFDQUMsS0FBSyxTQUFVUCxHQUFHLEVBQUVDLEtBQUs7WUFDdkIsSUFBR04sS0FBSyxDQUFDSyxJQUFJLEtBQUtHLFdBQVdSLEtBQUssQ0FBQ0ssSUFBSSxHQUFHQztpQkFDckNGLE9BQU9DLEtBQUtDO1FBQ25CO1FBQ0FPLE9BQU87WUFDTGIsUUFBUUMsT0FBT0MsTUFBTSxDQUFDO1lBQ3RCQyxTQUFTRixPQUFPQyxNQUFNLENBQUM7UUFDekI7SUFDRjtBQUNGIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vZmx1c2gtbm90ZXMvLi9ub2RlX21vZHVsZXMvaGFzaGxydS9pbmRleC5qcz82YzJlIl0sInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gZnVuY3Rpb24gKG1heCkge1xuXG4gIGlmICghbWF4KSB0aHJvdyBFcnJvcignaGFzaGxydSBtdXN0IGhhdmUgYSBtYXggdmFsdWUsIG9mIHR5cGUgbnVtYmVyLCBncmVhdGVyIHRoYW4gMCcpXG5cbiAgdmFyIHNpemUgPSAwLCBjYWNoZSA9IE9iamVjdC5jcmVhdGUobnVsbCksIF9jYWNoZSA9IE9iamVjdC5jcmVhdGUobnVsbClcblxuICBmdW5jdGlvbiB1cGRhdGUgKGtleSwgdmFsdWUpIHtcbiAgICBjYWNoZVtrZXldID0gdmFsdWVcbiAgICBzaXplICsrXG4gICAgaWYoc2l6ZSA+PSBtYXgpIHtcbiAgICAgIHNpemUgPSAwXG4gICAgICBfY2FjaGUgPSBjYWNoZVxuICAgICAgY2FjaGUgPSBPYmplY3QuY3JlYXRlKG51bGwpXG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIHtcbiAgICBoYXM6IGZ1bmN0aW9uIChrZXkpIHtcbiAgICAgIHJldHVybiBjYWNoZVtrZXldICE9PSB1bmRlZmluZWQgfHwgX2NhY2hlW2tleV0gIT09IHVuZGVmaW5lZFxuICAgIH0sXG4gICAgcmVtb3ZlOiBmdW5jdGlvbiAoa2V5KSB7XG4gICAgICBpZihjYWNoZVtrZXldICE9PSB1bmRlZmluZWQpXG4gICAgICAgIGNhY2hlW2tleV0gPSB1bmRlZmluZWRcbiAgICAgIGlmKF9jYWNoZVtrZXldICE9PSB1bmRlZmluZWQpXG4gICAgICAgIF9jYWNoZVtrZXldID0gdW5kZWZpbmVkXG4gICAgfSxcbiAgICBnZXQ6IGZ1bmN0aW9uIChrZXkpIHtcbiAgICAgIHZhciB2ID0gY2FjaGVba2V5XVxuICAgICAgaWYodiAhPT0gdW5kZWZpbmVkKSByZXR1cm4gdlxuICAgICAgaWYoKHYgPSBfY2FjaGVba2V5XSkgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICB1cGRhdGUoa2V5LCB2KVxuICAgICAgICByZXR1cm4gdlxuICAgICAgfVxuICAgIH0sXG4gICAgc2V0OiBmdW5jdGlvbiAoa2V5LCB2YWx1ZSkge1xuICAgICAgaWYoY2FjaGVba2V5XSAhPT0gdW5kZWZpbmVkKSBjYWNoZVtrZXldID0gdmFsdWVcbiAgICAgIGVsc2UgdXBkYXRlKGtleSwgdmFsdWUpXG4gICAgfSxcbiAgICBjbGVhcjogZnVuY3Rpb24gKCkge1xuICAgICAgY2FjaGUgPSBPYmplY3QuY3JlYXRlKG51bGwpXG4gICAgICBfY2FjaGUgPSBPYmplY3QuY3JlYXRlKG51bGwpXG4gICAgfVxuICB9XG59XG5cblxuXG5cblxuXG5cbiJdLCJuYW1lcyI6WyJtb2R1bGUiLCJleHBvcnRzIiwibWF4IiwiRXJyb3IiLCJzaXplIiwiY2FjaGUiLCJPYmplY3QiLCJjcmVhdGUiLCJfY2FjaGUiLCJ1cGRhdGUiLCJrZXkiLCJ2YWx1ZSIsImhhcyIsInVuZGVmaW5lZCIsInJlbW92ZSIsImdldCIsInYiLCJzZXQiLCJjbGVhciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/hashlru/index.js\n");
/***/ })
};
;

File diff suppressed because one or more lines are too long

View File

@ -1,25 +0,0 @@
"use strict";
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
exports.id = "vendor-chunks/hast-util-whitespace";
exports.ids = ["vendor-chunks/hast-util-whitespace"];
exports.modules = {
/***/ "(ssr)/./node_modules/hast-util-whitespace/lib/index.js":
/*!********************************************************!*\
!*** ./node_modules/hast-util-whitespace/lib/index.js ***!
\********************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ whitespace: () => (/* binding */ whitespace)\n/* harmony export */ });\n/**\n * @typedef {import('hast').Nodes} Nodes\n */ // HTML whitespace expression.\n// See <https://infra.spec.whatwg.org/#ascii-whitespace>.\nconst re = /[ \\t\\n\\f\\r]/g;\n/**\n * Check if the given value is *inter-element whitespace*.\n *\n * @param {Nodes | string} thing\n * Thing to check (`Node` or `string`).\n * @returns {boolean}\n * Whether the `value` is inter-element whitespace (`boolean`): consisting of\n * zero or more of space, tab (`\\t`), line feed (`\\n`), carriage return\n * (`\\r`), or form feed (`\\f`); if a node is passed it must be a `Text` node,\n * whose `value` field is checked.\n */ function whitespace(thing) {\n return typeof thing === \"object\" ? thing.type === \"text\" ? empty(thing.value) : false : empty(thing);\n}\n/**\n * @param {string} value\n * @returns {boolean}\n */ function empty(value) {\n return value.replace(re, \"\") === \"\";\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9ub2RlX21vZHVsZXMvaGFzdC11dGlsLXdoaXRlc3BhY2UvbGliL2luZGV4LmpzIiwibWFwcGluZ3MiOiI7Ozs7QUFBQTs7Q0FFQyxHQUVELDhCQUE4QjtBQUM5Qix5REFBeUQ7QUFDekQsTUFBTUEsS0FBSztBQUVYOzs7Ozs7Ozs7O0NBVUMsR0FDTSxTQUFTQyxXQUFXQyxLQUFLO0lBQzlCLE9BQU8sT0FBT0EsVUFBVSxXQUNwQkEsTUFBTUMsSUFBSSxLQUFLLFNBQ2JDLE1BQU1GLE1BQU1HLEtBQUssSUFDakIsUUFDRkQsTUFBTUY7QUFDWjtBQUVBOzs7Q0FHQyxHQUNELFNBQVNFLE1BQU1DLEtBQUs7SUFDbEIsT0FBT0EsTUFBTUMsT0FBTyxDQUFDTixJQUFJLFFBQVE7QUFDbkMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9mbHVzaC1ub3Rlcy8uL25vZGVfbW9kdWxlcy9oYXN0LXV0aWwtd2hpdGVzcGFjZS9saWIvaW5kZXguanM/MzYzZiJdLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEB0eXBlZGVmIHtpbXBvcnQoJ2hhc3QnKS5Ob2Rlc30gTm9kZXNcbiAqL1xuXG4vLyBIVE1MIHdoaXRlc3BhY2UgZXhwcmVzc2lvbi5cbi8vIFNlZSA8aHR0cHM6Ly9pbmZyYS5zcGVjLndoYXR3Zy5vcmcvI2FzY2lpLXdoaXRlc3BhY2U+LlxuY29uc3QgcmUgPSAvWyBcXHRcXG5cXGZcXHJdL2dcblxuLyoqXG4gKiBDaGVjayBpZiB0aGUgZ2l2ZW4gdmFsdWUgaXMgKmludGVyLWVsZW1lbnQgd2hpdGVzcGFjZSouXG4gKlxuICogQHBhcmFtIHtOb2RlcyB8IHN0cmluZ30gdGhpbmdcbiAqICAgVGhpbmcgdG8gY2hlY2sgKGBOb2RlYCBvciBgc3RyaW5nYCkuXG4gKiBAcmV0dXJucyB7Ym9vbGVhbn1cbiAqICAgV2hldGhlciB0aGUgYHZhbHVlYCBpcyBpbnRlci1lbGVtZW50IHdoaXRlc3BhY2UgKGBib29sZWFuYCk6IGNvbnNpc3Rpbmcgb2ZcbiAqICAgemVybyBvciBtb3JlIG9mIHNwYWNlLCB0YWIgKGBcXHRgKSwgbGluZSBmZWVkIChgXFxuYCksIGNhcnJpYWdlIHJldHVyblxuICogICAoYFxccmApLCBvciBmb3JtIGZlZWQgKGBcXGZgKTsgaWYgYSBub2RlIGlzIHBhc3NlZCBpdCBtdXN0IGJlIGEgYFRleHRgIG5vZGUsXG4gKiAgIHdob3NlIGB2YWx1ZWAgZmllbGQgaXMgY2hlY2tlZC5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHdoaXRlc3BhY2UodGhpbmcpIHtcbiAgcmV0dXJuIHR5cGVvZiB0aGluZyA9PT0gJ29iamVjdCdcbiAgICA/IHRoaW5nLnR5cGUgPT09ICd0ZXh0J1xuICAgICAgPyBlbXB0eSh0aGluZy52YWx1ZSlcbiAgICAgIDogZmFsc2VcbiAgICA6IGVtcHR5KHRoaW5nKVxufVxuXG4vKipcbiAqIEBwYXJhbSB7c3RyaW5nfSB2YWx1ZVxuICogQHJldHVybnMge2Jvb2xlYW59XG4gKi9cbmZ1bmN0aW9uIGVtcHR5KHZhbHVlKSB7XG4gIHJldHVybiB2YWx1ZS5yZXBsYWNlKHJlLCAnJykgPT09ICcnXG59XG4iXSwibmFtZXMiOlsicmUiLCJ3aGl0ZXNwYWNlIiwidGhpbmciLCJ0eXBlIiwiZW1wdHkiLCJ2YWx1ZSIsInJlcGxhY2UiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./node_modules/hast-util-whitespace/lib/index.js\n");
/***/ })
};
;

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More