4399 lines
170 KiB
JavaScript
4399 lines
170 KiB
JavaScript
module.exports = [
|
|
"[project]/node_modules/@swc/helpers/cjs/_interop_require_default.cjs [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
function _interop_require_default(obj) {
|
|
return obj && obj.__esModule ? obj : {
|
|
default: obj
|
|
};
|
|
}
|
|
exports._ = _interop_require_default;
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/modern-browserslist-target.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
// Note: This file is JS because it's used by the taskfile-swc.js file, which is JS.
|
|
// Keep file changes in sync with the corresponding `.d.ts` files.
|
|
/**
|
|
* These are the minimum browser versions that we consider "modern" and thus compile for by default.
|
|
* This list was generated using `pnpm browserslist "baseline widely available"` on 2025-10-01.
|
|
*/ const MODERN_BROWSERSLIST_TARGET = [
|
|
'chrome 111',
|
|
'edge 111',
|
|
'firefox 111',
|
|
'safari 16.4'
|
|
];
|
|
module.exports = MODERN_BROWSERSLIST_TARGET;
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/entry-constants.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE: null,
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY: null,
|
|
UNDERSCORE_NOT_FOUND_ROUTE: null,
|
|
UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE: function() {
|
|
return UNDERSCORE_GLOBAL_ERROR_ROUTE;
|
|
},
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY: function() {
|
|
return UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY;
|
|
},
|
|
UNDERSCORE_NOT_FOUND_ROUTE: function() {
|
|
return UNDERSCORE_NOT_FOUND_ROUTE;
|
|
},
|
|
UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: function() {
|
|
return UNDERSCORE_NOT_FOUND_ROUTE_ENTRY;
|
|
}
|
|
});
|
|
const UNDERSCORE_NOT_FOUND_ROUTE = '/_not-found';
|
|
const UNDERSCORE_NOT_FOUND_ROUTE_ENTRY = `${UNDERSCORE_NOT_FOUND_ROUTE}/page`;
|
|
const UNDERSCORE_GLOBAL_ERROR_ROUTE = '/_global-error';
|
|
const UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY = `${UNDERSCORE_GLOBAL_ERROR_ROUTE}/page`;
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/constants.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
APP_CLIENT_INTERNALS: null,
|
|
APP_PATHS_MANIFEST: null,
|
|
APP_PATH_ROUTES_MANIFEST: null,
|
|
AdapterOutputType: null,
|
|
BARREL_OPTIMIZATION_PREFIX: null,
|
|
BLOCKED_PAGES: null,
|
|
BUILD_ID_FILE: null,
|
|
BUILD_MANIFEST: null,
|
|
CLIENT_PUBLIC_FILES_PATH: null,
|
|
CLIENT_REFERENCE_MANIFEST: null,
|
|
CLIENT_STATIC_FILES_PATH: null,
|
|
CLIENT_STATIC_FILES_RUNTIME_MAIN: null,
|
|
CLIENT_STATIC_FILES_RUNTIME_MAIN_APP: null,
|
|
CLIENT_STATIC_FILES_RUNTIME_POLYFILLS: null,
|
|
CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL: null,
|
|
CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH: null,
|
|
CLIENT_STATIC_FILES_RUNTIME_WEBPACK: null,
|
|
COMPILER_INDEXES: null,
|
|
COMPILER_NAMES: null,
|
|
CONFIG_FILES: null,
|
|
DEFAULT_RUNTIME_WEBPACK: null,
|
|
DEFAULT_SANS_SERIF_FONT: null,
|
|
DEFAULT_SERIF_FONT: null,
|
|
DEV_CLIENT_MIDDLEWARE_MANIFEST: null,
|
|
DEV_CLIENT_PAGES_MANIFEST: null,
|
|
DYNAMIC_CSS_MANIFEST: null,
|
|
EDGE_RUNTIME_WEBPACK: null,
|
|
EDGE_UNSUPPORTED_NODE_APIS: null,
|
|
EXPORT_DETAIL: null,
|
|
EXPORT_MARKER: null,
|
|
FUNCTIONS_CONFIG_MANIFEST: null,
|
|
IMAGES_MANIFEST: null,
|
|
INTERCEPTION_ROUTE_REWRITE_MANIFEST: null,
|
|
MIDDLEWARE_BUILD_MANIFEST: null,
|
|
MIDDLEWARE_MANIFEST: null,
|
|
MIDDLEWARE_REACT_LOADABLE_MANIFEST: null,
|
|
MODERN_BROWSERSLIST_TARGET: null,
|
|
NEXT_BUILTIN_DOCUMENT: null,
|
|
NEXT_FONT_MANIFEST: null,
|
|
PAGES_MANIFEST: null,
|
|
PHASE_ANALYZE: null,
|
|
PHASE_DEVELOPMENT_SERVER: null,
|
|
PHASE_EXPORT: null,
|
|
PHASE_INFO: null,
|
|
PHASE_PRODUCTION_BUILD: null,
|
|
PHASE_PRODUCTION_SERVER: null,
|
|
PHASE_TEST: null,
|
|
PREFETCH_HINTS: null,
|
|
PRERENDER_MANIFEST: null,
|
|
REACT_LOADABLE_MANIFEST: null,
|
|
ROUTES_MANIFEST: null,
|
|
RSC_MODULE_TYPES: null,
|
|
SERVER_DIRECTORY: null,
|
|
SERVER_FILES_MANIFEST: null,
|
|
SERVER_PROPS_ID: null,
|
|
SERVER_REFERENCE_MANIFEST: null,
|
|
STATIC_PROPS_ID: null,
|
|
STATIC_STATUS_PAGES: null,
|
|
STRING_LITERAL_DROP_BUNDLE: null,
|
|
SUBRESOURCE_INTEGRITY_MANIFEST: null,
|
|
SYSTEM_ENTRYPOINTS: null,
|
|
TRACE_OUTPUT_VERSION: null,
|
|
TURBOPACK_CLIENT_BUILD_MANIFEST: null,
|
|
TURBOPACK_CLIENT_MIDDLEWARE_MANIFEST: null,
|
|
TURBO_TRACE_DEFAULT_MEMORY_LIMIT: null,
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE: null,
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY: null,
|
|
UNDERSCORE_NOT_FOUND_ROUTE: null,
|
|
UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
APP_CLIENT_INTERNALS: function() {
|
|
return APP_CLIENT_INTERNALS;
|
|
},
|
|
APP_PATHS_MANIFEST: function() {
|
|
return APP_PATHS_MANIFEST;
|
|
},
|
|
APP_PATH_ROUTES_MANIFEST: function() {
|
|
return APP_PATH_ROUTES_MANIFEST;
|
|
},
|
|
AdapterOutputType: function() {
|
|
return AdapterOutputType;
|
|
},
|
|
BARREL_OPTIMIZATION_PREFIX: function() {
|
|
return BARREL_OPTIMIZATION_PREFIX;
|
|
},
|
|
BLOCKED_PAGES: function() {
|
|
return BLOCKED_PAGES;
|
|
},
|
|
BUILD_ID_FILE: function() {
|
|
return BUILD_ID_FILE;
|
|
},
|
|
BUILD_MANIFEST: function() {
|
|
return BUILD_MANIFEST;
|
|
},
|
|
CLIENT_PUBLIC_FILES_PATH: function() {
|
|
return CLIENT_PUBLIC_FILES_PATH;
|
|
},
|
|
CLIENT_REFERENCE_MANIFEST: function() {
|
|
return CLIENT_REFERENCE_MANIFEST;
|
|
},
|
|
CLIENT_STATIC_FILES_PATH: function() {
|
|
return CLIENT_STATIC_FILES_PATH;
|
|
},
|
|
CLIENT_STATIC_FILES_RUNTIME_MAIN: function() {
|
|
return CLIENT_STATIC_FILES_RUNTIME_MAIN;
|
|
},
|
|
CLIENT_STATIC_FILES_RUNTIME_MAIN_APP: function() {
|
|
return CLIENT_STATIC_FILES_RUNTIME_MAIN_APP;
|
|
},
|
|
CLIENT_STATIC_FILES_RUNTIME_POLYFILLS: function() {
|
|
return CLIENT_STATIC_FILES_RUNTIME_POLYFILLS;
|
|
},
|
|
CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL: function() {
|
|
return CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL;
|
|
},
|
|
CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH: function() {
|
|
return CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH;
|
|
},
|
|
CLIENT_STATIC_FILES_RUNTIME_WEBPACK: function() {
|
|
return CLIENT_STATIC_FILES_RUNTIME_WEBPACK;
|
|
},
|
|
COMPILER_INDEXES: function() {
|
|
return COMPILER_INDEXES;
|
|
},
|
|
COMPILER_NAMES: function() {
|
|
return COMPILER_NAMES;
|
|
},
|
|
CONFIG_FILES: function() {
|
|
return CONFIG_FILES;
|
|
},
|
|
DEFAULT_RUNTIME_WEBPACK: function() {
|
|
return DEFAULT_RUNTIME_WEBPACK;
|
|
},
|
|
DEFAULT_SANS_SERIF_FONT: function() {
|
|
return DEFAULT_SANS_SERIF_FONT;
|
|
},
|
|
DEFAULT_SERIF_FONT: function() {
|
|
return DEFAULT_SERIF_FONT;
|
|
},
|
|
DEV_CLIENT_MIDDLEWARE_MANIFEST: function() {
|
|
return DEV_CLIENT_MIDDLEWARE_MANIFEST;
|
|
},
|
|
DEV_CLIENT_PAGES_MANIFEST: function() {
|
|
return DEV_CLIENT_PAGES_MANIFEST;
|
|
},
|
|
DYNAMIC_CSS_MANIFEST: function() {
|
|
return DYNAMIC_CSS_MANIFEST;
|
|
},
|
|
EDGE_RUNTIME_WEBPACK: function() {
|
|
return EDGE_RUNTIME_WEBPACK;
|
|
},
|
|
EDGE_UNSUPPORTED_NODE_APIS: function() {
|
|
return EDGE_UNSUPPORTED_NODE_APIS;
|
|
},
|
|
EXPORT_DETAIL: function() {
|
|
return EXPORT_DETAIL;
|
|
},
|
|
EXPORT_MARKER: function() {
|
|
return EXPORT_MARKER;
|
|
},
|
|
FUNCTIONS_CONFIG_MANIFEST: function() {
|
|
return FUNCTIONS_CONFIG_MANIFEST;
|
|
},
|
|
IMAGES_MANIFEST: function() {
|
|
return IMAGES_MANIFEST;
|
|
},
|
|
INTERCEPTION_ROUTE_REWRITE_MANIFEST: function() {
|
|
return INTERCEPTION_ROUTE_REWRITE_MANIFEST;
|
|
},
|
|
MIDDLEWARE_BUILD_MANIFEST: function() {
|
|
return MIDDLEWARE_BUILD_MANIFEST;
|
|
},
|
|
MIDDLEWARE_MANIFEST: function() {
|
|
return MIDDLEWARE_MANIFEST;
|
|
},
|
|
MIDDLEWARE_REACT_LOADABLE_MANIFEST: function() {
|
|
return MIDDLEWARE_REACT_LOADABLE_MANIFEST;
|
|
},
|
|
MODERN_BROWSERSLIST_TARGET: function() {
|
|
return _modernbrowserslisttarget.default;
|
|
},
|
|
NEXT_BUILTIN_DOCUMENT: function() {
|
|
return NEXT_BUILTIN_DOCUMENT;
|
|
},
|
|
NEXT_FONT_MANIFEST: function() {
|
|
return NEXT_FONT_MANIFEST;
|
|
},
|
|
PAGES_MANIFEST: function() {
|
|
return PAGES_MANIFEST;
|
|
},
|
|
PHASE_ANALYZE: function() {
|
|
return PHASE_ANALYZE;
|
|
},
|
|
PHASE_DEVELOPMENT_SERVER: function() {
|
|
return PHASE_DEVELOPMENT_SERVER;
|
|
},
|
|
PHASE_EXPORT: function() {
|
|
return PHASE_EXPORT;
|
|
},
|
|
PHASE_INFO: function() {
|
|
return PHASE_INFO;
|
|
},
|
|
PHASE_PRODUCTION_BUILD: function() {
|
|
return PHASE_PRODUCTION_BUILD;
|
|
},
|
|
PHASE_PRODUCTION_SERVER: function() {
|
|
return PHASE_PRODUCTION_SERVER;
|
|
},
|
|
PHASE_TEST: function() {
|
|
return PHASE_TEST;
|
|
},
|
|
PREFETCH_HINTS: function() {
|
|
return PREFETCH_HINTS;
|
|
},
|
|
PRERENDER_MANIFEST: function() {
|
|
return PRERENDER_MANIFEST;
|
|
},
|
|
REACT_LOADABLE_MANIFEST: function() {
|
|
return REACT_LOADABLE_MANIFEST;
|
|
},
|
|
ROUTES_MANIFEST: function() {
|
|
return ROUTES_MANIFEST;
|
|
},
|
|
RSC_MODULE_TYPES: function() {
|
|
return RSC_MODULE_TYPES;
|
|
},
|
|
SERVER_DIRECTORY: function() {
|
|
return SERVER_DIRECTORY;
|
|
},
|
|
SERVER_FILES_MANIFEST: function() {
|
|
return SERVER_FILES_MANIFEST;
|
|
},
|
|
SERVER_PROPS_ID: function() {
|
|
return SERVER_PROPS_ID;
|
|
},
|
|
SERVER_REFERENCE_MANIFEST: function() {
|
|
return SERVER_REFERENCE_MANIFEST;
|
|
},
|
|
STATIC_PROPS_ID: function() {
|
|
return STATIC_PROPS_ID;
|
|
},
|
|
STATIC_STATUS_PAGES: function() {
|
|
return STATIC_STATUS_PAGES;
|
|
},
|
|
STRING_LITERAL_DROP_BUNDLE: function() {
|
|
return STRING_LITERAL_DROP_BUNDLE;
|
|
},
|
|
SUBRESOURCE_INTEGRITY_MANIFEST: function() {
|
|
return SUBRESOURCE_INTEGRITY_MANIFEST;
|
|
},
|
|
SYSTEM_ENTRYPOINTS: function() {
|
|
return SYSTEM_ENTRYPOINTS;
|
|
},
|
|
TRACE_OUTPUT_VERSION: function() {
|
|
return TRACE_OUTPUT_VERSION;
|
|
},
|
|
TURBOPACK_CLIENT_BUILD_MANIFEST: function() {
|
|
return TURBOPACK_CLIENT_BUILD_MANIFEST;
|
|
},
|
|
TURBOPACK_CLIENT_MIDDLEWARE_MANIFEST: function() {
|
|
return TURBOPACK_CLIENT_MIDDLEWARE_MANIFEST;
|
|
},
|
|
TURBO_TRACE_DEFAULT_MEMORY_LIMIT: function() {
|
|
return TURBO_TRACE_DEFAULT_MEMORY_LIMIT;
|
|
},
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE: function() {
|
|
return _entryconstants.UNDERSCORE_GLOBAL_ERROR_ROUTE;
|
|
},
|
|
UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY: function() {
|
|
return _entryconstants.UNDERSCORE_GLOBAL_ERROR_ROUTE_ENTRY;
|
|
},
|
|
UNDERSCORE_NOT_FOUND_ROUTE: function() {
|
|
return _entryconstants.UNDERSCORE_NOT_FOUND_ROUTE;
|
|
},
|
|
UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: function() {
|
|
return _entryconstants.UNDERSCORE_NOT_FOUND_ROUTE_ENTRY;
|
|
}
|
|
});
|
|
const _interop_require_default = __turbopack_context__.r("[project]/node_modules/@swc/helpers/cjs/_interop_require_default.cjs [ssr] (ecmascript)");
|
|
const _modernbrowserslisttarget = /*#__PURE__*/ _interop_require_default._(__turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/modern-browserslist-target.js [ssr] (ecmascript)"));
|
|
const _entryconstants = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/entry-constants.js [ssr] (ecmascript)");
|
|
const COMPILER_NAMES = {
|
|
client: 'client',
|
|
server: 'server',
|
|
edgeServer: 'edge-server'
|
|
};
|
|
const COMPILER_INDEXES = {
|
|
[COMPILER_NAMES.client]: 0,
|
|
[COMPILER_NAMES.server]: 1,
|
|
[COMPILER_NAMES.edgeServer]: 2
|
|
};
|
|
var AdapterOutputType = /*#__PURE__*/ function(AdapterOutputType) {
|
|
/**
|
|
* `PAGES` represents all the React pages that are under `pages/`.
|
|
*/ AdapterOutputType["PAGES"] = "PAGES";
|
|
/**
|
|
* `PAGES_API` represents all the API routes under `pages/api/`.
|
|
*/ AdapterOutputType["PAGES_API"] = "PAGES_API";
|
|
/**
|
|
* `APP_PAGE` represents all the React pages that are under `app/` with the
|
|
* filename of `page.{j,t}s{,x}`.
|
|
*/ AdapterOutputType["APP_PAGE"] = "APP_PAGE";
|
|
/**
|
|
* `APP_ROUTE` represents all the API routes and metadata routes that are under `app/` with the
|
|
* filename of `route.{j,t}s{,x}`.
|
|
*/ AdapterOutputType["APP_ROUTE"] = "APP_ROUTE";
|
|
/**
|
|
* `PRERENDER` represents an ISR enabled route that might
|
|
* have a seeded cache entry or fallback generated during build
|
|
*/ AdapterOutputType["PRERENDER"] = "PRERENDER";
|
|
/**
|
|
* `STATIC_FILE` represents a static file (ie /_next/static)
|
|
*/ AdapterOutputType["STATIC_FILE"] = "STATIC_FILE";
|
|
/**
|
|
* `MIDDLEWARE` represents the middleware output if present
|
|
*/ AdapterOutputType["MIDDLEWARE"] = "MIDDLEWARE";
|
|
return AdapterOutputType;
|
|
}({});
|
|
const PHASE_EXPORT = 'phase-export';
|
|
const PHASE_ANALYZE = 'phase-analyze';
|
|
const PHASE_PRODUCTION_BUILD = 'phase-production-build';
|
|
const PHASE_PRODUCTION_SERVER = 'phase-production-server';
|
|
const PHASE_DEVELOPMENT_SERVER = 'phase-development-server';
|
|
const PHASE_TEST = 'phase-test';
|
|
const PHASE_INFO = 'phase-info';
|
|
const PAGES_MANIFEST = 'pages-manifest.json';
|
|
const APP_PATHS_MANIFEST = 'app-paths-manifest.json';
|
|
const APP_PATH_ROUTES_MANIFEST = 'app-path-routes-manifest.json';
|
|
const BUILD_MANIFEST = 'build-manifest.json';
|
|
const FUNCTIONS_CONFIG_MANIFEST = 'functions-config-manifest.json';
|
|
const SUBRESOURCE_INTEGRITY_MANIFEST = 'subresource-integrity-manifest';
|
|
const NEXT_FONT_MANIFEST = 'next-font-manifest';
|
|
const EXPORT_MARKER = 'export-marker.json';
|
|
const EXPORT_DETAIL = 'export-detail.json';
|
|
const PRERENDER_MANIFEST = 'prerender-manifest.json';
|
|
const PREFETCH_HINTS = 'prefetch-hints.json';
|
|
const ROUTES_MANIFEST = 'routes-manifest.json';
|
|
const IMAGES_MANIFEST = 'images-manifest.json';
|
|
const SERVER_FILES_MANIFEST = 'required-server-files';
|
|
const DEV_CLIENT_PAGES_MANIFEST = '_devPagesManifest.json';
|
|
const MIDDLEWARE_MANIFEST = 'middleware-manifest.json';
|
|
const TURBOPACK_CLIENT_MIDDLEWARE_MANIFEST = '_clientMiddlewareManifest.js';
|
|
const TURBOPACK_CLIENT_BUILD_MANIFEST = 'client-build-manifest.json';
|
|
const DEV_CLIENT_MIDDLEWARE_MANIFEST = '_devMiddlewareManifest.json';
|
|
const REACT_LOADABLE_MANIFEST = 'react-loadable-manifest.json';
|
|
const SERVER_DIRECTORY = 'server';
|
|
const CONFIG_FILES = [
|
|
'next.config.js',
|
|
'next.config.mjs',
|
|
'next.config.ts',
|
|
// process.features can be undefined on Edge runtime
|
|
// TODO: Remove `as any` once we bump @types/node to v22.10.0+
|
|
...process?.features?.typescript ? [
|
|
'next.config.mts'
|
|
] : []
|
|
];
|
|
const BUILD_ID_FILE = 'BUILD_ID';
|
|
const BLOCKED_PAGES = [
|
|
'/_document',
|
|
'/_app',
|
|
'/_error'
|
|
];
|
|
const CLIENT_PUBLIC_FILES_PATH = 'public';
|
|
const CLIENT_STATIC_FILES_PATH = 'static';
|
|
const STRING_LITERAL_DROP_BUNDLE = '__NEXT_DROP_CLIENT_FILE__';
|
|
const NEXT_BUILTIN_DOCUMENT = '__NEXT_BUILTIN_DOCUMENT__';
|
|
const BARREL_OPTIMIZATION_PREFIX = '__barrel_optimize__';
|
|
const CLIENT_REFERENCE_MANIFEST = 'client-reference-manifest';
|
|
const SERVER_REFERENCE_MANIFEST = 'server-reference-manifest';
|
|
const MIDDLEWARE_BUILD_MANIFEST = 'middleware-build-manifest';
|
|
const MIDDLEWARE_REACT_LOADABLE_MANIFEST = 'middleware-react-loadable-manifest';
|
|
const INTERCEPTION_ROUTE_REWRITE_MANIFEST = 'interception-route-rewrite-manifest';
|
|
const DYNAMIC_CSS_MANIFEST = 'dynamic-css-manifest';
|
|
const CLIENT_STATIC_FILES_RUNTIME_MAIN = `main`;
|
|
const CLIENT_STATIC_FILES_RUNTIME_MAIN_APP = `${CLIENT_STATIC_FILES_RUNTIME_MAIN}-app`;
|
|
const APP_CLIENT_INTERNALS = 'app-pages-internals';
|
|
const CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH = `react-refresh`;
|
|
const CLIENT_STATIC_FILES_RUNTIME_WEBPACK = `webpack`;
|
|
const CLIENT_STATIC_FILES_RUNTIME_POLYFILLS = 'polyfills';
|
|
const CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL = Symbol(CLIENT_STATIC_FILES_RUNTIME_POLYFILLS);
|
|
const DEFAULT_RUNTIME_WEBPACK = 'webpack-runtime';
|
|
const EDGE_RUNTIME_WEBPACK = 'edge-runtime-webpack';
|
|
const STATIC_PROPS_ID = '__N_SSG';
|
|
const SERVER_PROPS_ID = '__N_SSP';
|
|
const DEFAULT_SERIF_FONT = {
|
|
name: 'Times New Roman',
|
|
xAvgCharWidth: 821,
|
|
azAvgWidth: 854.3953488372093,
|
|
unitsPerEm: 2048
|
|
};
|
|
const DEFAULT_SANS_SERIF_FONT = {
|
|
name: 'Arial',
|
|
xAvgCharWidth: 904,
|
|
azAvgWidth: 934.5116279069767,
|
|
unitsPerEm: 2048
|
|
};
|
|
const STATIC_STATUS_PAGES = [
|
|
'/500'
|
|
];
|
|
const TRACE_OUTPUT_VERSION = 1;
|
|
const TURBO_TRACE_DEFAULT_MEMORY_LIMIT = 6000;
|
|
const RSC_MODULE_TYPES = {
|
|
client: 'client',
|
|
server: 'server'
|
|
};
|
|
const EDGE_UNSUPPORTED_NODE_APIS = [
|
|
'clearImmediate',
|
|
'setImmediate',
|
|
'BroadcastChannel',
|
|
'ByteLengthQueuingStrategy',
|
|
'CompressionStream',
|
|
'CountQueuingStrategy',
|
|
'DecompressionStream',
|
|
'DomException',
|
|
'MessageChannel',
|
|
'MessageEvent',
|
|
'MessagePort',
|
|
'ReadableByteStreamController',
|
|
'ReadableStreamBYOBRequest',
|
|
'ReadableStreamDefaultController',
|
|
'TransformStreamDefaultController',
|
|
'WritableStreamDefaultController'
|
|
];
|
|
const SYSTEM_ENTRYPOINTS = new Set([
|
|
CLIENT_STATIC_FILES_RUNTIME_MAIN,
|
|
CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH,
|
|
CLIENT_STATIC_FILES_RUNTIME_MAIN_APP
|
|
]);
|
|
if ((typeof exports.default === 'function' || typeof exports.default === 'object' && exports.default !== null) && typeof exports.default.__esModule === 'undefined') {
|
|
Object.defineProperty(exports.default, '__esModule', {
|
|
value: true
|
|
});
|
|
Object.assign(exports.default, exports);
|
|
module.exports = exports.default;
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
getSortedRouteObjects: null,
|
|
getSortedRoutes: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
getSortedRouteObjects: function() {
|
|
return getSortedRouteObjects;
|
|
},
|
|
getSortedRoutes: function() {
|
|
return getSortedRoutes;
|
|
}
|
|
});
|
|
class UrlNode {
|
|
insert(urlPath) {
|
|
this._insert(urlPath.split('/').filter(Boolean), [], false);
|
|
}
|
|
smoosh() {
|
|
return this._smoosh();
|
|
}
|
|
_smoosh(prefix = '/') {
|
|
const childrenPaths = [
|
|
...this.children.keys()
|
|
].sort();
|
|
if (this.slugName !== null) {
|
|
childrenPaths.splice(childrenPaths.indexOf('[]'), 1);
|
|
}
|
|
if (this.restSlugName !== null) {
|
|
childrenPaths.splice(childrenPaths.indexOf('[...]'), 1);
|
|
}
|
|
if (this.optionalRestSlugName !== null) {
|
|
childrenPaths.splice(childrenPaths.indexOf('[[...]]'), 1);
|
|
}
|
|
const routes = childrenPaths.map((c)=>this.children.get(c)._smoosh(`${prefix}${c}/`)).reduce((prev, curr)=>[
|
|
...prev,
|
|
...curr
|
|
], []);
|
|
if (this.slugName !== null) {
|
|
routes.push(...this.children.get('[]')._smoosh(`${prefix}[${this.slugName}]/`));
|
|
}
|
|
if (!this.placeholder) {
|
|
const r = prefix === '/' ? '/' : prefix.slice(0, -1);
|
|
if (this.optionalRestSlugName != null) {
|
|
throw Object.defineProperty(new Error(`You cannot define a route with the same specificity as a optional catch-all route ("${r}" and "${r}[[...${this.optionalRestSlugName}]]").`), "__NEXT_ERROR_CODE", {
|
|
value: "E458",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
routes.unshift(r);
|
|
}
|
|
if (this.restSlugName !== null) {
|
|
routes.push(...this.children.get('[...]')._smoosh(`${prefix}[...${this.restSlugName}]/`));
|
|
}
|
|
if (this.optionalRestSlugName !== null) {
|
|
routes.push(...this.children.get('[[...]]')._smoosh(`${prefix}[[...${this.optionalRestSlugName}]]/`));
|
|
}
|
|
return routes;
|
|
}
|
|
_insert(urlPaths, slugNames, isCatchAll) {
|
|
if (urlPaths.length === 0) {
|
|
this.placeholder = false;
|
|
return;
|
|
}
|
|
if (isCatchAll) {
|
|
throw Object.defineProperty(new Error(`Catch-all must be the last part of the URL.`), "__NEXT_ERROR_CODE", {
|
|
value: "E392",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
// The next segment in the urlPaths list
|
|
let nextSegment = urlPaths[0];
|
|
// Check if the segment matches `[something]`
|
|
if (nextSegment.startsWith('[') && nextSegment.endsWith(']')) {
|
|
// Strip `[` and `]`, leaving only `something`
|
|
let segmentName = nextSegment.slice(1, -1);
|
|
let isOptional = false;
|
|
if (segmentName.startsWith('[') && segmentName.endsWith(']')) {
|
|
// Strip optional `[` and `]`, leaving only `something`
|
|
segmentName = segmentName.slice(1, -1);
|
|
isOptional = true;
|
|
}
|
|
if (segmentName.startsWith('…')) {
|
|
throw Object.defineProperty(new Error(`Detected a three-dot character ('…') at ('${segmentName}'). Did you mean ('...')?`), "__NEXT_ERROR_CODE", {
|
|
value: "E147",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
if (segmentName.startsWith('...')) {
|
|
// Strip `...`, leaving only `something`
|
|
segmentName = segmentName.substring(3);
|
|
isCatchAll = true;
|
|
}
|
|
if (segmentName.startsWith('[') || segmentName.endsWith(']')) {
|
|
throw Object.defineProperty(new Error(`Segment names may not start or end with extra brackets ('${segmentName}').`), "__NEXT_ERROR_CODE", {
|
|
value: "E421",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
if (segmentName.startsWith('.')) {
|
|
throw Object.defineProperty(new Error(`Segment names may not start with erroneous periods ('${segmentName}').`), "__NEXT_ERROR_CODE", {
|
|
value: "E288",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
function handleSlug(previousSlug, nextSlug) {
|
|
if (previousSlug !== null) {
|
|
// If the specific segment already has a slug but the slug is not `something`
|
|
// This prevents collisions like:
|
|
// pages/[post]/index.js
|
|
// pages/[id]/index.js
|
|
// Because currently multiple dynamic params on the same segment level are not supported
|
|
if (previousSlug !== nextSlug) {
|
|
// TODO: This error seems to be confusing for users, needs an error link, the description can be based on above comment.
|
|
throw Object.defineProperty(new Error(`You cannot use different slug names for the same dynamic path ('${previousSlug}' !== '${nextSlug}').`), "__NEXT_ERROR_CODE", {
|
|
value: "E337",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
}
|
|
slugNames.forEach((slug)=>{
|
|
if (slug === nextSlug) {
|
|
throw Object.defineProperty(new Error(`You cannot have the same slug name "${nextSlug}" repeat within a single dynamic path`), "__NEXT_ERROR_CODE", {
|
|
value: "E247",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
if (slug.replace(/\W/g, '') === nextSegment.replace(/\W/g, '')) {
|
|
throw Object.defineProperty(new Error(`You cannot have the slug names "${slug}" and "${nextSlug}" differ only by non-word symbols within a single dynamic path`), "__NEXT_ERROR_CODE", {
|
|
value: "E499",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
});
|
|
slugNames.push(nextSlug);
|
|
}
|
|
if (isCatchAll) {
|
|
if (isOptional) {
|
|
if (this.restSlugName != null) {
|
|
throw Object.defineProperty(new Error(`You cannot use both an required and optional catch-all route at the same level ("[...${this.restSlugName}]" and "${urlPaths[0]}" ).`), "__NEXT_ERROR_CODE", {
|
|
value: "E299",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
handleSlug(this.optionalRestSlugName, segmentName);
|
|
// slugName is kept as it can only be one particular slugName
|
|
this.optionalRestSlugName = segmentName;
|
|
// nextSegment is overwritten to [[...]] so that it can later be sorted specifically
|
|
nextSegment = '[[...]]';
|
|
} else {
|
|
if (this.optionalRestSlugName != null) {
|
|
throw Object.defineProperty(new Error(`You cannot use both an optional and required catch-all route at the same level ("[[...${this.optionalRestSlugName}]]" and "${urlPaths[0]}").`), "__NEXT_ERROR_CODE", {
|
|
value: "E300",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
handleSlug(this.restSlugName, segmentName);
|
|
// slugName is kept as it can only be one particular slugName
|
|
this.restSlugName = segmentName;
|
|
// nextSegment is overwritten to [...] so that it can later be sorted specifically
|
|
nextSegment = '[...]';
|
|
}
|
|
} else {
|
|
if (isOptional) {
|
|
throw Object.defineProperty(new Error(`Optional route parameters are not yet supported ("${urlPaths[0]}").`), "__NEXT_ERROR_CODE", {
|
|
value: "E435",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
handleSlug(this.slugName, segmentName);
|
|
// slugName is kept as it can only be one particular slugName
|
|
this.slugName = segmentName;
|
|
// nextSegment is overwritten to [] so that it can later be sorted specifically
|
|
nextSegment = '[]';
|
|
}
|
|
}
|
|
// If this UrlNode doesn't have the nextSegment yet we create a new child UrlNode
|
|
if (!this.children.has(nextSegment)) {
|
|
this.children.set(nextSegment, new UrlNode());
|
|
}
|
|
this.children.get(nextSegment)._insert(urlPaths.slice(1), slugNames, isCatchAll);
|
|
}
|
|
constructor(){
|
|
this.placeholder = true;
|
|
this.children = new Map();
|
|
this.slugName = null;
|
|
this.restSlugName = null;
|
|
this.optionalRestSlugName = null;
|
|
}
|
|
}
|
|
function getSortedRoutes(normalizedPages) {
|
|
// First the UrlNode is created, and every UrlNode can have only 1 dynamic segment
|
|
// Eg you can't have pages/[post]/abc.js and pages/[hello]/something-else.js
|
|
// Only 1 dynamic segment per nesting level
|
|
// So in the case that is test/integration/dynamic-routing it'll be this:
|
|
// pages/[post]/comments.js
|
|
// pages/blog/[post]/comment/[id].js
|
|
// Both are fine because `pages/[post]` and `pages/blog` are on the same level
|
|
// So in this case `UrlNode` created here has `this.slugName === 'post'`
|
|
// And since your PR passed through `slugName` as an array basically it'd including it in too many possibilities
|
|
// Instead what has to be passed through is the upwards path's dynamic names
|
|
const root = new UrlNode();
|
|
// Here the `root` gets injected multiple paths, and insert will break them up into sublevels
|
|
normalizedPages.forEach((pagePath)=>root.insert(pagePath));
|
|
// Smoosh will then sort those sublevels up to the point where you get the correct route definition priority
|
|
return root.smoosh();
|
|
}
|
|
function getSortedRouteObjects(objects, getter) {
|
|
// We're assuming here that all the pathnames are unique, that way we can
|
|
// sort the list and use the index as the key.
|
|
const indexes = {};
|
|
const pathnames = [];
|
|
for(let i = 0; i < objects.length; i++){
|
|
const pathname = getter(objects[i]);
|
|
indexes[pathname] = i;
|
|
pathnames[i] = pathname;
|
|
}
|
|
// Sort the pathnames.
|
|
const sorted = getSortedRoutes(pathnames);
|
|
// Map the sorted pathnames back to the original objects using the new sorted
|
|
// index.
|
|
return sorted.map((pathname)=>objects[indexes[pathname]]);
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
/**
|
|
* For a given page path, this function ensures that there is a leading slash.
|
|
* If there is not a leading slash, one is added, otherwise it is noop.
|
|
*/ Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "ensureLeadingSlash", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return ensureLeadingSlash;
|
|
}
|
|
});
|
|
function ensureLeadingSlash(path) {
|
|
return path.startsWith('/') ? path : `/${path}`;
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/segment.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
DEFAULT_SEGMENT_KEY: null,
|
|
NOT_FOUND_SEGMENT_KEY: null,
|
|
PAGE_SEGMENT_KEY: null,
|
|
addSearchParamsIfPageSegment: null,
|
|
computeSelectedLayoutSegment: null,
|
|
getSegmentValue: null,
|
|
getSelectedLayoutSegmentPath: null,
|
|
isGroupSegment: null,
|
|
isParallelRouteSegment: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
DEFAULT_SEGMENT_KEY: function() {
|
|
return DEFAULT_SEGMENT_KEY;
|
|
},
|
|
NOT_FOUND_SEGMENT_KEY: function() {
|
|
return NOT_FOUND_SEGMENT_KEY;
|
|
},
|
|
PAGE_SEGMENT_KEY: function() {
|
|
return PAGE_SEGMENT_KEY;
|
|
},
|
|
addSearchParamsIfPageSegment: function() {
|
|
return addSearchParamsIfPageSegment;
|
|
},
|
|
computeSelectedLayoutSegment: function() {
|
|
return computeSelectedLayoutSegment;
|
|
},
|
|
getSegmentValue: function() {
|
|
return getSegmentValue;
|
|
},
|
|
getSelectedLayoutSegmentPath: function() {
|
|
return getSelectedLayoutSegmentPath;
|
|
},
|
|
isGroupSegment: function() {
|
|
return isGroupSegment;
|
|
},
|
|
isParallelRouteSegment: function() {
|
|
return isParallelRouteSegment;
|
|
}
|
|
});
|
|
function getSegmentValue(segment) {
|
|
return Array.isArray(segment) ? segment[1] : segment;
|
|
}
|
|
function isGroupSegment(segment) {
|
|
// Use array[0] for performant purpose
|
|
return segment[0] === '(' && segment.endsWith(')');
|
|
}
|
|
function isParallelRouteSegment(segment) {
|
|
return segment.startsWith('@') && segment !== '@children';
|
|
}
|
|
function addSearchParamsIfPageSegment(segment, searchParams) {
|
|
const isPageSegment = segment.includes(PAGE_SEGMENT_KEY);
|
|
if (isPageSegment) {
|
|
const stringifiedQuery = JSON.stringify(searchParams);
|
|
return stringifiedQuery !== '{}' ? PAGE_SEGMENT_KEY + '?' + stringifiedQuery : PAGE_SEGMENT_KEY;
|
|
}
|
|
return segment;
|
|
}
|
|
function computeSelectedLayoutSegment(segments, parallelRouteKey) {
|
|
if (!segments || segments.length === 0) {
|
|
return null;
|
|
}
|
|
// For 'children', use first segment; for other parallel routes, use last segment
|
|
const rawSegment = parallelRouteKey === 'children' ? segments[0] : segments[segments.length - 1];
|
|
// If the default slot is showing, return null since it's not technically "selected" (it's a fallback)
|
|
// Returning an internal value like `__DEFAULT__` would be confusing
|
|
return rawSegment === DEFAULT_SEGMENT_KEY ? null : rawSegment;
|
|
}
|
|
function getSelectedLayoutSegmentPath(tree, parallelRouteKey, first = true, segmentPath = []) {
|
|
let node;
|
|
if (first) {
|
|
// Use the provided parallel route key on the first parallel route
|
|
node = tree[1][parallelRouteKey];
|
|
} else {
|
|
// After first parallel route prefer children, if there's no children pick the first parallel route.
|
|
const parallelRoutes = tree[1];
|
|
node = parallelRoutes.children ?? Object.values(parallelRoutes)[0];
|
|
}
|
|
if (!node) return segmentPath;
|
|
const segment = node[0];
|
|
let segmentValue = getSegmentValue(segment);
|
|
if (!segmentValue || segmentValue.startsWith(PAGE_SEGMENT_KEY)) {
|
|
return segmentPath;
|
|
}
|
|
segmentPath.push(segmentValue);
|
|
return getSelectedLayoutSegmentPath(node, parallelRouteKey, false, segmentPath);
|
|
}
|
|
const PAGE_SEGMENT_KEY = '__PAGE__';
|
|
const DEFAULT_SEGMENT_KEY = '__DEFAULT__';
|
|
const NOT_FOUND_SEGMENT_KEY = '/_not-found';
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/router/utils/app-paths.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
compareAppPaths: null,
|
|
normalizeAppPath: null,
|
|
normalizeRscURL: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
compareAppPaths: function() {
|
|
return compareAppPaths;
|
|
},
|
|
normalizeAppPath: function() {
|
|
return normalizeAppPath;
|
|
},
|
|
normalizeRscURL: function() {
|
|
return normalizeRscURL;
|
|
}
|
|
});
|
|
const _ensureleadingslash = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js [ssr] (ecmascript)");
|
|
const _segment = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/segment.js [ssr] (ecmascript)");
|
|
function normalizeAppPath(route) {
|
|
return (0, _ensureleadingslash.ensureLeadingSlash)(route.split('/').reduce((pathname, segment, index, segments)=>{
|
|
// Empty segments are ignored.
|
|
if (!segment) {
|
|
return pathname;
|
|
}
|
|
// Groups are ignored.
|
|
if ((0, _segment.isGroupSegment)(segment)) {
|
|
return pathname;
|
|
}
|
|
// Parallel segments are ignored.
|
|
if (segment[0] === '@') {
|
|
return pathname;
|
|
}
|
|
// The last segment (if it's a leaf) should be ignored.
|
|
if ((segment === 'page' || segment === 'route') && index === segments.length - 1) {
|
|
return pathname;
|
|
}
|
|
return `${pathname}/${segment}`;
|
|
}, ''));
|
|
}
|
|
function compareAppPaths(a, b) {
|
|
const aHasSlot = a.includes('/@');
|
|
const bHasSlot = b.includes('/@');
|
|
if (aHasSlot && !bHasSlot) return -1;
|
|
if (!aHasSlot && bHasSlot) return 1;
|
|
return a.localeCompare(b);
|
|
}
|
|
function normalizeRscURL(url) {
|
|
return url.replace(/\.rsc($|\?)/, '$1');
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/router/utils/interception-routes.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
INTERCEPTION_ROUTE_MARKERS: null,
|
|
extractInterceptionRouteInformation: null,
|
|
isInterceptionRouteAppPath: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
INTERCEPTION_ROUTE_MARKERS: function() {
|
|
return INTERCEPTION_ROUTE_MARKERS;
|
|
},
|
|
extractInterceptionRouteInformation: function() {
|
|
return extractInterceptionRouteInformation;
|
|
},
|
|
isInterceptionRouteAppPath: function() {
|
|
return isInterceptionRouteAppPath;
|
|
}
|
|
});
|
|
const _apppaths = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/router/utils/app-paths.js [ssr] (ecmascript)");
|
|
const INTERCEPTION_ROUTE_MARKERS = [
|
|
'(..)(..)',
|
|
'(.)',
|
|
'(..)',
|
|
'(...)'
|
|
];
|
|
function isInterceptionRouteAppPath(path) {
|
|
// TODO-APP: add more serious validation
|
|
return path.split('/').find((segment)=>INTERCEPTION_ROUTE_MARKERS.find((m)=>segment.startsWith(m))) !== undefined;
|
|
}
|
|
function extractInterceptionRouteInformation(path) {
|
|
let interceptingRoute;
|
|
let marker;
|
|
let interceptedRoute;
|
|
for (const segment of path.split('/')){
|
|
marker = INTERCEPTION_ROUTE_MARKERS.find((m)=>segment.startsWith(m));
|
|
if (marker) {
|
|
;
|
|
[interceptingRoute, interceptedRoute] = path.split(marker, 2);
|
|
break;
|
|
}
|
|
}
|
|
if (!interceptingRoute || !marker || !interceptedRoute) {
|
|
throw Object.defineProperty(new Error(`Invalid interception route: ${path}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`), "__NEXT_ERROR_CODE", {
|
|
value: "E269",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
interceptingRoute = (0, _apppaths.normalizeAppPath)(interceptingRoute) // normalize the path, e.g. /(blog)/feed -> /feed
|
|
;
|
|
switch(marker){
|
|
case '(.)':
|
|
// (.) indicates that we should match with sibling routes, so we just need to append the intercepted route to the intercepting route
|
|
if (interceptingRoute === '/') {
|
|
interceptedRoute = `/${interceptedRoute}`;
|
|
} else {
|
|
interceptedRoute = interceptingRoute + '/' + interceptedRoute;
|
|
}
|
|
break;
|
|
case '(..)':
|
|
// (..) indicates that we should match at one level up, so we need to remove the last segment of the intercepting route
|
|
if (interceptingRoute === '/') {
|
|
throw Object.defineProperty(new Error(`Invalid interception route: ${path}. Cannot use (..) marker at the root level, use (.) instead.`), "__NEXT_ERROR_CODE", {
|
|
value: "E207",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
interceptedRoute = interceptingRoute.split('/').slice(0, -1).concat(interceptedRoute).join('/');
|
|
break;
|
|
case '(...)':
|
|
// (...) will match the route segment in the root directory, so we need to use the root directory to prepend the intercepted route
|
|
interceptedRoute = '/' + interceptedRoute;
|
|
break;
|
|
case '(..)(..)':
|
|
// (..)(..) indicates that we should match at two levels up, so we need to remove the last two segments of the intercepting route
|
|
const splitInterceptingRoute = interceptingRoute.split('/');
|
|
if (splitInterceptingRoute.length <= 2) {
|
|
throw Object.defineProperty(new Error(`Invalid interception route: ${path}. Cannot use (..)(..) marker at the root level or one level up.`), "__NEXT_ERROR_CODE", {
|
|
value: "E486",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
interceptedRoute = splitInterceptingRoute.slice(0, -2).concat(interceptedRoute).join('/');
|
|
break;
|
|
default:
|
|
throw Object.defineProperty(new Error('Invariant: unexpected marker'), "__NEXT_ERROR_CODE", {
|
|
value: "E112",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
return {
|
|
interceptingRoute,
|
|
interceptedRoute
|
|
};
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "isDynamicRoute", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return isDynamicRoute;
|
|
}
|
|
});
|
|
const _interceptionroutes = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/router/utils/interception-routes.js [ssr] (ecmascript)");
|
|
// Identify /.*[param].*/ in route string
|
|
const TEST_ROUTE = /\/[^/]*\[[^/]+\][^/]*(?=\/|$)/;
|
|
// Identify /[param]/ in route string
|
|
const TEST_STRICT_ROUTE = /\/\[[^/]+\](?=\/|$)/;
|
|
function isDynamicRoute(route, strict = true) {
|
|
if ((0, _interceptionroutes.isInterceptionRouteAppPath)(route)) {
|
|
route = (0, _interceptionroutes.extractInterceptionRouteInformation)(route).interceptedRoute;
|
|
}
|
|
if (strict) {
|
|
return TEST_STRICT_ROUTE.test(route);
|
|
}
|
|
return TEST_ROUTE.test(route);
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/router/utils/index.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
getSortedRouteObjects: null,
|
|
getSortedRoutes: null,
|
|
isDynamicRoute: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
getSortedRouteObjects: function() {
|
|
return _sortedroutes.getSortedRouteObjects;
|
|
},
|
|
getSortedRoutes: function() {
|
|
return _sortedroutes.getSortedRoutes;
|
|
},
|
|
isDynamicRoute: function() {
|
|
return _isdynamic.isDynamicRoute;
|
|
}
|
|
});
|
|
const _sortedroutes = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js [ssr] (ecmascript)");
|
|
const _isdynamic = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js [ssr] (ecmascript)");
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
/**
|
|
* For a given page path, this function ensures that there is no backslash
|
|
* escaping slashes in the path. Example:
|
|
* - `foo\/bar\/baz` -> `foo/bar/baz`
|
|
*/ Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "normalizePathSep", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return normalizePathSep;
|
|
}
|
|
});
|
|
function normalizePathSep(path) {
|
|
return path.replace(/\\/g, '/');
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "denormalizePagePath", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return denormalizePagePath;
|
|
}
|
|
});
|
|
const _utils = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/router/utils/index.js [ssr] (ecmascript)");
|
|
const _normalizepathsep = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js [ssr] (ecmascript)");
|
|
function denormalizePagePath(page) {
|
|
let _page = (0, _normalizepathsep.normalizePathSep)(page);
|
|
return _page.startsWith('/index/') && !(0, _utils.isDynamicRoute)(_page) ? _page.slice(6) : _page !== '/index' ? _page : '/';
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/utils.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
DecodeError: null,
|
|
MiddlewareNotFoundError: null,
|
|
MissingStaticPage: null,
|
|
NormalizeError: null,
|
|
PageNotFoundError: null,
|
|
SP: null,
|
|
ST: null,
|
|
WEB_VITALS: null,
|
|
execOnce: null,
|
|
getDisplayName: null,
|
|
getLocationOrigin: null,
|
|
getURL: null,
|
|
isAbsoluteUrl: null,
|
|
isResSent: null,
|
|
loadGetInitialProps: null,
|
|
normalizeRepeatedSlashes: null,
|
|
stringifyError: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
DecodeError: function() {
|
|
return DecodeError;
|
|
},
|
|
MiddlewareNotFoundError: function() {
|
|
return MiddlewareNotFoundError;
|
|
},
|
|
MissingStaticPage: function() {
|
|
return MissingStaticPage;
|
|
},
|
|
NormalizeError: function() {
|
|
return NormalizeError;
|
|
},
|
|
PageNotFoundError: function() {
|
|
return PageNotFoundError;
|
|
},
|
|
SP: function() {
|
|
return SP;
|
|
},
|
|
ST: function() {
|
|
return ST;
|
|
},
|
|
WEB_VITALS: function() {
|
|
return WEB_VITALS;
|
|
},
|
|
execOnce: function() {
|
|
return execOnce;
|
|
},
|
|
getDisplayName: function() {
|
|
return getDisplayName;
|
|
},
|
|
getLocationOrigin: function() {
|
|
return getLocationOrigin;
|
|
},
|
|
getURL: function() {
|
|
return getURL;
|
|
},
|
|
isAbsoluteUrl: function() {
|
|
return isAbsoluteUrl;
|
|
},
|
|
isResSent: function() {
|
|
return isResSent;
|
|
},
|
|
loadGetInitialProps: function() {
|
|
return loadGetInitialProps;
|
|
},
|
|
normalizeRepeatedSlashes: function() {
|
|
return normalizeRepeatedSlashes;
|
|
},
|
|
stringifyError: function() {
|
|
return stringifyError;
|
|
}
|
|
});
|
|
const WEB_VITALS = [
|
|
'CLS',
|
|
'FCP',
|
|
'FID',
|
|
'INP',
|
|
'LCP',
|
|
'TTFB'
|
|
];
|
|
function execOnce(fn) {
|
|
let used = false;
|
|
let result;
|
|
return (...args)=>{
|
|
if (!used) {
|
|
used = true;
|
|
result = fn(...args);
|
|
}
|
|
return result;
|
|
};
|
|
}
|
|
// Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
|
|
// Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
|
|
const ABSOLUTE_URL_REGEX = /^[a-zA-Z][a-zA-Z\d+\-.]*?:/;
|
|
const isAbsoluteUrl = (url)=>ABSOLUTE_URL_REGEX.test(url);
|
|
function getLocationOrigin() {
|
|
const { protocol, hostname, port } = window.location;
|
|
return `${protocol}//${hostname}${port ? ':' + port : ''}`;
|
|
}
|
|
function getURL() {
|
|
const { href } = window.location;
|
|
const origin = getLocationOrigin();
|
|
return href.substring(origin.length);
|
|
}
|
|
function getDisplayName(Component) {
|
|
return typeof Component === 'string' ? Component : Component.displayName || Component.name || 'Unknown';
|
|
}
|
|
function isResSent(res) {
|
|
return res.finished || res.headersSent;
|
|
}
|
|
function normalizeRepeatedSlashes(url) {
|
|
const urlParts = url.split('?');
|
|
const urlNoQuery = urlParts[0];
|
|
return urlNoQuery // first we replace any non-encoded backslashes with forward
|
|
// then normalize repeated forward slashes
|
|
.replace(/\\/g, '/').replace(/\/\/+/g, '/') + (urlParts[1] ? `?${urlParts.slice(1).join('?')}` : '');
|
|
}
|
|
async function loadGetInitialProps(App, ctx) {
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
if (App.prototype?.getInitialProps) {
|
|
const message = `"${getDisplayName(App)}.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.`;
|
|
throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
|
|
value: "E1035",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
}
|
|
// when called from _app `ctx` is nested in `ctx`
|
|
const res = ctx.res || ctx.ctx && ctx.ctx.res;
|
|
if (!App.getInitialProps) {
|
|
if (ctx.ctx && ctx.Component) {
|
|
// @ts-ignore pageProps default
|
|
return {
|
|
pageProps: await loadGetInitialProps(ctx.Component, ctx.ctx)
|
|
};
|
|
}
|
|
return {};
|
|
}
|
|
const props = await App.getInitialProps(ctx);
|
|
if (res && isResSent(res)) {
|
|
return props;
|
|
}
|
|
if (!props) {
|
|
const message = `"${getDisplayName(App)}.getInitialProps()" should resolve to an object. But found "${props}" instead.`;
|
|
throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
|
|
value: "E1025",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
if (Object.keys(props).length === 0 && !ctx.ctx) {
|
|
console.warn(`${getDisplayName(App)} returned an empty object from \`getInitialProps\`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps`);
|
|
}
|
|
}
|
|
return props;
|
|
}
|
|
const SP = typeof performance !== 'undefined';
|
|
const ST = SP && [
|
|
'mark',
|
|
'measure',
|
|
'getEntriesByName'
|
|
].every((method)=>typeof performance[method] === 'function');
|
|
class DecodeError extends Error {
|
|
}
|
|
class NormalizeError extends Error {
|
|
}
|
|
class PageNotFoundError extends Error {
|
|
constructor(page){
|
|
super();
|
|
this.code = 'ENOENT';
|
|
this.name = 'PageNotFoundError';
|
|
this.message = `Cannot find module for page: ${page}`;
|
|
}
|
|
}
|
|
class MissingStaticPage extends Error {
|
|
constructor(page, message){
|
|
super();
|
|
this.message = `Failed to load static file for page: ${page} ${message}`;
|
|
}
|
|
}
|
|
class MiddlewareNotFoundError extends Error {
|
|
constructor(){
|
|
super();
|
|
this.code = 'ENOENT';
|
|
this.message = `Cannot find the middleware module`;
|
|
}
|
|
}
|
|
function stringifyError(error) {
|
|
return JSON.stringify({
|
|
message: error.message,
|
|
stack: error.stack
|
|
});
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "normalizePagePath", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return normalizePagePath;
|
|
}
|
|
});
|
|
const _ensureleadingslash = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js [ssr] (ecmascript)");
|
|
const _utils = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/router/utils/index.js [ssr] (ecmascript)");
|
|
const _utils1 = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/utils.js [ssr] (ecmascript)");
|
|
function normalizePagePath(page) {
|
|
const normalized = /^\/index(\/|$)/.test(page) && !(0, _utils.isDynamicRoute)(page) ? `/index${page}` : page === '/' ? '/index' : (0, _ensureleadingslash.ensureLeadingSlash)(page);
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
const { posix } = __turbopack_context__.r("[externals]/path [external] (path, cjs)");
|
|
const resolvedPage = posix.normalize(normalized);
|
|
if (resolvedPage !== normalized) {
|
|
throw new _utils1.NormalizeError(`Requested and resolved page mismatch: ${normalized} ${resolvedPage}`);
|
|
}
|
|
}
|
|
return normalized;
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/server/get-page-files.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "getPageFiles", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return getPageFiles;
|
|
}
|
|
});
|
|
const _denormalizepagepath = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js [ssr] (ecmascript)");
|
|
const _normalizepagepath = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js [ssr] (ecmascript)");
|
|
function getPageFiles(buildManifest, page) {
|
|
const normalizedPage = (0, _denormalizepagepath.denormalizePagePath)((0, _normalizepagepath.normalizePagePath)(page));
|
|
let files = buildManifest.pages[normalizedPage];
|
|
if (!files) {
|
|
console.warn(`Could not find files for ${normalizedPage} in .next/build-manifest.json`);
|
|
return [];
|
|
}
|
|
return files;
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/htmlescape.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
// This utility is based on https://github.com/zertosh/htmlescape
|
|
// License: https://github.com/zertosh/htmlescape/blob/0527ca7156a524d256101bb310a9f970f63078ad/LICENSE
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
ESCAPE_REGEX: null,
|
|
htmlEscapeAttributeString: null,
|
|
htmlEscapeJsonString: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
ESCAPE_REGEX: function() {
|
|
return ESCAPE_REGEX;
|
|
},
|
|
htmlEscapeAttributeString: function() {
|
|
return htmlEscapeAttributeString;
|
|
},
|
|
htmlEscapeJsonString: function() {
|
|
return htmlEscapeJsonString;
|
|
}
|
|
});
|
|
const ESCAPE_LOOKUP = {
|
|
'&': '\\u0026',
|
|
'>': '\\u003e',
|
|
'<': '\\u003c',
|
|
'\u2028': '\\u2028',
|
|
'\u2029': '\\u2029'
|
|
};
|
|
const ESCAPE_REGEX = /[&><\u2028\u2029]/g;
|
|
const ATTRIBUTE_ESCAPE_LOOKUP = {
|
|
'&': '&',
|
|
'"': '"',
|
|
"'": ''',
|
|
'<': '<',
|
|
'>': '>'
|
|
};
|
|
const ATTRIBUTE_ESCAPE_REGEX = /[&"'<>]/g;
|
|
function htmlEscapeJsonString(str) {
|
|
return str.replace(ESCAPE_REGEX, (match)=>ESCAPE_LOOKUP[match]);
|
|
}
|
|
function htmlEscapeAttributeString(str) {
|
|
return str.replace(ATTRIBUTE_ESCAPE_REGEX, (match)=>ATTRIBUTE_ESCAPE_LOOKUP[match]);
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/is-plain-object.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
getObjectClassLabel: null,
|
|
isPlainObject: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
getObjectClassLabel: function() {
|
|
return getObjectClassLabel;
|
|
},
|
|
isPlainObject: function() {
|
|
return isPlainObject;
|
|
}
|
|
});
|
|
function getObjectClassLabel(value) {
|
|
return Object.prototype.toString.call(value);
|
|
}
|
|
function isPlainObject(value) {
|
|
if (getObjectClassLabel(value) !== '[object Object]') {
|
|
return false;
|
|
}
|
|
const prototype = Object.getPrototypeOf(value);
|
|
/**
|
|
* this used to be previously:
|
|
*
|
|
* `return prototype === null || prototype === Object.prototype`
|
|
*
|
|
* but Edge Runtime expose Object from vm, being that kind of type-checking wrongly fail.
|
|
*
|
|
* It was changed to the current implementation since it's resilient to serialization.
|
|
*/ return prototype === null || prototype.hasOwnProperty('isPrototypeOf');
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/lib/is-error.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
default: null,
|
|
getProperError: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
/**
|
|
* Checks whether the given value is a NextError.
|
|
* This can be used to print a more detailed error message with properties like `code` & `digest`.
|
|
*/ default: function() {
|
|
return isError;
|
|
},
|
|
getProperError: function() {
|
|
return getProperError;
|
|
}
|
|
});
|
|
const _isplainobject = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/is-plain-object.js [ssr] (ecmascript)");
|
|
/**
|
|
* This is a safe stringify function that handles circular references.
|
|
* We're using a simpler version here to avoid introducing
|
|
* the dependency `safe-stable-stringify` into production bundle.
|
|
*
|
|
* This helper is used both in development and production.
|
|
*/ function safeStringifyLite(obj) {
|
|
const seen = new WeakSet();
|
|
return JSON.stringify(obj, (_key, value)=>{
|
|
// If value is an object and already seen, replace with "[Circular]"
|
|
if (typeof value === 'object' && value !== null) {
|
|
if (seen.has(value)) {
|
|
return '[Circular]';
|
|
}
|
|
seen.add(value);
|
|
}
|
|
return value;
|
|
});
|
|
}
|
|
function isError(err) {
|
|
return typeof err === 'object' && err !== null && 'name' in err && 'message' in err;
|
|
}
|
|
function getProperError(err) {
|
|
if (isError(err)) {
|
|
return err;
|
|
}
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
// provide better error for case where `throw undefined`
|
|
// is called in development
|
|
if (typeof err === 'undefined') {
|
|
return Object.defineProperty(new Error('An undefined error was thrown, ' + 'see here for more info: https://nextjs.org/docs/messages/threw-undefined'), "__NEXT_ERROR_CODE", {
|
|
value: "E98",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
if (err === null) {
|
|
return Object.defineProperty(new Error('A null error was thrown, ' + 'see here for more info: https://nextjs.org/docs/messages/threw-undefined'), "__NEXT_ERROR_CODE", {
|
|
value: "E336",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
}
|
|
return Object.defineProperty(new Error((0, _isplainobject.isPlainObject)(err) ? safeStringifyLite(err) : err + ''), "__NEXT_ERROR_CODE", {
|
|
value: "E394",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/server/route-modules/pages/module.compiled.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
if ("TURBOPACK compile-time falsy", 0) //TURBOPACK unreachable
|
|
;
|
|
else {
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
module.exports = __turbopack_context__.r("[externals]/next/dist/compiled/next-server/pages-turbo.runtime.dev.js [external] (next/dist/compiled/next-server/pages-turbo.runtime.dev.js, cjs)");
|
|
} else //TURBOPACK unreachable
|
|
;
|
|
} else //TURBOPACK unreachable
|
|
;
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
module.exports = __turbopack_context__.r("[project]/node_modules/next/dist/server/route-modules/pages/module.compiled.js [ssr] (ecmascript)").vendored['contexts'].HtmlContext;
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/encode-uri-path.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "encodeURIPath", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return encodeURIPath;
|
|
}
|
|
});
|
|
function encodeURIPath(file) {
|
|
return file.split('/').map((p)=>encodeURIComponent(p)).join('/');
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/server/lib/trace/constants.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
/**
|
|
* Contains predefined constants for the trace span name in next/server.
|
|
*
|
|
* Currently, next/server/tracer is internal implementation only for tracking
|
|
* next.js's implementation only with known span names defined here.
|
|
**/ // eslint typescript has a bug with TS enums
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
AppRenderSpan: null,
|
|
AppRouteRouteHandlersSpan: null,
|
|
BaseServerSpan: null,
|
|
LoadComponentsSpan: null,
|
|
LogSpanAllowList: null,
|
|
MiddlewareSpan: null,
|
|
NextNodeServerSpan: null,
|
|
NextServerSpan: null,
|
|
NextVanillaSpanAllowlist: null,
|
|
NodeSpan: null,
|
|
RenderSpan: null,
|
|
ResolveMetadataSpan: null,
|
|
RouterSpan: null,
|
|
StartServerSpan: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
AppRenderSpan: function() {
|
|
return AppRenderSpan;
|
|
},
|
|
AppRouteRouteHandlersSpan: function() {
|
|
return AppRouteRouteHandlersSpan;
|
|
},
|
|
BaseServerSpan: function() {
|
|
return BaseServerSpan;
|
|
},
|
|
LoadComponentsSpan: function() {
|
|
return LoadComponentsSpan;
|
|
},
|
|
LogSpanAllowList: function() {
|
|
return LogSpanAllowList;
|
|
},
|
|
MiddlewareSpan: function() {
|
|
return MiddlewareSpan;
|
|
},
|
|
NextNodeServerSpan: function() {
|
|
return NextNodeServerSpan;
|
|
},
|
|
NextServerSpan: function() {
|
|
return NextServerSpan;
|
|
},
|
|
NextVanillaSpanAllowlist: function() {
|
|
return NextVanillaSpanAllowlist;
|
|
},
|
|
NodeSpan: function() {
|
|
return NodeSpan;
|
|
},
|
|
RenderSpan: function() {
|
|
return RenderSpan;
|
|
},
|
|
ResolveMetadataSpan: function() {
|
|
return ResolveMetadataSpan;
|
|
},
|
|
RouterSpan: function() {
|
|
return RouterSpan;
|
|
},
|
|
StartServerSpan: function() {
|
|
return StartServerSpan;
|
|
}
|
|
});
|
|
var BaseServerSpan = /*#__PURE__*/ function(BaseServerSpan) {
|
|
BaseServerSpan["handleRequest"] = "BaseServer.handleRequest";
|
|
BaseServerSpan["run"] = "BaseServer.run";
|
|
BaseServerSpan["pipe"] = "BaseServer.pipe";
|
|
BaseServerSpan["getStaticHTML"] = "BaseServer.getStaticHTML";
|
|
BaseServerSpan["render"] = "BaseServer.render";
|
|
BaseServerSpan["renderToResponseWithComponents"] = "BaseServer.renderToResponseWithComponents";
|
|
BaseServerSpan["renderToResponse"] = "BaseServer.renderToResponse";
|
|
BaseServerSpan["renderToHTML"] = "BaseServer.renderToHTML";
|
|
BaseServerSpan["renderError"] = "BaseServer.renderError";
|
|
BaseServerSpan["renderErrorToResponse"] = "BaseServer.renderErrorToResponse";
|
|
BaseServerSpan["renderErrorToHTML"] = "BaseServer.renderErrorToHTML";
|
|
BaseServerSpan["render404"] = "BaseServer.render404";
|
|
return BaseServerSpan;
|
|
}(BaseServerSpan || {});
|
|
var LoadComponentsSpan = /*#__PURE__*/ function(LoadComponentsSpan) {
|
|
LoadComponentsSpan["loadDefaultErrorComponents"] = "LoadComponents.loadDefaultErrorComponents";
|
|
LoadComponentsSpan["loadComponents"] = "LoadComponents.loadComponents";
|
|
return LoadComponentsSpan;
|
|
}(LoadComponentsSpan || {});
|
|
var NextServerSpan = /*#__PURE__*/ function(NextServerSpan) {
|
|
NextServerSpan["getRequestHandler"] = "NextServer.getRequestHandler";
|
|
NextServerSpan["getRequestHandlerWithMetadata"] = "NextServer.getRequestHandlerWithMetadata";
|
|
NextServerSpan["getServer"] = "NextServer.getServer";
|
|
NextServerSpan["getServerRequestHandler"] = "NextServer.getServerRequestHandler";
|
|
NextServerSpan["createServer"] = "createServer.createServer";
|
|
return NextServerSpan;
|
|
}(NextServerSpan || {});
|
|
var NextNodeServerSpan = /*#__PURE__*/ function(NextNodeServerSpan) {
|
|
NextNodeServerSpan["compression"] = "NextNodeServer.compression";
|
|
NextNodeServerSpan["getBuildId"] = "NextNodeServer.getBuildId";
|
|
NextNodeServerSpan["createComponentTree"] = "NextNodeServer.createComponentTree";
|
|
NextNodeServerSpan["clientComponentLoading"] = "NextNodeServer.clientComponentLoading";
|
|
NextNodeServerSpan["getLayoutOrPageModule"] = "NextNodeServer.getLayoutOrPageModule";
|
|
NextNodeServerSpan["generateStaticRoutes"] = "NextNodeServer.generateStaticRoutes";
|
|
NextNodeServerSpan["generateFsStaticRoutes"] = "NextNodeServer.generateFsStaticRoutes";
|
|
NextNodeServerSpan["generatePublicRoutes"] = "NextNodeServer.generatePublicRoutes";
|
|
NextNodeServerSpan["generateImageRoutes"] = "NextNodeServer.generateImageRoutes.route";
|
|
NextNodeServerSpan["sendRenderResult"] = "NextNodeServer.sendRenderResult";
|
|
NextNodeServerSpan["proxyRequest"] = "NextNodeServer.proxyRequest";
|
|
NextNodeServerSpan["runApi"] = "NextNodeServer.runApi";
|
|
NextNodeServerSpan["render"] = "NextNodeServer.render";
|
|
NextNodeServerSpan["renderHTML"] = "NextNodeServer.renderHTML";
|
|
NextNodeServerSpan["imageOptimizer"] = "NextNodeServer.imageOptimizer";
|
|
NextNodeServerSpan["getPagePath"] = "NextNodeServer.getPagePath";
|
|
NextNodeServerSpan["getRoutesManifest"] = "NextNodeServer.getRoutesManifest";
|
|
NextNodeServerSpan["findPageComponents"] = "NextNodeServer.findPageComponents";
|
|
NextNodeServerSpan["getFontManifest"] = "NextNodeServer.getFontManifest";
|
|
NextNodeServerSpan["getServerComponentManifest"] = "NextNodeServer.getServerComponentManifest";
|
|
NextNodeServerSpan["getRequestHandler"] = "NextNodeServer.getRequestHandler";
|
|
NextNodeServerSpan["renderToHTML"] = "NextNodeServer.renderToHTML";
|
|
NextNodeServerSpan["renderError"] = "NextNodeServer.renderError";
|
|
NextNodeServerSpan["renderErrorToHTML"] = "NextNodeServer.renderErrorToHTML";
|
|
NextNodeServerSpan["render404"] = "NextNodeServer.render404";
|
|
NextNodeServerSpan["startResponse"] = "NextNodeServer.startResponse";
|
|
// nested inner span, does not require parent scope name
|
|
NextNodeServerSpan["route"] = "route";
|
|
NextNodeServerSpan["onProxyReq"] = "onProxyReq";
|
|
NextNodeServerSpan["apiResolver"] = "apiResolver";
|
|
NextNodeServerSpan["internalFetch"] = "internalFetch";
|
|
return NextNodeServerSpan;
|
|
}(NextNodeServerSpan || {});
|
|
var StartServerSpan = /*#__PURE__*/ function(StartServerSpan) {
|
|
StartServerSpan["startServer"] = "startServer.startServer";
|
|
return StartServerSpan;
|
|
}(StartServerSpan || {});
|
|
var RenderSpan = /*#__PURE__*/ function(RenderSpan) {
|
|
RenderSpan["getServerSideProps"] = "Render.getServerSideProps";
|
|
RenderSpan["getStaticProps"] = "Render.getStaticProps";
|
|
RenderSpan["renderToString"] = "Render.renderToString";
|
|
RenderSpan["renderDocument"] = "Render.renderDocument";
|
|
RenderSpan["createBodyResult"] = "Render.createBodyResult";
|
|
return RenderSpan;
|
|
}(RenderSpan || {});
|
|
var AppRenderSpan = /*#__PURE__*/ function(AppRenderSpan) {
|
|
AppRenderSpan["renderToString"] = "AppRender.renderToString";
|
|
AppRenderSpan["renderToReadableStream"] = "AppRender.renderToReadableStream";
|
|
AppRenderSpan["getBodyResult"] = "AppRender.getBodyResult";
|
|
AppRenderSpan["fetch"] = "AppRender.fetch";
|
|
return AppRenderSpan;
|
|
}(AppRenderSpan || {});
|
|
var RouterSpan = /*#__PURE__*/ function(RouterSpan) {
|
|
RouterSpan["executeRoute"] = "Router.executeRoute";
|
|
return RouterSpan;
|
|
}(RouterSpan || {});
|
|
var NodeSpan = /*#__PURE__*/ function(NodeSpan) {
|
|
NodeSpan["runHandler"] = "Node.runHandler";
|
|
return NodeSpan;
|
|
}(NodeSpan || {});
|
|
var AppRouteRouteHandlersSpan = /*#__PURE__*/ function(AppRouteRouteHandlersSpan) {
|
|
AppRouteRouteHandlersSpan["runHandler"] = "AppRouteRouteHandlers.runHandler";
|
|
return AppRouteRouteHandlersSpan;
|
|
}(AppRouteRouteHandlersSpan || {});
|
|
var ResolveMetadataSpan = /*#__PURE__*/ function(ResolveMetadataSpan) {
|
|
ResolveMetadataSpan["generateMetadata"] = "ResolveMetadata.generateMetadata";
|
|
ResolveMetadataSpan["generateViewport"] = "ResolveMetadata.generateViewport";
|
|
return ResolveMetadataSpan;
|
|
}(ResolveMetadataSpan || {});
|
|
var MiddlewareSpan = /*#__PURE__*/ function(MiddlewareSpan) {
|
|
MiddlewareSpan["execute"] = "Middleware.execute";
|
|
return MiddlewareSpan;
|
|
}(MiddlewareSpan || {});
|
|
const NextVanillaSpanAllowlist = new Set([
|
|
"Middleware.execute",
|
|
"BaseServer.handleRequest",
|
|
"Render.getServerSideProps",
|
|
"Render.getStaticProps",
|
|
"AppRender.fetch",
|
|
"AppRender.getBodyResult",
|
|
"Render.renderDocument",
|
|
"Node.runHandler",
|
|
"AppRouteRouteHandlers.runHandler",
|
|
"ResolveMetadata.generateMetadata",
|
|
"ResolveMetadata.generateViewport",
|
|
"NextNodeServer.createComponentTree",
|
|
"NextNodeServer.findPageComponents",
|
|
"NextNodeServer.getLayoutOrPageModule",
|
|
"NextNodeServer.startResponse",
|
|
"NextNodeServer.clientComponentLoading"
|
|
]);
|
|
const LogSpanAllowList = new Set([
|
|
"NextNodeServer.findPageComponents",
|
|
"NextNodeServer.createComponentTree",
|
|
"NextNodeServer.clientComponentLoading"
|
|
]);
|
|
}),
|
|
"[project]/node_modules/next/dist/shared/lib/is-thenable.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
/**
|
|
* Check to see if a value is Thenable.
|
|
*
|
|
* @param promise the maybe-thenable value
|
|
* @returns true if the value is thenable
|
|
*/ Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "isThenable", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return isThenable;
|
|
}
|
|
});
|
|
function isThenable(promise) {
|
|
return promise !== null && typeof promise === 'object' && 'then' in promise && typeof promise.then === 'function';
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/compiled/@opentelemetry/api/index.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
|
|
(()=>{
|
|
"use strict";
|
|
var e = {
|
|
491: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.ContextAPI = void 0;
|
|
const n = r(223);
|
|
const a = r(172);
|
|
const o = r(930);
|
|
const i = "context";
|
|
const c = new n.NoopContextManager;
|
|
class ContextAPI {
|
|
constructor(){}
|
|
static getInstance() {
|
|
if (!this._instance) {
|
|
this._instance = new ContextAPI;
|
|
}
|
|
return this._instance;
|
|
}
|
|
setGlobalContextManager(e) {
|
|
return (0, a.registerGlobal)(i, e, o.DiagAPI.instance());
|
|
}
|
|
active() {
|
|
return this._getContextManager().active();
|
|
}
|
|
with(e, t, r, ...n) {
|
|
return this._getContextManager().with(e, t, r, ...n);
|
|
}
|
|
bind(e, t) {
|
|
return this._getContextManager().bind(e, t);
|
|
}
|
|
_getContextManager() {
|
|
return (0, a.getGlobal)(i) || c;
|
|
}
|
|
disable() {
|
|
this._getContextManager().disable();
|
|
(0, a.unregisterGlobal)(i, o.DiagAPI.instance());
|
|
}
|
|
}
|
|
t.ContextAPI = ContextAPI;
|
|
},
|
|
930: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.DiagAPI = void 0;
|
|
const n = r(56);
|
|
const a = r(912);
|
|
const o = r(957);
|
|
const i = r(172);
|
|
const c = "diag";
|
|
class DiagAPI {
|
|
constructor(){
|
|
function _logProxy(e) {
|
|
return function(...t) {
|
|
const r = (0, i.getGlobal)("diag");
|
|
if (!r) return;
|
|
return r[e](...t);
|
|
};
|
|
}
|
|
const e = this;
|
|
const setLogger = (t, r = {
|
|
logLevel: o.DiagLogLevel.INFO
|
|
})=>{
|
|
var n, c, s;
|
|
if (t === e) {
|
|
const t = new Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");
|
|
e.error((n = t.stack) !== null && n !== void 0 ? n : t.message);
|
|
return false;
|
|
}
|
|
if (typeof r === "number") {
|
|
r = {
|
|
logLevel: r
|
|
};
|
|
}
|
|
const u = (0, i.getGlobal)("diag");
|
|
const l = (0, a.createLogLevelDiagLogger)((c = r.logLevel) !== null && c !== void 0 ? c : o.DiagLogLevel.INFO, t);
|
|
if (u && !r.suppressOverrideMessage) {
|
|
const e = (s = (new Error).stack) !== null && s !== void 0 ? s : "<failed to generate stacktrace>";
|
|
u.warn(`Current logger will be overwritten from ${e}`);
|
|
l.warn(`Current logger will overwrite one already registered from ${e}`);
|
|
}
|
|
return (0, i.registerGlobal)("diag", l, e, true);
|
|
};
|
|
e.setLogger = setLogger;
|
|
e.disable = ()=>{
|
|
(0, i.unregisterGlobal)(c, e);
|
|
};
|
|
e.createComponentLogger = (e)=>new n.DiagComponentLogger(e);
|
|
e.verbose = _logProxy("verbose");
|
|
e.debug = _logProxy("debug");
|
|
e.info = _logProxy("info");
|
|
e.warn = _logProxy("warn");
|
|
e.error = _logProxy("error");
|
|
}
|
|
static instance() {
|
|
if (!this._instance) {
|
|
this._instance = new DiagAPI;
|
|
}
|
|
return this._instance;
|
|
}
|
|
}
|
|
t.DiagAPI = DiagAPI;
|
|
},
|
|
653: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.MetricsAPI = void 0;
|
|
const n = r(660);
|
|
const a = r(172);
|
|
const o = r(930);
|
|
const i = "metrics";
|
|
class MetricsAPI {
|
|
constructor(){}
|
|
static getInstance() {
|
|
if (!this._instance) {
|
|
this._instance = new MetricsAPI;
|
|
}
|
|
return this._instance;
|
|
}
|
|
setGlobalMeterProvider(e) {
|
|
return (0, a.registerGlobal)(i, e, o.DiagAPI.instance());
|
|
}
|
|
getMeterProvider() {
|
|
return (0, a.getGlobal)(i) || n.NOOP_METER_PROVIDER;
|
|
}
|
|
getMeter(e, t, r) {
|
|
return this.getMeterProvider().getMeter(e, t, r);
|
|
}
|
|
disable() {
|
|
(0, a.unregisterGlobal)(i, o.DiagAPI.instance());
|
|
}
|
|
}
|
|
t.MetricsAPI = MetricsAPI;
|
|
},
|
|
181: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.PropagationAPI = void 0;
|
|
const n = r(172);
|
|
const a = r(874);
|
|
const o = r(194);
|
|
const i = r(277);
|
|
const c = r(369);
|
|
const s = r(930);
|
|
const u = "propagation";
|
|
const l = new a.NoopTextMapPropagator;
|
|
class PropagationAPI {
|
|
constructor(){
|
|
this.createBaggage = c.createBaggage;
|
|
this.getBaggage = i.getBaggage;
|
|
this.getActiveBaggage = i.getActiveBaggage;
|
|
this.setBaggage = i.setBaggage;
|
|
this.deleteBaggage = i.deleteBaggage;
|
|
}
|
|
static getInstance() {
|
|
if (!this._instance) {
|
|
this._instance = new PropagationAPI;
|
|
}
|
|
return this._instance;
|
|
}
|
|
setGlobalPropagator(e) {
|
|
return (0, n.registerGlobal)(u, e, s.DiagAPI.instance());
|
|
}
|
|
inject(e, t, r = o.defaultTextMapSetter) {
|
|
return this._getGlobalPropagator().inject(e, t, r);
|
|
}
|
|
extract(e, t, r = o.defaultTextMapGetter) {
|
|
return this._getGlobalPropagator().extract(e, t, r);
|
|
}
|
|
fields() {
|
|
return this._getGlobalPropagator().fields();
|
|
}
|
|
disable() {
|
|
(0, n.unregisterGlobal)(u, s.DiagAPI.instance());
|
|
}
|
|
_getGlobalPropagator() {
|
|
return (0, n.getGlobal)(u) || l;
|
|
}
|
|
}
|
|
t.PropagationAPI = PropagationAPI;
|
|
},
|
|
997: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.TraceAPI = void 0;
|
|
const n = r(172);
|
|
const a = r(846);
|
|
const o = r(139);
|
|
const i = r(607);
|
|
const c = r(930);
|
|
const s = "trace";
|
|
class TraceAPI {
|
|
constructor(){
|
|
this._proxyTracerProvider = new a.ProxyTracerProvider;
|
|
this.wrapSpanContext = o.wrapSpanContext;
|
|
this.isSpanContextValid = o.isSpanContextValid;
|
|
this.deleteSpan = i.deleteSpan;
|
|
this.getSpan = i.getSpan;
|
|
this.getActiveSpan = i.getActiveSpan;
|
|
this.getSpanContext = i.getSpanContext;
|
|
this.setSpan = i.setSpan;
|
|
this.setSpanContext = i.setSpanContext;
|
|
}
|
|
static getInstance() {
|
|
if (!this._instance) {
|
|
this._instance = new TraceAPI;
|
|
}
|
|
return this._instance;
|
|
}
|
|
setGlobalTracerProvider(e) {
|
|
const t = (0, n.registerGlobal)(s, this._proxyTracerProvider, c.DiagAPI.instance());
|
|
if (t) {
|
|
this._proxyTracerProvider.setDelegate(e);
|
|
}
|
|
return t;
|
|
}
|
|
getTracerProvider() {
|
|
return (0, n.getGlobal)(s) || this._proxyTracerProvider;
|
|
}
|
|
getTracer(e, t) {
|
|
return this.getTracerProvider().getTracer(e, t);
|
|
}
|
|
disable() {
|
|
(0, n.unregisterGlobal)(s, c.DiagAPI.instance());
|
|
this._proxyTracerProvider = new a.ProxyTracerProvider;
|
|
}
|
|
}
|
|
t.TraceAPI = TraceAPI;
|
|
},
|
|
277: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.deleteBaggage = t.setBaggage = t.getActiveBaggage = t.getBaggage = void 0;
|
|
const n = r(491);
|
|
const a = r(780);
|
|
const o = (0, a.createContextKey)("OpenTelemetry Baggage Key");
|
|
function getBaggage(e) {
|
|
return e.getValue(o) || undefined;
|
|
}
|
|
t.getBaggage = getBaggage;
|
|
function getActiveBaggage() {
|
|
return getBaggage(n.ContextAPI.getInstance().active());
|
|
}
|
|
t.getActiveBaggage = getActiveBaggage;
|
|
function setBaggage(e, t) {
|
|
return e.setValue(o, t);
|
|
}
|
|
t.setBaggage = setBaggage;
|
|
function deleteBaggage(e) {
|
|
return e.deleteValue(o);
|
|
}
|
|
t.deleteBaggage = deleteBaggage;
|
|
},
|
|
993: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.BaggageImpl = void 0;
|
|
class BaggageImpl {
|
|
constructor(e){
|
|
this._entries = e ? new Map(e) : new Map;
|
|
}
|
|
getEntry(e) {
|
|
const t = this._entries.get(e);
|
|
if (!t) {
|
|
return undefined;
|
|
}
|
|
return Object.assign({}, t);
|
|
}
|
|
getAllEntries() {
|
|
return Array.from(this._entries.entries()).map(([e, t])=>[
|
|
e,
|
|
t
|
|
]);
|
|
}
|
|
setEntry(e, t) {
|
|
const r = new BaggageImpl(this._entries);
|
|
r._entries.set(e, t);
|
|
return r;
|
|
}
|
|
removeEntry(e) {
|
|
const t = new BaggageImpl(this._entries);
|
|
t._entries.delete(e);
|
|
return t;
|
|
}
|
|
removeEntries(...e) {
|
|
const t = new BaggageImpl(this._entries);
|
|
for (const r of e){
|
|
t._entries.delete(r);
|
|
}
|
|
return t;
|
|
}
|
|
clear() {
|
|
return new BaggageImpl;
|
|
}
|
|
}
|
|
t.BaggageImpl = BaggageImpl;
|
|
},
|
|
830: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.baggageEntryMetadataSymbol = void 0;
|
|
t.baggageEntryMetadataSymbol = Symbol("BaggageEntryMetadata");
|
|
},
|
|
369: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.baggageEntryMetadataFromString = t.createBaggage = void 0;
|
|
const n = r(930);
|
|
const a = r(993);
|
|
const o = r(830);
|
|
const i = n.DiagAPI.instance();
|
|
function createBaggage(e = {}) {
|
|
return new a.BaggageImpl(new Map(Object.entries(e)));
|
|
}
|
|
t.createBaggage = createBaggage;
|
|
function baggageEntryMetadataFromString(e) {
|
|
if (typeof e !== "string") {
|
|
i.error(`Cannot create baggage metadata from unknown type: ${typeof e}`);
|
|
e = "";
|
|
}
|
|
return {
|
|
__TYPE__: o.baggageEntryMetadataSymbol,
|
|
toString () {
|
|
return e;
|
|
}
|
|
};
|
|
}
|
|
t.baggageEntryMetadataFromString = baggageEntryMetadataFromString;
|
|
},
|
|
67: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.context = void 0;
|
|
const n = r(491);
|
|
t.context = n.ContextAPI.getInstance();
|
|
},
|
|
223: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.NoopContextManager = void 0;
|
|
const n = r(780);
|
|
class NoopContextManager {
|
|
active() {
|
|
return n.ROOT_CONTEXT;
|
|
}
|
|
with(e, t, r, ...n) {
|
|
return t.call(r, ...n);
|
|
}
|
|
bind(e, t) {
|
|
return t;
|
|
}
|
|
enable() {
|
|
return this;
|
|
}
|
|
disable() {
|
|
return this;
|
|
}
|
|
}
|
|
t.NoopContextManager = NoopContextManager;
|
|
},
|
|
780: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.ROOT_CONTEXT = t.createContextKey = void 0;
|
|
function createContextKey(e) {
|
|
return Symbol.for(e);
|
|
}
|
|
t.createContextKey = createContextKey;
|
|
class BaseContext {
|
|
constructor(e){
|
|
const t = this;
|
|
t._currentContext = e ? new Map(e) : new Map;
|
|
t.getValue = (e)=>t._currentContext.get(e);
|
|
t.setValue = (e, r)=>{
|
|
const n = new BaseContext(t._currentContext);
|
|
n._currentContext.set(e, r);
|
|
return n;
|
|
};
|
|
t.deleteValue = (e)=>{
|
|
const r = new BaseContext(t._currentContext);
|
|
r._currentContext.delete(e);
|
|
return r;
|
|
};
|
|
}
|
|
}
|
|
t.ROOT_CONTEXT = new BaseContext;
|
|
},
|
|
506: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.diag = void 0;
|
|
const n = r(930);
|
|
t.diag = n.DiagAPI.instance();
|
|
},
|
|
56: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.DiagComponentLogger = void 0;
|
|
const n = r(172);
|
|
class DiagComponentLogger {
|
|
constructor(e){
|
|
this._namespace = e.namespace || "DiagComponentLogger";
|
|
}
|
|
debug(...e) {
|
|
return logProxy("debug", this._namespace, e);
|
|
}
|
|
error(...e) {
|
|
return logProxy("error", this._namespace, e);
|
|
}
|
|
info(...e) {
|
|
return logProxy("info", this._namespace, e);
|
|
}
|
|
warn(...e) {
|
|
return logProxy("warn", this._namespace, e);
|
|
}
|
|
verbose(...e) {
|
|
return logProxy("verbose", this._namespace, e);
|
|
}
|
|
}
|
|
t.DiagComponentLogger = DiagComponentLogger;
|
|
function logProxy(e, t, r) {
|
|
const a = (0, n.getGlobal)("diag");
|
|
if (!a) {
|
|
return;
|
|
}
|
|
r.unshift(t);
|
|
return a[e](...r);
|
|
}
|
|
},
|
|
972: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.DiagConsoleLogger = void 0;
|
|
const r = [
|
|
{
|
|
n: "error",
|
|
c: "error"
|
|
},
|
|
{
|
|
n: "warn",
|
|
c: "warn"
|
|
},
|
|
{
|
|
n: "info",
|
|
c: "info"
|
|
},
|
|
{
|
|
n: "debug",
|
|
c: "debug"
|
|
},
|
|
{
|
|
n: "verbose",
|
|
c: "trace"
|
|
}
|
|
];
|
|
class DiagConsoleLogger {
|
|
constructor(){
|
|
function _consoleFunc(e) {
|
|
return function(...t) {
|
|
if (console) {
|
|
let r = console[e];
|
|
if (typeof r !== "function") {
|
|
r = console.log;
|
|
}
|
|
if (typeof r === "function") {
|
|
return r.apply(console, t);
|
|
}
|
|
}
|
|
};
|
|
}
|
|
for(let e = 0; e < r.length; e++){
|
|
this[r[e].n] = _consoleFunc(r[e].c);
|
|
}
|
|
}
|
|
}
|
|
t.DiagConsoleLogger = DiagConsoleLogger;
|
|
},
|
|
912: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.createLogLevelDiagLogger = void 0;
|
|
const n = r(957);
|
|
function createLogLevelDiagLogger(e, t) {
|
|
if (e < n.DiagLogLevel.NONE) {
|
|
e = n.DiagLogLevel.NONE;
|
|
} else if (e > n.DiagLogLevel.ALL) {
|
|
e = n.DiagLogLevel.ALL;
|
|
}
|
|
t = t || {};
|
|
function _filterFunc(r, n) {
|
|
const a = t[r];
|
|
if (typeof a === "function" && e >= n) {
|
|
return a.bind(t);
|
|
}
|
|
return function() {};
|
|
}
|
|
return {
|
|
error: _filterFunc("error", n.DiagLogLevel.ERROR),
|
|
warn: _filterFunc("warn", n.DiagLogLevel.WARN),
|
|
info: _filterFunc("info", n.DiagLogLevel.INFO),
|
|
debug: _filterFunc("debug", n.DiagLogLevel.DEBUG),
|
|
verbose: _filterFunc("verbose", n.DiagLogLevel.VERBOSE)
|
|
};
|
|
}
|
|
t.createLogLevelDiagLogger = createLogLevelDiagLogger;
|
|
},
|
|
957: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.DiagLogLevel = void 0;
|
|
var r;
|
|
(function(e) {
|
|
e[e["NONE"] = 0] = "NONE";
|
|
e[e["ERROR"] = 30] = "ERROR";
|
|
e[e["WARN"] = 50] = "WARN";
|
|
e[e["INFO"] = 60] = "INFO";
|
|
e[e["DEBUG"] = 70] = "DEBUG";
|
|
e[e["VERBOSE"] = 80] = "VERBOSE";
|
|
e[e["ALL"] = 9999] = "ALL";
|
|
})(r = t.DiagLogLevel || (t.DiagLogLevel = {}));
|
|
},
|
|
172: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.unregisterGlobal = t.getGlobal = t.registerGlobal = void 0;
|
|
const n = r(200);
|
|
const a = r(521);
|
|
const o = r(130);
|
|
const i = a.VERSION.split(".")[0];
|
|
const c = Symbol.for(`opentelemetry.js.api.${i}`);
|
|
const s = n._globalThis;
|
|
function registerGlobal(e, t, r, n = false) {
|
|
var o;
|
|
const i = s[c] = (o = s[c]) !== null && o !== void 0 ? o : {
|
|
version: a.VERSION
|
|
};
|
|
if (!n && i[e]) {
|
|
const t = new Error(`@opentelemetry/api: Attempted duplicate registration of API: ${e}`);
|
|
r.error(t.stack || t.message);
|
|
return false;
|
|
}
|
|
if (i.version !== a.VERSION) {
|
|
const t = new Error(`@opentelemetry/api: Registration of version v${i.version} for ${e} does not match previously registered API v${a.VERSION}`);
|
|
r.error(t.stack || t.message);
|
|
return false;
|
|
}
|
|
i[e] = t;
|
|
r.debug(`@opentelemetry/api: Registered a global for ${e} v${a.VERSION}.`);
|
|
return true;
|
|
}
|
|
t.registerGlobal = registerGlobal;
|
|
function getGlobal(e) {
|
|
var t, r;
|
|
const n = (t = s[c]) === null || t === void 0 ? void 0 : t.version;
|
|
if (!n || !(0, o.isCompatible)(n)) {
|
|
return;
|
|
}
|
|
return (r = s[c]) === null || r === void 0 ? void 0 : r[e];
|
|
}
|
|
t.getGlobal = getGlobal;
|
|
function unregisterGlobal(e, t) {
|
|
t.debug(`@opentelemetry/api: Unregistering a global for ${e} v${a.VERSION}.`);
|
|
const r = s[c];
|
|
if (r) {
|
|
delete r[e];
|
|
}
|
|
}
|
|
t.unregisterGlobal = unregisterGlobal;
|
|
},
|
|
130: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.isCompatible = t._makeCompatibilityCheck = void 0;
|
|
const n = r(521);
|
|
const a = /^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;
|
|
function _makeCompatibilityCheck(e) {
|
|
const t = new Set([
|
|
e
|
|
]);
|
|
const r = new Set;
|
|
const n = e.match(a);
|
|
if (!n) {
|
|
return ()=>false;
|
|
}
|
|
const o = {
|
|
major: +n[1],
|
|
minor: +n[2],
|
|
patch: +n[3],
|
|
prerelease: n[4]
|
|
};
|
|
if (o.prerelease != null) {
|
|
return function isExactmatch(t) {
|
|
return t === e;
|
|
};
|
|
}
|
|
function _reject(e) {
|
|
r.add(e);
|
|
return false;
|
|
}
|
|
function _accept(e) {
|
|
t.add(e);
|
|
return true;
|
|
}
|
|
return function isCompatible(e) {
|
|
if (t.has(e)) {
|
|
return true;
|
|
}
|
|
if (r.has(e)) {
|
|
return false;
|
|
}
|
|
const n = e.match(a);
|
|
if (!n) {
|
|
return _reject(e);
|
|
}
|
|
const i = {
|
|
major: +n[1],
|
|
minor: +n[2],
|
|
patch: +n[3],
|
|
prerelease: n[4]
|
|
};
|
|
if (i.prerelease != null) {
|
|
return _reject(e);
|
|
}
|
|
if (o.major !== i.major) {
|
|
return _reject(e);
|
|
}
|
|
if (o.major === 0) {
|
|
if (o.minor === i.minor && o.patch <= i.patch) {
|
|
return _accept(e);
|
|
}
|
|
return _reject(e);
|
|
}
|
|
if (o.minor <= i.minor) {
|
|
return _accept(e);
|
|
}
|
|
return _reject(e);
|
|
};
|
|
}
|
|
t._makeCompatibilityCheck = _makeCompatibilityCheck;
|
|
t.isCompatible = _makeCompatibilityCheck(n.VERSION);
|
|
},
|
|
886: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.metrics = void 0;
|
|
const n = r(653);
|
|
t.metrics = n.MetricsAPI.getInstance();
|
|
},
|
|
901: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.ValueType = void 0;
|
|
var r;
|
|
(function(e) {
|
|
e[e["INT"] = 0] = "INT";
|
|
e[e["DOUBLE"] = 1] = "DOUBLE";
|
|
})(r = t.ValueType || (t.ValueType = {}));
|
|
},
|
|
102: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.createNoopMeter = t.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC = t.NOOP_OBSERVABLE_GAUGE_METRIC = t.NOOP_OBSERVABLE_COUNTER_METRIC = t.NOOP_UP_DOWN_COUNTER_METRIC = t.NOOP_HISTOGRAM_METRIC = t.NOOP_COUNTER_METRIC = t.NOOP_METER = t.NoopObservableUpDownCounterMetric = t.NoopObservableGaugeMetric = t.NoopObservableCounterMetric = t.NoopObservableMetric = t.NoopHistogramMetric = t.NoopUpDownCounterMetric = t.NoopCounterMetric = t.NoopMetric = t.NoopMeter = void 0;
|
|
class NoopMeter {
|
|
constructor(){}
|
|
createHistogram(e, r) {
|
|
return t.NOOP_HISTOGRAM_METRIC;
|
|
}
|
|
createCounter(e, r) {
|
|
return t.NOOP_COUNTER_METRIC;
|
|
}
|
|
createUpDownCounter(e, r) {
|
|
return t.NOOP_UP_DOWN_COUNTER_METRIC;
|
|
}
|
|
createObservableGauge(e, r) {
|
|
return t.NOOP_OBSERVABLE_GAUGE_METRIC;
|
|
}
|
|
createObservableCounter(e, r) {
|
|
return t.NOOP_OBSERVABLE_COUNTER_METRIC;
|
|
}
|
|
createObservableUpDownCounter(e, r) {
|
|
return t.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC;
|
|
}
|
|
addBatchObservableCallback(e, t) {}
|
|
removeBatchObservableCallback(e) {}
|
|
}
|
|
t.NoopMeter = NoopMeter;
|
|
class NoopMetric {
|
|
}
|
|
t.NoopMetric = NoopMetric;
|
|
class NoopCounterMetric extends NoopMetric {
|
|
add(e, t) {}
|
|
}
|
|
t.NoopCounterMetric = NoopCounterMetric;
|
|
class NoopUpDownCounterMetric extends NoopMetric {
|
|
add(e, t) {}
|
|
}
|
|
t.NoopUpDownCounterMetric = NoopUpDownCounterMetric;
|
|
class NoopHistogramMetric extends NoopMetric {
|
|
record(e, t) {}
|
|
}
|
|
t.NoopHistogramMetric = NoopHistogramMetric;
|
|
class NoopObservableMetric {
|
|
addCallback(e) {}
|
|
removeCallback(e) {}
|
|
}
|
|
t.NoopObservableMetric = NoopObservableMetric;
|
|
class NoopObservableCounterMetric extends NoopObservableMetric {
|
|
}
|
|
t.NoopObservableCounterMetric = NoopObservableCounterMetric;
|
|
class NoopObservableGaugeMetric extends NoopObservableMetric {
|
|
}
|
|
t.NoopObservableGaugeMetric = NoopObservableGaugeMetric;
|
|
class NoopObservableUpDownCounterMetric extends NoopObservableMetric {
|
|
}
|
|
t.NoopObservableUpDownCounterMetric = NoopObservableUpDownCounterMetric;
|
|
t.NOOP_METER = new NoopMeter;
|
|
t.NOOP_COUNTER_METRIC = new NoopCounterMetric;
|
|
t.NOOP_HISTOGRAM_METRIC = new NoopHistogramMetric;
|
|
t.NOOP_UP_DOWN_COUNTER_METRIC = new NoopUpDownCounterMetric;
|
|
t.NOOP_OBSERVABLE_COUNTER_METRIC = new NoopObservableCounterMetric;
|
|
t.NOOP_OBSERVABLE_GAUGE_METRIC = new NoopObservableGaugeMetric;
|
|
t.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC = new NoopObservableUpDownCounterMetric;
|
|
function createNoopMeter() {
|
|
return t.NOOP_METER;
|
|
}
|
|
t.createNoopMeter = createNoopMeter;
|
|
},
|
|
660: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.NOOP_METER_PROVIDER = t.NoopMeterProvider = void 0;
|
|
const n = r(102);
|
|
class NoopMeterProvider {
|
|
getMeter(e, t, r) {
|
|
return n.NOOP_METER;
|
|
}
|
|
}
|
|
t.NoopMeterProvider = NoopMeterProvider;
|
|
t.NOOP_METER_PROVIDER = new NoopMeterProvider;
|
|
},
|
|
200: function(e, t, r) {
|
|
var n = this && this.__createBinding || (Object.create ? function(e, t, r, n) {
|
|
if (n === undefined) n = r;
|
|
Object.defineProperty(e, n, {
|
|
enumerable: true,
|
|
get: function() {
|
|
return t[r];
|
|
}
|
|
});
|
|
} : function(e, t, r, n) {
|
|
if (n === undefined) n = r;
|
|
e[n] = t[r];
|
|
});
|
|
var a = this && this.__exportStar || function(e, t) {
|
|
for(var r in e)if (r !== "default" && !Object.prototype.hasOwnProperty.call(t, r)) n(t, e, r);
|
|
};
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
a(r(46), t);
|
|
},
|
|
651: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t._globalThis = void 0;
|
|
t._globalThis = typeof globalThis === "object" ? globalThis : /*TURBOPACK member replacement*/ __turbopack_context__.g;
|
|
},
|
|
46: function(e, t, r) {
|
|
var n = this && this.__createBinding || (Object.create ? function(e, t, r, n) {
|
|
if (n === undefined) n = r;
|
|
Object.defineProperty(e, n, {
|
|
enumerable: true,
|
|
get: function() {
|
|
return t[r];
|
|
}
|
|
});
|
|
} : function(e, t, r, n) {
|
|
if (n === undefined) n = r;
|
|
e[n] = t[r];
|
|
});
|
|
var a = this && this.__exportStar || function(e, t) {
|
|
for(var r in e)if (r !== "default" && !Object.prototype.hasOwnProperty.call(t, r)) n(t, e, r);
|
|
};
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
a(r(651), t);
|
|
},
|
|
939: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.propagation = void 0;
|
|
const n = r(181);
|
|
t.propagation = n.PropagationAPI.getInstance();
|
|
},
|
|
874: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.NoopTextMapPropagator = void 0;
|
|
class NoopTextMapPropagator {
|
|
inject(e, t) {}
|
|
extract(e, t) {
|
|
return e;
|
|
}
|
|
fields() {
|
|
return [];
|
|
}
|
|
}
|
|
t.NoopTextMapPropagator = NoopTextMapPropagator;
|
|
},
|
|
194: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.defaultTextMapSetter = t.defaultTextMapGetter = void 0;
|
|
t.defaultTextMapGetter = {
|
|
get (e, t) {
|
|
if (e == null) {
|
|
return undefined;
|
|
}
|
|
return e[t];
|
|
},
|
|
keys (e) {
|
|
if (e == null) {
|
|
return [];
|
|
}
|
|
return Object.keys(e);
|
|
}
|
|
};
|
|
t.defaultTextMapSetter = {
|
|
set (e, t, r) {
|
|
if (e == null) {
|
|
return;
|
|
}
|
|
e[t] = r;
|
|
}
|
|
};
|
|
},
|
|
845: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.trace = void 0;
|
|
const n = r(997);
|
|
t.trace = n.TraceAPI.getInstance();
|
|
},
|
|
403: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.NonRecordingSpan = void 0;
|
|
const n = r(476);
|
|
class NonRecordingSpan {
|
|
constructor(e = n.INVALID_SPAN_CONTEXT){
|
|
this._spanContext = e;
|
|
}
|
|
spanContext() {
|
|
return this._spanContext;
|
|
}
|
|
setAttribute(e, t) {
|
|
return this;
|
|
}
|
|
setAttributes(e) {
|
|
return this;
|
|
}
|
|
addEvent(e, t) {
|
|
return this;
|
|
}
|
|
setStatus(e) {
|
|
return this;
|
|
}
|
|
updateName(e) {
|
|
return this;
|
|
}
|
|
end(e) {}
|
|
isRecording() {
|
|
return false;
|
|
}
|
|
recordException(e, t) {}
|
|
}
|
|
t.NonRecordingSpan = NonRecordingSpan;
|
|
},
|
|
614: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.NoopTracer = void 0;
|
|
const n = r(491);
|
|
const a = r(607);
|
|
const o = r(403);
|
|
const i = r(139);
|
|
const c = n.ContextAPI.getInstance();
|
|
class NoopTracer {
|
|
startSpan(e, t, r = c.active()) {
|
|
const n = Boolean(t === null || t === void 0 ? void 0 : t.root);
|
|
if (n) {
|
|
return new o.NonRecordingSpan;
|
|
}
|
|
const s = r && (0, a.getSpanContext)(r);
|
|
if (isSpanContext(s) && (0, i.isSpanContextValid)(s)) {
|
|
return new o.NonRecordingSpan(s);
|
|
} else {
|
|
return new o.NonRecordingSpan;
|
|
}
|
|
}
|
|
startActiveSpan(e, t, r, n) {
|
|
let o;
|
|
let i;
|
|
let s;
|
|
if (arguments.length < 2) {
|
|
return;
|
|
} else if (arguments.length === 2) {
|
|
s = t;
|
|
} else if (arguments.length === 3) {
|
|
o = t;
|
|
s = r;
|
|
} else {
|
|
o = t;
|
|
i = r;
|
|
s = n;
|
|
}
|
|
const u = i !== null && i !== void 0 ? i : c.active();
|
|
const l = this.startSpan(e, o, u);
|
|
const g = (0, a.setSpan)(u, l);
|
|
return c.with(g, s, undefined, l);
|
|
}
|
|
}
|
|
t.NoopTracer = NoopTracer;
|
|
function isSpanContext(e) {
|
|
return typeof e === "object" && typeof e["spanId"] === "string" && typeof e["traceId"] === "string" && typeof e["traceFlags"] === "number";
|
|
}
|
|
},
|
|
124: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.NoopTracerProvider = void 0;
|
|
const n = r(614);
|
|
class NoopTracerProvider {
|
|
getTracer(e, t, r) {
|
|
return new n.NoopTracer;
|
|
}
|
|
}
|
|
t.NoopTracerProvider = NoopTracerProvider;
|
|
},
|
|
125: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.ProxyTracer = void 0;
|
|
const n = r(614);
|
|
const a = new n.NoopTracer;
|
|
class ProxyTracer {
|
|
constructor(e, t, r, n){
|
|
this._provider = e;
|
|
this.name = t;
|
|
this.version = r;
|
|
this.options = n;
|
|
}
|
|
startSpan(e, t, r) {
|
|
return this._getTracer().startSpan(e, t, r);
|
|
}
|
|
startActiveSpan(e, t, r, n) {
|
|
const a = this._getTracer();
|
|
return Reflect.apply(a.startActiveSpan, a, arguments);
|
|
}
|
|
_getTracer() {
|
|
if (this._delegate) {
|
|
return this._delegate;
|
|
}
|
|
const e = this._provider.getDelegateTracer(this.name, this.version, this.options);
|
|
if (!e) {
|
|
return a;
|
|
}
|
|
this._delegate = e;
|
|
return this._delegate;
|
|
}
|
|
}
|
|
t.ProxyTracer = ProxyTracer;
|
|
},
|
|
846: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.ProxyTracerProvider = void 0;
|
|
const n = r(125);
|
|
const a = r(124);
|
|
const o = new a.NoopTracerProvider;
|
|
class ProxyTracerProvider {
|
|
getTracer(e, t, r) {
|
|
var a;
|
|
return (a = this.getDelegateTracer(e, t, r)) !== null && a !== void 0 ? a : new n.ProxyTracer(this, e, t, r);
|
|
}
|
|
getDelegate() {
|
|
var e;
|
|
return (e = this._delegate) !== null && e !== void 0 ? e : o;
|
|
}
|
|
setDelegate(e) {
|
|
this._delegate = e;
|
|
}
|
|
getDelegateTracer(e, t, r) {
|
|
var n;
|
|
return (n = this._delegate) === null || n === void 0 ? void 0 : n.getTracer(e, t, r);
|
|
}
|
|
}
|
|
t.ProxyTracerProvider = ProxyTracerProvider;
|
|
},
|
|
996: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.SamplingDecision = void 0;
|
|
var r;
|
|
(function(e) {
|
|
e[e["NOT_RECORD"] = 0] = "NOT_RECORD";
|
|
e[e["RECORD"] = 1] = "RECORD";
|
|
e[e["RECORD_AND_SAMPLED"] = 2] = "RECORD_AND_SAMPLED";
|
|
})(r = t.SamplingDecision || (t.SamplingDecision = {}));
|
|
},
|
|
607: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.getSpanContext = t.setSpanContext = t.deleteSpan = t.setSpan = t.getActiveSpan = t.getSpan = void 0;
|
|
const n = r(780);
|
|
const a = r(403);
|
|
const o = r(491);
|
|
const i = (0, n.createContextKey)("OpenTelemetry Context Key SPAN");
|
|
function getSpan(e) {
|
|
return e.getValue(i) || undefined;
|
|
}
|
|
t.getSpan = getSpan;
|
|
function getActiveSpan() {
|
|
return getSpan(o.ContextAPI.getInstance().active());
|
|
}
|
|
t.getActiveSpan = getActiveSpan;
|
|
function setSpan(e, t) {
|
|
return e.setValue(i, t);
|
|
}
|
|
t.setSpan = setSpan;
|
|
function deleteSpan(e) {
|
|
return e.deleteValue(i);
|
|
}
|
|
t.deleteSpan = deleteSpan;
|
|
function setSpanContext(e, t) {
|
|
return setSpan(e, new a.NonRecordingSpan(t));
|
|
}
|
|
t.setSpanContext = setSpanContext;
|
|
function getSpanContext(e) {
|
|
var t;
|
|
return (t = getSpan(e)) === null || t === void 0 ? void 0 : t.spanContext();
|
|
}
|
|
t.getSpanContext = getSpanContext;
|
|
},
|
|
325: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.TraceStateImpl = void 0;
|
|
const n = r(564);
|
|
const a = 32;
|
|
const o = 512;
|
|
const i = ",";
|
|
const c = "=";
|
|
class TraceStateImpl {
|
|
constructor(e){
|
|
this._internalState = new Map;
|
|
if (e) this._parse(e);
|
|
}
|
|
set(e, t) {
|
|
const r = this._clone();
|
|
if (r._internalState.has(e)) {
|
|
r._internalState.delete(e);
|
|
}
|
|
r._internalState.set(e, t);
|
|
return r;
|
|
}
|
|
unset(e) {
|
|
const t = this._clone();
|
|
t._internalState.delete(e);
|
|
return t;
|
|
}
|
|
get(e) {
|
|
return this._internalState.get(e);
|
|
}
|
|
serialize() {
|
|
return this._keys().reduce((e, t)=>{
|
|
e.push(t + c + this.get(t));
|
|
return e;
|
|
}, []).join(i);
|
|
}
|
|
_parse(e) {
|
|
if (e.length > o) return;
|
|
this._internalState = e.split(i).reverse().reduce((e, t)=>{
|
|
const r = t.trim();
|
|
const a = r.indexOf(c);
|
|
if (a !== -1) {
|
|
const o = r.slice(0, a);
|
|
const i = r.slice(a + 1, t.length);
|
|
if ((0, n.validateKey)(o) && (0, n.validateValue)(i)) {
|
|
e.set(o, i);
|
|
} else {}
|
|
}
|
|
return e;
|
|
}, new Map);
|
|
if (this._internalState.size > a) {
|
|
this._internalState = new Map(Array.from(this._internalState.entries()).reverse().slice(0, a));
|
|
}
|
|
}
|
|
_keys() {
|
|
return Array.from(this._internalState.keys()).reverse();
|
|
}
|
|
_clone() {
|
|
const e = new TraceStateImpl;
|
|
e._internalState = new Map(this._internalState);
|
|
return e;
|
|
}
|
|
}
|
|
t.TraceStateImpl = TraceStateImpl;
|
|
},
|
|
564: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.validateValue = t.validateKey = void 0;
|
|
const r = "[_0-9a-z-*/]";
|
|
const n = `[a-z]${r}{0,255}`;
|
|
const a = `[a-z0-9]${r}{0,240}@[a-z]${r}{0,13}`;
|
|
const o = new RegExp(`^(?:${n}|${a})$`);
|
|
const i = /^[ -~]{0,255}[!-~]$/;
|
|
const c = /,|=/;
|
|
function validateKey(e) {
|
|
return o.test(e);
|
|
}
|
|
t.validateKey = validateKey;
|
|
function validateValue(e) {
|
|
return i.test(e) && !c.test(e);
|
|
}
|
|
t.validateValue = validateValue;
|
|
},
|
|
98: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.createTraceState = void 0;
|
|
const n = r(325);
|
|
function createTraceState(e) {
|
|
return new n.TraceStateImpl(e);
|
|
}
|
|
t.createTraceState = createTraceState;
|
|
},
|
|
476: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.INVALID_SPAN_CONTEXT = t.INVALID_TRACEID = t.INVALID_SPANID = void 0;
|
|
const n = r(475);
|
|
t.INVALID_SPANID = "0000000000000000";
|
|
t.INVALID_TRACEID = "00000000000000000000000000000000";
|
|
t.INVALID_SPAN_CONTEXT = {
|
|
traceId: t.INVALID_TRACEID,
|
|
spanId: t.INVALID_SPANID,
|
|
traceFlags: n.TraceFlags.NONE
|
|
};
|
|
},
|
|
357: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.SpanKind = void 0;
|
|
var r;
|
|
(function(e) {
|
|
e[e["INTERNAL"] = 0] = "INTERNAL";
|
|
e[e["SERVER"] = 1] = "SERVER";
|
|
e[e["CLIENT"] = 2] = "CLIENT";
|
|
e[e["PRODUCER"] = 3] = "PRODUCER";
|
|
e[e["CONSUMER"] = 4] = "CONSUMER";
|
|
})(r = t.SpanKind || (t.SpanKind = {}));
|
|
},
|
|
139: (e, t, r)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.wrapSpanContext = t.isSpanContextValid = t.isValidSpanId = t.isValidTraceId = void 0;
|
|
const n = r(476);
|
|
const a = r(403);
|
|
const o = /^([0-9a-f]{32})$/i;
|
|
const i = /^[0-9a-f]{16}$/i;
|
|
function isValidTraceId(e) {
|
|
return o.test(e) && e !== n.INVALID_TRACEID;
|
|
}
|
|
t.isValidTraceId = isValidTraceId;
|
|
function isValidSpanId(e) {
|
|
return i.test(e) && e !== n.INVALID_SPANID;
|
|
}
|
|
t.isValidSpanId = isValidSpanId;
|
|
function isSpanContextValid(e) {
|
|
return isValidTraceId(e.traceId) && isValidSpanId(e.spanId);
|
|
}
|
|
t.isSpanContextValid = isSpanContextValid;
|
|
function wrapSpanContext(e) {
|
|
return new a.NonRecordingSpan(e);
|
|
}
|
|
t.wrapSpanContext = wrapSpanContext;
|
|
},
|
|
847: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.SpanStatusCode = void 0;
|
|
var r;
|
|
(function(e) {
|
|
e[e["UNSET"] = 0] = "UNSET";
|
|
e[e["OK"] = 1] = "OK";
|
|
e[e["ERROR"] = 2] = "ERROR";
|
|
})(r = t.SpanStatusCode || (t.SpanStatusCode = {}));
|
|
},
|
|
475: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.TraceFlags = void 0;
|
|
var r;
|
|
(function(e) {
|
|
e[e["NONE"] = 0] = "NONE";
|
|
e[e["SAMPLED"] = 1] = "SAMPLED";
|
|
})(r = t.TraceFlags || (t.TraceFlags = {}));
|
|
},
|
|
521: (e, t)=>{
|
|
Object.defineProperty(t, "__esModule", {
|
|
value: true
|
|
});
|
|
t.VERSION = void 0;
|
|
t.VERSION = "1.6.0";
|
|
}
|
|
};
|
|
var t = {};
|
|
function __nccwpck_require__(r) {
|
|
var n = t[r];
|
|
if (n !== undefined) {
|
|
return n.exports;
|
|
}
|
|
var a = t[r] = {
|
|
exports: {}
|
|
};
|
|
var o = true;
|
|
try {
|
|
e[r].call(a.exports, a, a.exports, __nccwpck_require__);
|
|
o = false;
|
|
} finally{
|
|
if (o) delete t[r];
|
|
}
|
|
return a.exports;
|
|
}
|
|
if (typeof __nccwpck_require__ !== "undefined") __nccwpck_require__.ab = ("TURBOPACK compile-time value", "/ROOT/node_modules/next/dist/compiled/@opentelemetry/api") + "/";
|
|
var r = {};
|
|
(()=>{
|
|
var e = r;
|
|
Object.defineProperty(e, "__esModule", {
|
|
value: true
|
|
});
|
|
e.trace = e.propagation = e.metrics = e.diag = e.context = e.INVALID_SPAN_CONTEXT = e.INVALID_TRACEID = e.INVALID_SPANID = e.isValidSpanId = e.isValidTraceId = e.isSpanContextValid = e.createTraceState = e.TraceFlags = e.SpanStatusCode = e.SpanKind = e.SamplingDecision = e.ProxyTracerProvider = e.ProxyTracer = e.defaultTextMapSetter = e.defaultTextMapGetter = e.ValueType = e.createNoopMeter = e.DiagLogLevel = e.DiagConsoleLogger = e.ROOT_CONTEXT = e.createContextKey = e.baggageEntryMetadataFromString = void 0;
|
|
var t = __nccwpck_require__(369);
|
|
Object.defineProperty(e, "baggageEntryMetadataFromString", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return t.baggageEntryMetadataFromString;
|
|
}
|
|
});
|
|
var n = __nccwpck_require__(780);
|
|
Object.defineProperty(e, "createContextKey", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return n.createContextKey;
|
|
}
|
|
});
|
|
Object.defineProperty(e, "ROOT_CONTEXT", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return n.ROOT_CONTEXT;
|
|
}
|
|
});
|
|
var a = __nccwpck_require__(972);
|
|
Object.defineProperty(e, "DiagConsoleLogger", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return a.DiagConsoleLogger;
|
|
}
|
|
});
|
|
var o = __nccwpck_require__(957);
|
|
Object.defineProperty(e, "DiagLogLevel", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return o.DiagLogLevel;
|
|
}
|
|
});
|
|
var i = __nccwpck_require__(102);
|
|
Object.defineProperty(e, "createNoopMeter", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return i.createNoopMeter;
|
|
}
|
|
});
|
|
var c = __nccwpck_require__(901);
|
|
Object.defineProperty(e, "ValueType", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return c.ValueType;
|
|
}
|
|
});
|
|
var s = __nccwpck_require__(194);
|
|
Object.defineProperty(e, "defaultTextMapGetter", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return s.defaultTextMapGetter;
|
|
}
|
|
});
|
|
Object.defineProperty(e, "defaultTextMapSetter", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return s.defaultTextMapSetter;
|
|
}
|
|
});
|
|
var u = __nccwpck_require__(125);
|
|
Object.defineProperty(e, "ProxyTracer", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return u.ProxyTracer;
|
|
}
|
|
});
|
|
var l = __nccwpck_require__(846);
|
|
Object.defineProperty(e, "ProxyTracerProvider", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return l.ProxyTracerProvider;
|
|
}
|
|
});
|
|
var g = __nccwpck_require__(996);
|
|
Object.defineProperty(e, "SamplingDecision", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return g.SamplingDecision;
|
|
}
|
|
});
|
|
var p = __nccwpck_require__(357);
|
|
Object.defineProperty(e, "SpanKind", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return p.SpanKind;
|
|
}
|
|
});
|
|
var d = __nccwpck_require__(847);
|
|
Object.defineProperty(e, "SpanStatusCode", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return d.SpanStatusCode;
|
|
}
|
|
});
|
|
var _ = __nccwpck_require__(475);
|
|
Object.defineProperty(e, "TraceFlags", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return _.TraceFlags;
|
|
}
|
|
});
|
|
var f = __nccwpck_require__(98);
|
|
Object.defineProperty(e, "createTraceState", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return f.createTraceState;
|
|
}
|
|
});
|
|
var b = __nccwpck_require__(139);
|
|
Object.defineProperty(e, "isSpanContextValid", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return b.isSpanContextValid;
|
|
}
|
|
});
|
|
Object.defineProperty(e, "isValidTraceId", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return b.isValidTraceId;
|
|
}
|
|
});
|
|
Object.defineProperty(e, "isValidSpanId", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return b.isValidSpanId;
|
|
}
|
|
});
|
|
var v = __nccwpck_require__(476);
|
|
Object.defineProperty(e, "INVALID_SPANID", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return v.INVALID_SPANID;
|
|
}
|
|
});
|
|
Object.defineProperty(e, "INVALID_TRACEID", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return v.INVALID_TRACEID;
|
|
}
|
|
});
|
|
Object.defineProperty(e, "INVALID_SPAN_CONTEXT", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return v.INVALID_SPAN_CONTEXT;
|
|
}
|
|
});
|
|
const O = __nccwpck_require__(67);
|
|
Object.defineProperty(e, "context", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return O.context;
|
|
}
|
|
});
|
|
const P = __nccwpck_require__(506);
|
|
Object.defineProperty(e, "diag", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return P.diag;
|
|
}
|
|
});
|
|
const N = __nccwpck_require__(886);
|
|
Object.defineProperty(e, "metrics", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return N.metrics;
|
|
}
|
|
});
|
|
const S = __nccwpck_require__(939);
|
|
Object.defineProperty(e, "propagation", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return S.propagation;
|
|
}
|
|
});
|
|
const C = __nccwpck_require__(845);
|
|
Object.defineProperty(e, "trace", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return C.trace;
|
|
}
|
|
});
|
|
e["default"] = {
|
|
context: O.context,
|
|
diag: P.diag,
|
|
metrics: N.metrics,
|
|
propagation: S.propagation,
|
|
trace: C.trace
|
|
};
|
|
})();
|
|
module.exports = r;
|
|
})();
|
|
}),
|
|
"[project]/node_modules/next/dist/server/lib/trace/tracer.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
BubbledError: null,
|
|
SpanKind: null,
|
|
SpanStatusCode: null,
|
|
getTracer: null,
|
|
isBubbledError: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
BubbledError: function() {
|
|
return BubbledError;
|
|
},
|
|
SpanKind: function() {
|
|
return SpanKind;
|
|
},
|
|
SpanStatusCode: function() {
|
|
return SpanStatusCode;
|
|
},
|
|
getTracer: function() {
|
|
return getTracer;
|
|
},
|
|
isBubbledError: function() {
|
|
return isBubbledError;
|
|
}
|
|
});
|
|
const _constants = __turbopack_context__.r("[project]/node_modules/next/dist/server/lib/trace/constants.js [ssr] (ecmascript)");
|
|
const _isthenable = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/is-thenable.js [ssr] (ecmascript)");
|
|
const NEXT_OTEL_PERFORMANCE_PREFIX = process.env.NEXT_OTEL_PERFORMANCE_PREFIX;
|
|
let api;
|
|
// we want to allow users to use their own version of @opentelemetry/api if they
|
|
// want to, so we try to require it first, and if it fails we fall back to the
|
|
// version that is bundled with Next.js
|
|
// this is because @opentelemetry/api has to be synced with the version of
|
|
// @opentelemetry/tracing that is used, and we don't want to force users to use
|
|
// the version that is bundled with Next.js.
|
|
// the API is ~stable, so this should be fine
|
|
if ("TURBOPACK compile-time falsy", 0) //TURBOPACK unreachable
|
|
;
|
|
else {
|
|
try {
|
|
api = __turbopack_context__.r("[externals]/next/dist/compiled/@opentelemetry/api [external] (next/dist/compiled/@opentelemetry/api, cjs)");
|
|
} catch (err) {
|
|
api = __turbopack_context__.r("[project]/node_modules/next/dist/compiled/@opentelemetry/api/index.js [ssr] (ecmascript)");
|
|
}
|
|
}
|
|
const { context, propagation, trace, SpanStatusCode, SpanKind, ROOT_CONTEXT } = api;
|
|
class BubbledError extends Error {
|
|
constructor(bubble, result){
|
|
super(), this.bubble = bubble, this.result = result;
|
|
}
|
|
}
|
|
function isBubbledError(error) {
|
|
if (typeof error !== 'object' || error === null) return false;
|
|
return error instanceof BubbledError;
|
|
}
|
|
const closeSpanWithError = (span, error)=>{
|
|
if (isBubbledError(error) && error.bubble) {
|
|
span.setAttribute('next.bubble', true);
|
|
} else {
|
|
if (error) {
|
|
span.recordException(error);
|
|
span.setAttribute('error.type', error.name);
|
|
}
|
|
span.setStatus({
|
|
code: SpanStatusCode.ERROR,
|
|
message: error == null ? void 0 : error.message
|
|
});
|
|
}
|
|
span.end();
|
|
};
|
|
/** we use this map to propagate attributes from nested spans to the top span */ const rootSpanAttributesStore = new Map();
|
|
const rootSpanIdKey = api.createContextKey('next.rootSpanId');
|
|
let lastSpanId = 0;
|
|
const getSpanId = ()=>lastSpanId++;
|
|
const clientTraceDataSetter = {
|
|
set (carrier, key, value) {
|
|
carrier.push({
|
|
key,
|
|
value
|
|
});
|
|
}
|
|
};
|
|
class NextTracerImpl {
|
|
/**
|
|
* Returns an instance to the trace with configured name.
|
|
* Since wrap / trace can be defined in any place prior to actual trace subscriber initialization,
|
|
* This should be lazily evaluated.
|
|
*/ getTracerInstance() {
|
|
return trace.getTracer('next.js', '0.0.1');
|
|
}
|
|
getContext() {
|
|
return context;
|
|
}
|
|
getTracePropagationData() {
|
|
const activeContext = context.active();
|
|
const entries = [];
|
|
propagation.inject(activeContext, entries, clientTraceDataSetter);
|
|
return entries;
|
|
}
|
|
getActiveScopeSpan() {
|
|
return trace.getSpan(context == null ? void 0 : context.active());
|
|
}
|
|
withPropagatedContext(carrier, fn, getter, force = false) {
|
|
const activeContext = context.active();
|
|
if (force) {
|
|
const remoteContext = propagation.extract(ROOT_CONTEXT, carrier, getter);
|
|
if (trace.getSpanContext(remoteContext)) {
|
|
return context.with(remoteContext, fn);
|
|
}
|
|
// Preserve the current active span while still merging any extracted
|
|
// baggage/context values from the carrier.
|
|
const mergedContext = propagation.extract(activeContext, carrier, getter);
|
|
return context.with(mergedContext, fn);
|
|
}
|
|
if (trace.getSpanContext(activeContext)) {
|
|
// Active span is already set, too late to propagate.
|
|
return fn();
|
|
}
|
|
const remoteContext = propagation.extract(activeContext, carrier, getter);
|
|
return context.with(remoteContext, fn);
|
|
}
|
|
trace(...args) {
|
|
const [type, fnOrOptions, fnOrEmpty] = args;
|
|
// coerce options form overload
|
|
const { fn, options } = typeof fnOrOptions === 'function' ? {
|
|
fn: fnOrOptions,
|
|
options: {}
|
|
} : {
|
|
fn: fnOrEmpty,
|
|
options: {
|
|
...fnOrOptions
|
|
}
|
|
};
|
|
const spanName = options.spanName ?? type;
|
|
if (!_constants.NextVanillaSpanAllowlist.has(type) && process.env.NEXT_OTEL_VERBOSE !== '1' || options.hideSpan) {
|
|
return fn();
|
|
}
|
|
// Trying to get active scoped span to assign parent. If option specifies parent span manually, will try to use it.
|
|
let spanContext = this.getSpanContext((options == null ? void 0 : options.parentSpan) ?? this.getActiveScopeSpan());
|
|
if (!spanContext) {
|
|
spanContext = (context == null ? void 0 : context.active()) ?? ROOT_CONTEXT;
|
|
}
|
|
// Check if there's already a root span in the store for this trace
|
|
// We are intentionally not checking whether there is an active context
|
|
// from outside of nextjs to ensure that we can provide the same level
|
|
// of telemetry when using a custom server
|
|
const existingRootSpanId = spanContext.getValue(rootSpanIdKey);
|
|
const isRootSpan = typeof existingRootSpanId !== 'number' || !rootSpanAttributesStore.has(existingRootSpanId);
|
|
const spanId = getSpanId();
|
|
options.attributes = {
|
|
'next.span_name': spanName,
|
|
'next.span_type': type,
|
|
...options.attributes
|
|
};
|
|
return context.with(spanContext.setValue(rootSpanIdKey, spanId), ()=>this.getTracerInstance().startActiveSpan(spanName, options, (span)=>{
|
|
let startTime;
|
|
if (NEXT_OTEL_PERFORMANCE_PREFIX && type && _constants.LogSpanAllowList.has(type)) {
|
|
startTime = 'performance' in globalThis && 'measure' in performance ? globalThis.performance.now() : undefined;
|
|
}
|
|
let cleanedUp = false;
|
|
const onCleanup = ()=>{
|
|
if (cleanedUp) return;
|
|
cleanedUp = true;
|
|
rootSpanAttributesStore.delete(spanId);
|
|
if (startTime) {
|
|
performance.measure(`${NEXT_OTEL_PERFORMANCE_PREFIX}:next-${(type.split('.').pop() || '').replace(/[A-Z]/g, (match)=>'-' + match.toLowerCase())}`, {
|
|
start: startTime,
|
|
end: performance.now()
|
|
});
|
|
}
|
|
};
|
|
if (isRootSpan) {
|
|
rootSpanAttributesStore.set(spanId, new Map(Object.entries(options.attributes ?? {})));
|
|
}
|
|
if (fn.length > 1) {
|
|
try {
|
|
return fn(span, (err)=>closeSpanWithError(span, err));
|
|
} catch (err) {
|
|
closeSpanWithError(span, err);
|
|
throw err;
|
|
} finally{
|
|
onCleanup();
|
|
}
|
|
}
|
|
try {
|
|
const result = fn(span);
|
|
if ((0, _isthenable.isThenable)(result)) {
|
|
// If there's error make sure it throws
|
|
return result.then((res)=>{
|
|
span.end();
|
|
// Need to pass down the promise result,
|
|
// it could be react stream response with error { error, stream }
|
|
return res;
|
|
}).catch((err)=>{
|
|
closeSpanWithError(span, err);
|
|
throw err;
|
|
}).finally(onCleanup);
|
|
} else {
|
|
span.end();
|
|
onCleanup();
|
|
}
|
|
return result;
|
|
} catch (err) {
|
|
closeSpanWithError(span, err);
|
|
onCleanup();
|
|
throw err;
|
|
}
|
|
}));
|
|
}
|
|
wrap(...args) {
|
|
const tracer = this;
|
|
const [name, options, fn] = args.length === 3 ? args : [
|
|
args[0],
|
|
{},
|
|
args[1]
|
|
];
|
|
if (!_constants.NextVanillaSpanAllowlist.has(name) && process.env.NEXT_OTEL_VERBOSE !== '1') {
|
|
return fn;
|
|
}
|
|
return function() {
|
|
let optionsObj = options;
|
|
if (typeof optionsObj === 'function' && typeof fn === 'function') {
|
|
optionsObj = optionsObj.apply(this, arguments);
|
|
}
|
|
const lastArgId = arguments.length - 1;
|
|
const cb = arguments[lastArgId];
|
|
if (typeof cb === 'function') {
|
|
const scopeBoundCb = tracer.getContext().bind(context.active(), cb);
|
|
return tracer.trace(name, optionsObj, (_span, done)=>{
|
|
arguments[lastArgId] = function(err) {
|
|
done == null ? void 0 : done(err);
|
|
return scopeBoundCb.apply(this, arguments);
|
|
};
|
|
return fn.apply(this, arguments);
|
|
});
|
|
} else {
|
|
return tracer.trace(name, optionsObj, ()=>fn.apply(this, arguments));
|
|
}
|
|
};
|
|
}
|
|
startSpan(...args) {
|
|
const [type, options] = args;
|
|
const spanContext = this.getSpanContext((options == null ? void 0 : options.parentSpan) ?? this.getActiveScopeSpan());
|
|
return this.getTracerInstance().startSpan(type, options, spanContext);
|
|
}
|
|
getSpanContext(parentSpan) {
|
|
const spanContext = parentSpan ? trace.setSpan(context.active(), parentSpan) : undefined;
|
|
return spanContext;
|
|
}
|
|
getRootSpanAttributes() {
|
|
const spanId = context.active().getValue(rootSpanIdKey);
|
|
return rootSpanAttributesStore.get(spanId);
|
|
}
|
|
setRootSpanAttribute(key, value) {
|
|
const spanId = context.active().getValue(rootSpanIdKey);
|
|
const attributes = rootSpanAttributesStore.get(spanId);
|
|
if (attributes && !attributes.has(key)) {
|
|
attributes.set(key, value);
|
|
}
|
|
}
|
|
withSpan(span, fn) {
|
|
const spanContext = trace.setSpan(context.active(), span);
|
|
return context.with(spanContext, fn);
|
|
}
|
|
}
|
|
const getTracer = (()=>{
|
|
const tracer = new NextTracerImpl();
|
|
return ()=>tracer;
|
|
})();
|
|
}),
|
|
"[project]/node_modules/next/dist/server/lib/trace/utils.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "getTracedMetadata", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return getTracedMetadata;
|
|
}
|
|
});
|
|
function getTracedMetadata(traceData, clientTraceMetadata) {
|
|
if (!clientTraceMetadata) return undefined;
|
|
return traceData.filter(({ key })=>clientTraceMetadata.includes(key));
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/lib/pretty-bytes.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
/*
|
|
MIT License
|
|
|
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
*/ Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "default", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return prettyBytes;
|
|
}
|
|
});
|
|
const UNITS = [
|
|
'B',
|
|
'kB',
|
|
'MB',
|
|
'GB',
|
|
'TB',
|
|
'PB',
|
|
'EB',
|
|
'ZB',
|
|
'YB'
|
|
];
|
|
/*
|
|
Formats the given number using `Number#toLocaleString`.
|
|
- If locale is a string, the value is expected to be a locale-key (for example: `de`).
|
|
- If locale is true, the system default locale is used for translation.
|
|
- If no value for locale is specified, the number is returned unmodified.
|
|
*/ const toLocaleString = (number, locale)=>{
|
|
let result = number;
|
|
if (typeof locale === 'string') {
|
|
result = number.toLocaleString(locale);
|
|
} else if (locale === true) {
|
|
result = number.toLocaleString();
|
|
}
|
|
return result;
|
|
};
|
|
function prettyBytes(number, options) {
|
|
if (!Number.isFinite(number)) {
|
|
throw Object.defineProperty(new TypeError(`Expected a finite number, got ${typeof number}: ${number}`), "__NEXT_ERROR_CODE", {
|
|
value: "E572",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
options = Object.assign({}, options);
|
|
if (options.signed && number === 0) {
|
|
return ' 0 B';
|
|
}
|
|
const isNegative = number < 0;
|
|
const prefix = isNegative ? '-' : options.signed ? '+' : '';
|
|
if (isNegative) {
|
|
number = -number;
|
|
}
|
|
if (number < 1) {
|
|
const numberString = toLocaleString(number, options.locale);
|
|
return prefix + numberString + ' B';
|
|
}
|
|
const exponent = Math.min(Math.floor(Math.log10(number) / 3), UNITS.length - 1);
|
|
number = Number((number / Math.pow(1000, exponent)).toPrecision(3));
|
|
const numberString = toLocaleString(number, options.locale);
|
|
const unit = UNITS[exponent];
|
|
return prefix + numberString + ' ' + unit;
|
|
}
|
|
}),
|
|
"[project]/node_modules/next/dist/pages/_document.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
"use strict";
|
|
|
|
/// <reference types="webpack/module.d.ts" />
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
Head: null,
|
|
Html: null,
|
|
Main: null,
|
|
NextScript: null,
|
|
default: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
Head: function() {
|
|
return Head;
|
|
},
|
|
Html: function() {
|
|
return Html;
|
|
},
|
|
Main: function() {
|
|
return Main;
|
|
},
|
|
NextScript: function() {
|
|
return NextScript;
|
|
},
|
|
/**
|
|
* `Document` component handles the initial `document` markup and renders only on the server side.
|
|
* Commonly used for implementing server side rendering for `css-in-js` libraries.
|
|
*/ default: function() {
|
|
return Document;
|
|
}
|
|
});
|
|
const _jsxruntime = __turbopack_context__.r("[externals]/react/jsx-runtime [external] (react/jsx-runtime, cjs)");
|
|
const _react = /*#__PURE__*/ _interop_require_wildcard(__turbopack_context__.r("[externals]/react [external] (react, cjs)"));
|
|
const _constants = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/constants.js [ssr] (ecmascript)");
|
|
const _getpagefiles = __turbopack_context__.r("[project]/node_modules/next/dist/server/get-page-files.js [ssr] (ecmascript)");
|
|
const _htmlescape = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/htmlescape.js [ssr] (ecmascript)");
|
|
const _iserror = /*#__PURE__*/ _interop_require_default(__turbopack_context__.r("[project]/node_modules/next/dist/lib/is-error.js [ssr] (ecmascript)"));
|
|
const _htmlcontextsharedruntime = __turbopack_context__.r("[project]/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js [ssr] (ecmascript)");
|
|
const _encodeuripath = __turbopack_context__.r("[project]/node_modules/next/dist/shared/lib/encode-uri-path.js [ssr] (ecmascript)");
|
|
const _tracer = __turbopack_context__.r("[project]/node_modules/next/dist/server/lib/trace/tracer.js [ssr] (ecmascript)");
|
|
const _utils = __turbopack_context__.r("[project]/node_modules/next/dist/server/lib/trace/utils.js [ssr] (ecmascript)");
|
|
function _interop_require_default(obj) {
|
|
return obj && obj.__esModule ? obj : {
|
|
default: obj
|
|
};
|
|
}
|
|
function _getRequireWildcardCache(nodeInterop) {
|
|
if (typeof WeakMap !== "function") return null;
|
|
var cacheBabelInterop = new WeakMap();
|
|
var cacheNodeInterop = new WeakMap();
|
|
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
})(nodeInterop);
|
|
}
|
|
function _interop_require_wildcard(obj, nodeInterop) {
|
|
if (!nodeInterop && obj && obj.__esModule) {
|
|
return obj;
|
|
}
|
|
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
return {
|
|
default: obj
|
|
};
|
|
}
|
|
var cache = _getRequireWildcardCache(nodeInterop);
|
|
if (cache && cache.has(obj)) {
|
|
return cache.get(obj);
|
|
}
|
|
var newObj = {
|
|
__proto__: null
|
|
};
|
|
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
for(var key in obj){
|
|
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
if (desc && (desc.get || desc.set)) {
|
|
Object.defineProperty(newObj, key, desc);
|
|
} else {
|
|
newObj[key] = obj[key];
|
|
}
|
|
}
|
|
}
|
|
newObj.default = obj;
|
|
if (cache) {
|
|
cache.set(obj, newObj);
|
|
}
|
|
return newObj;
|
|
}
|
|
/** Set of pages that have triggered a large data warning on production mode. */ const largePageDataWarnings = new Set();
|
|
function getDocumentFiles(buildManifest, pathname) {
|
|
const sharedFiles = (0, _getpagefiles.getPageFiles)(buildManifest, '/_app');
|
|
const pageFiles = (0, _getpagefiles.getPageFiles)(buildManifest, pathname);
|
|
return {
|
|
sharedFiles,
|
|
pageFiles,
|
|
allFiles: [
|
|
...new Set([
|
|
...sharedFiles,
|
|
...pageFiles
|
|
])
|
|
]
|
|
};
|
|
}
|
|
function getPolyfillScripts(context, props) {
|
|
// polyfills.js has to be rendered as nomodule without async
|
|
// It also has to be the first script to load
|
|
const { assetPrefix, buildManifest, assetQueryString, disableOptimizedLoading, crossOrigin } = context;
|
|
return buildManifest.polyfillFiles.filter((polyfill)=>polyfill.endsWith('.js') && !polyfill.endsWith('.module.js')).map((polyfill)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
defer: !disableOptimizedLoading,
|
|
nonce: props.nonce,
|
|
crossOrigin: props.crossOrigin || crossOrigin,
|
|
noModule: true,
|
|
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(polyfill)}${assetQueryString}`
|
|
}, polyfill));
|
|
}
|
|
function hasComponentProps(child) {
|
|
return !!child && !!child.props;
|
|
}
|
|
function getDynamicChunks(context, props, files) {
|
|
const { dynamicImports, assetPrefix, isDevelopment, assetQueryString, disableOptimizedLoading, crossOrigin } = context;
|
|
return dynamicImports.map((file)=>{
|
|
if (!file.endsWith('.js') || files.allFiles.includes(file)) return null;
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
async: !isDevelopment && disableOptimizedLoading,
|
|
defer: !disableOptimizedLoading,
|
|
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
nonce: props.nonce,
|
|
crossOrigin: props.crossOrigin || crossOrigin
|
|
}, file);
|
|
});
|
|
}
|
|
function getScripts(context, props, files) {
|
|
var _buildManifest_lowPriorityFiles;
|
|
const { assetPrefix, buildManifest, isDevelopment, assetQueryString, mutableAssetQueryString, disableOptimizedLoading, crossOrigin } = context;
|
|
const normalScripts = files.allFiles.filter((file)=>file.endsWith('.js'));
|
|
const lowPriorityScripts = (_buildManifest_lowPriorityFiles = buildManifest.lowPriorityFiles) == null ? void 0 : _buildManifest_lowPriorityFiles.filter((file)=>file.endsWith('.js'));
|
|
return [
|
|
...normalScripts,
|
|
...lowPriorityScripts
|
|
].map((file)=>{
|
|
// static/chunks/51e975e7b637a580.js should use the immutable id, while
|
|
// static/Yj152X97rfGgF7NPcJEZs/_ssgManifest.js should use the deployment id
|
|
const query = file.startsWith('static/chunks') ? assetQueryString : mutableAssetQueryString;
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${query}`,
|
|
nonce: props.nonce,
|
|
async: !isDevelopment && disableOptimizedLoading,
|
|
defer: !disableOptimizedLoading,
|
|
crossOrigin: props.crossOrigin || crossOrigin
|
|
}, file);
|
|
});
|
|
}
|
|
function getPreNextWorkerScripts(context, props) {
|
|
const { assetPrefix, scriptLoader, crossOrigin, nextScriptWorkers } = context;
|
|
// disable `nextScriptWorkers` in edge runtime
|
|
if (!nextScriptWorkers || ("TURBOPACK compile-time value", "nodejs") === 'edge') return null;
|
|
try {
|
|
// @ts-expect-error: Prevent webpack from processing this require
|
|
let { partytownSnippet } = __non_webpack_require__('@builder.io/partytown/integration');
|
|
const children = Array.isArray(props.children) ? props.children : [
|
|
props.children
|
|
];
|
|
// Check to see if the user has defined their own Partytown configuration
|
|
const userDefinedConfig = children.find((child)=>{
|
|
var _child_props_dangerouslySetInnerHTML, _child_props;
|
|
return hasComponentProps(child) && (child == null ? void 0 : (_child_props = child.props) == null ? void 0 : (_child_props_dangerouslySetInnerHTML = _child_props.dangerouslySetInnerHTML) == null ? void 0 : _child_props_dangerouslySetInnerHTML.__html.length) && 'data-partytown-config' in child.props;
|
|
});
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
children: [
|
|
!userDefinedConfig && /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
"data-partytown-config": "",
|
|
dangerouslySetInnerHTML: {
|
|
__html: `
|
|
partytown = {
|
|
lib: "${assetPrefix}/_next/static/~partytown/"
|
|
};
|
|
`
|
|
}
|
|
}),
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
"data-partytown": "",
|
|
dangerouslySetInnerHTML: {
|
|
__html: partytownSnippet()
|
|
}
|
|
}),
|
|
(scriptLoader.worker || []).map((file, index)=>{
|
|
const { strategy, src, children: scriptChildren, dangerouslySetInnerHTML, ...scriptProps } = file;
|
|
let srcProps = {};
|
|
if (src) {
|
|
// Use external src if provided
|
|
srcProps.src = src;
|
|
} else if (dangerouslySetInnerHTML && dangerouslySetInnerHTML.__html) {
|
|
// Embed inline script if provided with dangerouslySetInnerHTML
|
|
srcProps.dangerouslySetInnerHTML = {
|
|
__html: dangerouslySetInnerHTML.__html
|
|
};
|
|
} else if (scriptChildren) {
|
|
// Embed inline script if provided with children
|
|
srcProps.dangerouslySetInnerHTML = {
|
|
__html: typeof scriptChildren === 'string' ? scriptChildren : Array.isArray(scriptChildren) ? scriptChildren.join('') : ''
|
|
};
|
|
} else {
|
|
throw Object.defineProperty(new Error('Invalid usage of next/script. Did you forget to include a src attribute or an inline script? https://nextjs.org/docs/messages/invalid-script'), "__NEXT_ERROR_CODE", {
|
|
value: "E82",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
return /*#__PURE__*/ (0, _react.createElement)("script", {
|
|
...srcProps,
|
|
...scriptProps,
|
|
type: "text/partytown",
|
|
key: src || index,
|
|
nonce: props.nonce,
|
|
"data-nscript": "worker",
|
|
crossOrigin: props.crossOrigin || crossOrigin
|
|
});
|
|
})
|
|
]
|
|
});
|
|
} catch (err) {
|
|
if ((0, _iserror.default)(err) && err.code !== 'MODULE_NOT_FOUND') {
|
|
console.warn(`Warning: ${err.message}`);
|
|
}
|
|
return null;
|
|
}
|
|
}
|
|
function getPreNextScripts(context, props) {
|
|
const { scriptLoader, disableOptimizedLoading, crossOrigin } = context;
|
|
const webWorkerScripts = getPreNextWorkerScripts(context, props);
|
|
const beforeInteractiveScripts = (scriptLoader.beforeInteractive || []).filter((script)=>script.src).map((file, index)=>{
|
|
const { strategy, ...scriptProps } = file;
|
|
return /*#__PURE__*/ (0, _react.createElement)("script", {
|
|
...scriptProps,
|
|
key: scriptProps.src || index,
|
|
defer: scriptProps.defer ?? !disableOptimizedLoading,
|
|
nonce: scriptProps.nonce || props.nonce,
|
|
"data-nscript": "beforeInteractive",
|
|
crossOrigin: props.crossOrigin || crossOrigin
|
|
});
|
|
});
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
children: [
|
|
webWorkerScripts,
|
|
beforeInteractiveScripts
|
|
]
|
|
});
|
|
}
|
|
function getHeadHTMLProps(props) {
|
|
const { crossOrigin, nonce, ...restProps } = props;
|
|
// This assignment is necessary for additional type checking to avoid unsupported attributes in <head>
|
|
const headProps = restProps;
|
|
return headProps;
|
|
}
|
|
function getNextFontLinkTags(nextFontManifest, dangerousAsPath, assetPrefix = '', assetQueryString = '') {
|
|
if (!nextFontManifest) {
|
|
return {
|
|
preconnect: null,
|
|
preload: null
|
|
};
|
|
}
|
|
const appFontsEntry = nextFontManifest.pages['/_app'];
|
|
const pageFontsEntry = nextFontManifest.pages[dangerousAsPath];
|
|
const preloadedFontFiles = Array.from(new Set([
|
|
...appFontsEntry ?? [],
|
|
...pageFontsEntry ?? []
|
|
]));
|
|
// If no font files should preload but there's an entry for the path, add a preconnect tag.
|
|
const preconnectToSelf = !!(preloadedFontFiles.length === 0 && (appFontsEntry || pageFontsEntry));
|
|
return {
|
|
preconnect: preconnectToSelf ? /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
"data-next-font": nextFontManifest.pagesUsingSizeAdjust ? 'size-adjust' : '',
|
|
rel: "preconnect",
|
|
href: "/",
|
|
crossOrigin: "anonymous"
|
|
}) : null,
|
|
preload: preloadedFontFiles ? preloadedFontFiles.map((fontFile)=>{
|
|
const ext = /\.(woff|woff2|eot|ttf|otf)$/.exec(fontFile)[1];
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
rel: "preload",
|
|
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(fontFile)}${assetQueryString}`,
|
|
as: "font",
|
|
type: `font/${ext}`,
|
|
crossOrigin: "anonymous",
|
|
"data-next-font": fontFile.includes('-s') ? 'size-adjust' : ''
|
|
}, fontFile);
|
|
}) : null
|
|
};
|
|
}
|
|
class Head extends _react.default.Component {
|
|
static #_ = this.contextType = _htmlcontextsharedruntime.HtmlContext;
|
|
getCssLinks(files) {
|
|
const { assetPrefix, cssAssetQueryString, dynamicImports, dynamicCssManifest, crossOrigin, optimizeCss } = this.context;
|
|
const cssFiles = files.allFiles.filter((f)=>f.endsWith('.css'));
|
|
const sharedFiles = new Set(files.sharedFiles);
|
|
// Unmanaged files are CSS files that will be handled directly by the
|
|
// webpack runtime (`mini-css-extract-plugin`).
|
|
let unmanagedFiles = new Set([]);
|
|
let localDynamicCssFiles = Array.from(new Set(dynamicImports.filter((file)=>file.endsWith('.css'))));
|
|
if (localDynamicCssFiles.length) {
|
|
const existing = new Set(cssFiles);
|
|
localDynamicCssFiles = localDynamicCssFiles.filter((f)=>!(existing.has(f) || sharedFiles.has(f)));
|
|
unmanagedFiles = new Set(localDynamicCssFiles);
|
|
cssFiles.push(...localDynamicCssFiles);
|
|
}
|
|
let cssLinkElements = [];
|
|
cssFiles.forEach((file)=>{
|
|
const isSharedFile = sharedFiles.has(file);
|
|
const isUnmanagedFile = unmanagedFiles.has(file);
|
|
const isFileInDynamicCssManifest = dynamicCssManifest.has(file);
|
|
if (!optimizeCss) {
|
|
cssLinkElements.push(/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
nonce: this.props.nonce,
|
|
rel: "preload",
|
|
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${cssAssetQueryString}`,
|
|
as: "style",
|
|
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
}, `${file}-preload`));
|
|
}
|
|
cssLinkElements.push(/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
nonce: this.props.nonce,
|
|
rel: "stylesheet",
|
|
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${cssAssetQueryString}`,
|
|
crossOrigin: this.props.crossOrigin || crossOrigin,
|
|
"data-n-g": isUnmanagedFile ? undefined : isSharedFile ? '' : undefined,
|
|
"data-n-p": isSharedFile || isUnmanagedFile || isFileInDynamicCssManifest ? undefined : ''
|
|
}, file));
|
|
});
|
|
return cssLinkElements.length === 0 ? null : cssLinkElements;
|
|
}
|
|
getPreloadDynamicChunks() {
|
|
const { dynamicImports, assetPrefix, assetQueryString, crossOrigin } = this.context;
|
|
return dynamicImports.map((file)=>{
|
|
if (!file.endsWith('.js')) {
|
|
return null;
|
|
}
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
rel: "preload",
|
|
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
as: "script",
|
|
nonce: this.props.nonce,
|
|
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
}, file);
|
|
}) // Filter out nulled scripts
|
|
.filter(Boolean);
|
|
}
|
|
getPreloadMainLinks(files) {
|
|
const { assetPrefix, assetQueryString, scriptLoader, crossOrigin } = this.context;
|
|
const preloadFiles = files.allFiles.filter((file)=>{
|
|
return file.endsWith('.js');
|
|
});
|
|
return [
|
|
...(scriptLoader.beforeInteractive || []).map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
nonce: this.props.nonce,
|
|
rel: "preload",
|
|
href: file.src,
|
|
as: "script",
|
|
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
}, file.src)),
|
|
...preloadFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
nonce: this.props.nonce,
|
|
rel: "preload",
|
|
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
as: "script",
|
|
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
}, file))
|
|
];
|
|
}
|
|
getBeforeInteractiveInlineScripts() {
|
|
const { scriptLoader } = this.context;
|
|
const { nonce, crossOrigin } = this.props;
|
|
return (scriptLoader.beforeInteractive || []).filter((script)=>!script.src && (script.dangerouslySetInnerHTML || script.children)).map((file, index)=>{
|
|
const { strategy, children, dangerouslySetInnerHTML, src, ...scriptProps } = file;
|
|
let html = '';
|
|
if (dangerouslySetInnerHTML && dangerouslySetInnerHTML.__html) {
|
|
html = dangerouslySetInnerHTML.__html;
|
|
} else if (children) {
|
|
html = typeof children === 'string' ? children : Array.isArray(children) ? children.join('') : '';
|
|
}
|
|
return /*#__PURE__*/ (0, _react.createElement)("script", {
|
|
...scriptProps,
|
|
dangerouslySetInnerHTML: {
|
|
__html: html
|
|
},
|
|
key: scriptProps.id || index,
|
|
nonce: nonce,
|
|
"data-nscript": "beforeInteractive",
|
|
crossOrigin: crossOrigin || ("TURBOPACK compile-time value", void 0)
|
|
});
|
|
});
|
|
}
|
|
getDynamicChunks(files) {
|
|
return getDynamicChunks(this.context, this.props, files);
|
|
}
|
|
getPreNextScripts() {
|
|
return getPreNextScripts(this.context, this.props);
|
|
}
|
|
getScripts(files) {
|
|
return getScripts(this.context, this.props, files);
|
|
}
|
|
getPolyfillScripts() {
|
|
return getPolyfillScripts(this.context, this.props);
|
|
}
|
|
render() {
|
|
const { styles, __NEXT_DATA__, dangerousAsPath, headTags, unstable_runtimeJS, unstable_JsPreload, disableOptimizedLoading, optimizeCss, assetPrefix, nextFontManifest, cssAssetQueryString } = this.context;
|
|
const disableRuntimeJS = unstable_runtimeJS === false;
|
|
const disableJsPreload = unstable_JsPreload === false || !disableOptimizedLoading;
|
|
this.context.docComponentsRendered.Head = true;
|
|
let { head } = this.context;
|
|
let cssPreloads = [];
|
|
let otherHeadElements = [];
|
|
if (head) {
|
|
head.forEach((child)=>{
|
|
if (child && child.type === 'link' && child.props['rel'] === 'preload' && child.props['as'] === 'style') {
|
|
cssPreloads.push(child);
|
|
} else {
|
|
if (child) {
|
|
otherHeadElements.push(/*#__PURE__*/ _react.default.cloneElement(child, {
|
|
'data-next-head': ''
|
|
}));
|
|
}
|
|
}
|
|
});
|
|
head = cssPreloads.concat(otherHeadElements);
|
|
}
|
|
let children = _react.default.Children.toArray(this.props.children).filter(Boolean);
|
|
// show a warning if Head contains <title> (only in development)
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
children = _react.default.Children.map(children, (child)=>{
|
|
var _child_props;
|
|
const isReactHelmet = child == null ? void 0 : (_child_props = child.props) == null ? void 0 : _child_props['data-react-helmet'];
|
|
if (!isReactHelmet) {
|
|
var _child_props1;
|
|
if ((child == null ? void 0 : child.type) === 'title') {
|
|
console.warn("Warning: <title> should not be used in _document.js's <Head>. https://nextjs.org/docs/messages/no-document-title");
|
|
} else if ((child == null ? void 0 : child.type) === 'meta' && (child == null ? void 0 : (_child_props1 = child.props) == null ? void 0 : _child_props1.name) === 'viewport') {
|
|
console.warn("Warning: viewport meta tags should not be used in _document.js's <Head>. https://nextjs.org/docs/messages/no-document-viewport-meta");
|
|
}
|
|
}
|
|
return child;
|
|
// @types/react bug. Returned value from .map will not be `null` if you pass in `[null]`
|
|
});
|
|
if (this.props.crossOrigin) console.warn('Warning: `Head` attribute `crossOrigin` is deprecated. https://nextjs.org/docs/messages/doc-crossorigin-deprecated');
|
|
}
|
|
const files = getDocumentFiles(this.context.buildManifest, this.context.__NEXT_DATA__.page);
|
|
const nextFontLinkTags = getNextFontLinkTags(nextFontManifest, dangerousAsPath, assetPrefix, cssAssetQueryString);
|
|
const tracingMetadata = (0, _utils.getTracedMetadata)((0, _tracer.getTracer)().getTracePropagationData(), this.context.experimentalClientTraceMetadata);
|
|
const traceMetaTags = (tracingMetadata || []).map(({ key, value }, index)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("meta", {
|
|
name: key,
|
|
content: value
|
|
}, `next-trace-data-${index}`));
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsxs)("head", {
|
|
...getHeadHTMLProps(this.props),
|
|
children: [
|
|
this.context.isDevelopment && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
children: [
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
"data-next-hide-fouc": true,
|
|
dangerouslySetInnerHTML: {
|
|
__html: `body{display:none}`
|
|
}
|
|
}),
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
"data-next-hide-fouc": true,
|
|
children: /*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
dangerouslySetInnerHTML: {
|
|
__html: `body{display:block}`
|
|
}
|
|
})
|
|
})
|
|
]
|
|
}),
|
|
head,
|
|
children,
|
|
nextFontLinkTags.preconnect,
|
|
nextFontLinkTags.preload,
|
|
this.getBeforeInteractiveInlineScripts(),
|
|
!optimizeCss && this.getCssLinks(files),
|
|
!optimizeCss && /*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
"data-n-css": this.props.nonce ?? ''
|
|
}),
|
|
!disableRuntimeJS && !disableJsPreload && this.getPreloadDynamicChunks(),
|
|
!disableRuntimeJS && !disableJsPreload && this.getPreloadMainLinks(files),
|
|
!disableOptimizedLoading && !disableRuntimeJS && this.getPolyfillScripts(),
|
|
!disableOptimizedLoading && !disableRuntimeJS && this.getPreNextScripts(),
|
|
!disableOptimizedLoading && !disableRuntimeJS && this.getDynamicChunks(files),
|
|
!disableOptimizedLoading && !disableRuntimeJS && this.getScripts(files),
|
|
optimizeCss && this.getCssLinks(files),
|
|
optimizeCss && /*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
"data-n-css": this.props.nonce ?? ''
|
|
}),
|
|
this.context.isDevelopment && // this element is used to mount development styles so the
|
|
// ordering matches production
|
|
// (by default, style-loader injects at the bottom of <head />)
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
id: "__next_css__DO_NOT_USE__"
|
|
}),
|
|
traceMetaTags,
|
|
styles || null,
|
|
/*#__PURE__*/ _react.default.createElement(_react.default.Fragment, {}, ...headTags || [])
|
|
]
|
|
});
|
|
}
|
|
}
|
|
function handleDocumentScriptLoaderItems(scriptLoader, __NEXT_DATA__, props) {
|
|
var _children_find_props, _children_find, _children_find_props1, _children_find1;
|
|
if (!props.children) return;
|
|
const scriptLoaderItems = [];
|
|
const children = Array.isArray(props.children) ? props.children : [
|
|
props.children
|
|
];
|
|
const headChildren = (_children_find = children.find((child)=>child.type === Head)) == null ? void 0 : (_children_find_props = _children_find.props) == null ? void 0 : _children_find_props.children;
|
|
const bodyChildren = (_children_find1 = children.find((child)=>child.type === 'body')) == null ? void 0 : (_children_find_props1 = _children_find1.props) == null ? void 0 : _children_find_props1.children;
|
|
// Scripts with beforeInteractive can be placed inside Head or <body> so children of both needs to be traversed
|
|
const combinedChildren = [
|
|
...Array.isArray(headChildren) ? headChildren : [
|
|
headChildren
|
|
],
|
|
...Array.isArray(bodyChildren) ? bodyChildren : [
|
|
bodyChildren
|
|
]
|
|
];
|
|
_react.default.Children.forEach(combinedChildren, (child)=>{
|
|
var _child_type;
|
|
if (!child) return;
|
|
// When using the `next/script` component, register it in script loader.
|
|
if ((_child_type = child.type) == null ? void 0 : _child_type.__nextScript) {
|
|
if (child.props.strategy === 'beforeInteractive') {
|
|
scriptLoader.beforeInteractive = (scriptLoader.beforeInteractive || []).concat([
|
|
{
|
|
...child.props
|
|
}
|
|
]);
|
|
return;
|
|
} else if ([
|
|
'lazyOnload',
|
|
'afterInteractive',
|
|
'worker'
|
|
].includes(child.props.strategy)) {
|
|
scriptLoaderItems.push(child.props);
|
|
return;
|
|
} else if (typeof child.props.strategy === 'undefined') {
|
|
scriptLoaderItems.push({
|
|
...child.props,
|
|
strategy: 'afterInteractive'
|
|
});
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
__NEXT_DATA__.scriptLoader = scriptLoaderItems;
|
|
}
|
|
class NextScript extends _react.default.Component {
|
|
static #_ = this.contextType = _htmlcontextsharedruntime.HtmlContext;
|
|
getDynamicChunks(files) {
|
|
return getDynamicChunks(this.context, this.props, files);
|
|
}
|
|
getPreNextScripts() {
|
|
return getPreNextScripts(this.context, this.props);
|
|
}
|
|
getScripts(files) {
|
|
return getScripts(this.context, this.props, files);
|
|
}
|
|
getPolyfillScripts() {
|
|
return getPolyfillScripts(this.context, this.props);
|
|
}
|
|
static getInlineScriptSource(context) {
|
|
const { __NEXT_DATA__, largePageDataBytes } = context;
|
|
try {
|
|
const data = JSON.stringify(__NEXT_DATA__);
|
|
if (largePageDataWarnings.has(__NEXT_DATA__.page)) {
|
|
return (0, _htmlescape.htmlEscapeJsonString)(data);
|
|
}
|
|
const bytes = ("TURBOPACK compile-time falsy", 0) ? "TURBOPACK unreachable" : Buffer.from(data).byteLength;
|
|
const prettyBytes = __turbopack_context__.r("[project]/node_modules/next/dist/lib/pretty-bytes.js [ssr] (ecmascript)").default;
|
|
if (largePageDataBytes && bytes > largePageDataBytes) {
|
|
if ("TURBOPACK compile-time falsy", 0) //TURBOPACK unreachable
|
|
;
|
|
console.warn(`Warning: data for page "${__NEXT_DATA__.page}"${__NEXT_DATA__.page === context.dangerousAsPath ? '' : ` (path "${context.dangerousAsPath}")`} is ${prettyBytes(bytes)} which exceeds the threshold of ${prettyBytes(largePageDataBytes)}, this amount of data can reduce performance.\nSee more info here: https://nextjs.org/docs/messages/large-page-data`);
|
|
}
|
|
return (0, _htmlescape.htmlEscapeJsonString)(data);
|
|
} catch (err) {
|
|
if ((0, _iserror.default)(err) && err.message.indexOf('circular structure') !== -1) {
|
|
throw Object.defineProperty(new Error(`Circular structure in "getInitialProps" result of page "${__NEXT_DATA__.page}". https://nextjs.org/docs/messages/circular-structure`), "__NEXT_ERROR_CODE", {
|
|
value: "E490",
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
}
|
|
throw err;
|
|
}
|
|
}
|
|
render() {
|
|
const { assetPrefix, buildManifest, unstable_runtimeJS, docComponentsRendered, assetQueryString, disableOptimizedLoading, crossOrigin } = this.context;
|
|
const disableRuntimeJS = unstable_runtimeJS === false;
|
|
docComponentsRendered.NextScript = true;
|
|
if ("TURBOPACK compile-time truthy", 1) {
|
|
if (this.props.crossOrigin) console.warn('Warning: `NextScript` attribute `crossOrigin` is deprecated. https://nextjs.org/docs/messages/doc-crossorigin-deprecated');
|
|
}
|
|
const files = getDocumentFiles(this.context.buildManifest, this.context.__NEXT_DATA__.page);
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
children: [
|
|
!disableRuntimeJS && buildManifest.devFiles ? buildManifest.devFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
nonce: this.props.nonce,
|
|
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
}, file)) : null,
|
|
disableRuntimeJS ? null : /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
id: "__NEXT_DATA__",
|
|
type: "application/json",
|
|
nonce: this.props.nonce,
|
|
crossOrigin: this.props.crossOrigin || crossOrigin,
|
|
dangerouslySetInnerHTML: {
|
|
__html: NextScript.getInlineScriptSource(this.context)
|
|
}
|
|
}),
|
|
disableOptimizedLoading && !disableRuntimeJS && this.getPolyfillScripts(),
|
|
disableOptimizedLoading && !disableRuntimeJS && this.getPreNextScripts(),
|
|
disableOptimizedLoading && !disableRuntimeJS && this.getDynamicChunks(files),
|
|
disableOptimizedLoading && !disableRuntimeJS && this.getScripts(files)
|
|
]
|
|
});
|
|
}
|
|
}
|
|
function Html(props) {
|
|
const { docComponentsRendered, locale, scriptLoader, deploymentId, __NEXT_DATA__ } = (0, _htmlcontextsharedruntime.useHtmlContext)();
|
|
docComponentsRendered.Html = true;
|
|
handleDocumentScriptLoaderItems(scriptLoader, __NEXT_DATA__, props);
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsx)("html", {
|
|
...props,
|
|
lang: props.lang || locale || undefined,
|
|
"data-dpl-id": deploymentId || undefined
|
|
});
|
|
}
|
|
function Main() {
|
|
const { docComponentsRendered } = (0, _htmlcontextsharedruntime.useHtmlContext)();
|
|
docComponentsRendered.Main = true;
|
|
// @ts-ignore
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsx)("next-js-internal-body-render-target", {});
|
|
}
|
|
class Document extends _react.default.Component {
|
|
/**
|
|
* `getInitialProps` hook returns the context object with the addition of `renderPage`.
|
|
* `renderPage` callback executes `React` rendering logic synchronously to support server-rendering wrappers
|
|
*/ static getInitialProps(ctx) {
|
|
return ctx.defaultGetInitialProps(ctx);
|
|
}
|
|
render() {
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(Html, {
|
|
children: [
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)(Head, {
|
|
nonce: this.props.nonce
|
|
}),
|
|
/*#__PURE__*/ (0, _jsxruntime.jsxs)("body", {
|
|
children: [
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)(Main, {}),
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)(NextScript, {
|
|
nonce: this.props.nonce
|
|
})
|
|
]
|
|
})
|
|
]
|
|
});
|
|
}
|
|
}
|
|
// Add a special property to the built-in `Document` component so later we can
|
|
// identify if a user customized `Document` is used or not.
|
|
const InternalFunctionDocument = function InternalFunctionDocument() {
|
|
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(Html, {
|
|
children: [
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)(Head, {}),
|
|
/*#__PURE__*/ (0, _jsxruntime.jsxs)("body", {
|
|
children: [
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)(Main, {}),
|
|
/*#__PURE__*/ (0, _jsxruntime.jsx)(NextScript, {})
|
|
]
|
|
})
|
|
]
|
|
});
|
|
};
|
|
Document[_constants.NEXT_BUILTIN_DOCUMENT] = InternalFunctionDocument;
|
|
}),
|
|
"[project]/node_modules/next/document.js [ssr] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
|
|
module.exports = __turbopack_context__.r("[project]/node_modules/next/dist/pages/_document.js [ssr] (ecmascript)");
|
|
}),
|
|
];
|
|
|
|
//# sourceMappingURL=node_modules_129w7gn._.js.map
|