main repo

This commit is contained in:
Basilosaurusrex
2025-11-24 18:09:40 +01:00
parent b636ee5e70
commit f027651f9b
34146 changed files with 4436636 additions and 0 deletions

12
node_modules/next/dist/build/templates/app-page.d.ts generated vendored Normal file
View File

@@ -0,0 +1,12 @@
import type { LoaderTree } from '../../server/lib/app-dir-module';
declare const tree: LoaderTree;
declare const pages: any;
export { tree, pages };
export { default as GlobalError } from 'VAR_MODULE_GLOBAL_ERROR';
export declare const originalPathname = "VAR_ORIGINAL_PATHNAME";
export declare const __next_app__: {
require: any;
loadChunk: any;
};
export * from '../../server/app-render/entry-base';
export declare const routeModule: import("../../server/future/route-modules/app-page/module").AppPageRouteModule;

122
node_modules/next/dist/build/templates/app-page.js generated vendored Normal file
View File

@@ -0,0 +1,122 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
tree: null,
pages: null,
GlobalError: null,
originalPathname: null,
__next_app__: null,
routeModule: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
tree: function() {
return tree;
},
pages: function() {
return pages;
},
GlobalError: function() {
return _VAR_MODULE_GLOBAL_ERROR.default;
},
originalPathname: function() {
return originalPathname;
},
__next_app__: function() {
return __next_app__;
},
routeModule: function() {
return routeModule;
}
});
0 && __export(require("../../server/app-render/entry-base"));
const _modulecompiled = /*#__PURE__*/ _interop_require_wildcard(require("next/dist/server/future/route-modules/app-page/module.compiled"));
const _routekind = require("../../server/future/route-kind");
const _VAR_MODULE_GLOBAL_ERROR = /*#__PURE__*/ _interop_require_default(require("VAR_MODULE_GLOBAL_ERROR"));
_export_star(require("../../server/app-render/entry-base"), exports);
function _export_star(from, to) {
Object.keys(from).forEach(function(k) {
if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
Object.defineProperty(to, k, {
enumerable: true,
get: function() {
return from[k];
}
});
}
});
return from;
}
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 = {};
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;
}
const AppPageRouteModule = _modulecompiled.AppPageRouteModule;
const originalPathname = "VAR_ORIGINAL_PATHNAME";
const __next_app__ = {
require: __next_app_require__,
loadChunk: __next_app_load_chunk__
};
const routeModule = new AppPageRouteModule({
definition: {
kind: _routekind.RouteKind.APP_PAGE,
page: "VAR_DEFINITION_PAGE",
pathname: "VAR_DEFINITION_PATHNAME",
// The following aren't used in production.
bundlePath: "",
filename: "",
appPaths: []
},
userland: {
loaderTree: tree
}
});
//# sourceMappingURL=app-page.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/app-page.ts"],"names":["tree","pages","GlobalError","originalPathname","__next_app__","routeModule","AppPageRouteModule","module","require","__next_app_require__","loadChunk","__next_app_load_chunk__","definition","kind","RouteKind","APP_PAGE","page","pathname","bundlePath","filename","appPaths","userland","loaderTree"],"mappings":";;;;;;;;;;;;;;;;;;;IAkBSA,IAAI;eAAJA;;IAAMC,KAAK;eAALA;;IAGKC,WAAW;eAAXA,gCAAW;;IASlBC,gBAAgB;eAAhBA;;IACAC,YAAY;eAAZA;;IAQAC,WAAW;eAAXA;;;;wEApCW;2BACE;gFAiBa;qBAezB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9Bd,MAAMC,qBACJC,gBAAOD,kBAAkB;AAuBpB,MAAMH,mBAAmB;AACzB,MAAMC,eAAe;IAC1BI,SAASC;IACTC,WAAWC;AACb;AAKO,MAAMN,cAAc,IAAIC,mBAAmB;IAChDM,YAAY;QACVC,MAAMC,oBAAS,CAACC,QAAQ;QACxBC,MAAM;QACNC,UAAU;QACV,2CAA2C;QAC3CC,YAAY;QACZC,UAAU;QACVC,UAAU,EAAE;IACd;IACAC,UAAU;QACRC,YAAYtB;IACd;AACF"}

View File

@@ -0,0 +1,5 @@
import '../../server/node-polyfill-headers';
declare const routeModule: import("../../server/future/route-modules/app-route/module").AppRouteRouteModule;
declare const requestAsyncStorage: import("../../client/components/request-async-storage.external").RequestAsyncStorage, staticGenerationAsyncStorage: import("../../client/components/static-generation-async-storage.external").StaticGenerationAsyncStorage, serverHooks: typeof import("../../client/components/hooks-server-context"), headerHooks: typeof import("../../client/components/headers"), staticGenerationBailout: import("../../client/components/static-generation-bailout").StaticGenerationBailout;
declare const originalPathname = "VAR_ORIGINAL_PATHNAME";
export { routeModule, requestAsyncStorage, staticGenerationAsyncStorage, serverHooks, headerHooks, staticGenerationBailout, originalPathname, };

108
node_modules/next/dist/build/templates/app-route.js generated vendored Normal file
View File

@@ -0,0 +1,108 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
routeModule: null,
requestAsyncStorage: null,
staticGenerationAsyncStorage: null,
serverHooks: null,
headerHooks: null,
staticGenerationBailout: null,
originalPathname: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
routeModule: function() {
return routeModule;
},
requestAsyncStorage: function() {
return requestAsyncStorage;
},
staticGenerationAsyncStorage: function() {
return staticGenerationAsyncStorage;
},
serverHooks: function() {
return serverHooks;
},
headerHooks: function() {
return headerHooks;
},
staticGenerationBailout: function() {
return staticGenerationBailout;
},
originalPathname: function() {
return originalPathname;
}
});
require("../../server/node-polyfill-headers");
const _modulecompiled = /*#__PURE__*/ _interop_require_wildcard(require("next/dist/server/future/route-modules/app-route/module.compiled"));
const _routekind = require("../../server/future/route-kind");
const _VAR_USERLAND = /*#__PURE__*/ _interop_require_wildcard(require("VAR_USERLAND"));
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 = {};
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;
}
const AppRouteRouteModule = _modulecompiled.AppRouteRouteModule;
// We inject the nextConfigOutput here so that we can use them in the route
// module.
// INJECT:nextConfigOutput
const routeModule = new AppRouteRouteModule({
definition: {
kind: _routekind.RouteKind.APP_ROUTE,
page: "VAR_DEFINITION_PAGE",
pathname: "VAR_DEFINITION_PATHNAME",
filename: "VAR_DEFINITION_FILENAME",
bundlePath: "VAR_DEFINITION_BUNDLE_PATH"
},
resolvedPagePath: "VAR_RESOLVED_PAGE_PATH",
nextConfigOutput,
userland: _VAR_USERLAND
});
// Pull out the exports that we need to expose from the module. This should
// be eliminated when we've moved the other routes to the new format. These
// are used to hook into the route.
const { requestAsyncStorage, staticGenerationAsyncStorage, serverHooks, headerHooks, staticGenerationBailout } = routeModule;
const originalPathname = "VAR_ORIGINAL_PATHNAME";
//# sourceMappingURL=app-route.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/app-route.ts"],"names":["routeModule","requestAsyncStorage","staticGenerationAsyncStorage","serverHooks","headerHooks","staticGenerationBailout","originalPathname","AppRouteRouteModule","module","definition","kind","RouteKind","APP_ROUTE","page","pathname","filename","bundlePath","resolvedPagePath","nextConfigOutput","userland"],"mappings":";;;;;;;;;;;;;;;;;;;;IAkDEA,WAAW;eAAXA;;IACAC,mBAAmB;eAAnBA;;IACAC,4BAA4B;eAA5BA;;IACAC,WAAW;eAAXA;;IACAC,WAAW;eAAXA;;IACAC,uBAAuB;eAAvBA;;IACAC,gBAAgB;eAAhBA;;;QAxDK;wEAGiB;2BAGE;sEAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE1B,MAAMC,sBACJC,gBAAOD,mBAAmB;AAO5B,2EAA2E;AAC3E,UAAU;AACV,0BAA0B;AAE1B,MAAMP,cAAc,IAAIO,oBAAoB;IAC1CE,YAAY;QACVC,MAAMC,oBAAS,CAACC,SAAS;QACzBC,MAAM;QACNC,UAAU;QACVC,UAAU;QACVC,YAAY;IACd;IACAC,kBAAkB;IAClBC;IACAC,UAAAA;AACF;AAEA,2EAA2E;AAC3E,2EAA2E;AAC3E,mCAAmC;AACnC,MAAM,EACJlB,mBAAmB,EACnBC,4BAA4B,EAC5BC,WAAW,EACXC,WAAW,EACXC,uBAAuB,EACxB,GAAGL;AAEJ,MAAMM,mBAAmB"}

8
node_modules/next/dist/build/templates/helpers.d.ts generated vendored Normal file
View File

@@ -0,0 +1,8 @@
/**
* Hoists a name from a module or promised module.
*
* @param module the module to hoist the name from
* @param name the name to hoist
* @returns the value on the module (or promised module)
*/
export declare function hoist(module: any, name: string): any;

36
node_modules/next/dist/build/templates/helpers.js generated vendored Normal file
View File

@@ -0,0 +1,36 @@
/**
* Hoists a name from a module or promised module.
*
* @param module the module to hoist the name from
* @param name the name to hoist
* @returns the value on the module (or promised module)
*/ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "hoist", {
enumerable: true,
get: function() {
return hoist;
}
});
function hoist(module, name) {
// If the name is available in the module, return it.
if (name in module) {
return module[name];
}
// If a property called `then` exists, assume it's a promise and
// return a promise that resolves to the name.
if ("then" in module && typeof module.then === "function") {
return module.then((mod)=>hoist(mod, name));
}
// If we're trying to hoise the default export, and the module is a function,
// return the module itself.
if (typeof module === "function" && name === "default") {
return module;
}
// Otherwise, return undefined.
return undefined;
}
//# sourceMappingURL=helpers.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/helpers.ts"],"names":["hoist","module","name","then","mod","undefined"],"mappings":"AAAA;;;;;;CAMC;;;;+BACeA;;;eAAAA;;;AAAT,SAASA,MAAMC,MAAW,EAAEC,IAAY;IAC7C,qDAAqD;IACrD,IAAIA,QAAQD,QAAQ;QAClB,OAAOA,MAAM,CAACC,KAAK;IACrB;IAEA,gEAAgE;IAChE,8CAA8C;IAC9C,IAAI,UAAUD,UAAU,OAAOA,OAAOE,IAAI,KAAK,YAAY;QACzD,OAAOF,OAAOE,IAAI,CAAC,CAACC,MAAaJ,MAAMI,KAAKF;IAC9C;IAEA,6EAA6E;IAC7E,4BAA4B;IAC5B,IAAI,OAAOD,WAAW,cAAcC,SAAS,WAAW;QACtD,OAAOD;IACT;IAEA,+BAA+B;IAC/B,OAAOI;AACT"}

View File

@@ -0,0 +1,3 @@
import '../../server/web/globals';
import type { AdapterOptions } from '../../server/web/adapter';
export default function (opts: Omit<AdapterOptions, 'IncrementalCache' | 'page' | 'handler'>): Promise<import("../../server/web/types").FetchEventResult>;

68
node_modules/next/dist/build/templates/middleware.js generated vendored Normal file
View File

@@ -0,0 +1,68 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
require("../../server/web/globals");
const _adapter = require("../../server/web/adapter");
const _VAR_USERLAND = /*#__PURE__*/ _interop_require_wildcard(require("VAR_USERLAND"));
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 = {};
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;
}
const mod = {
..._VAR_USERLAND
};
const handler = mod.middleware || mod.default;
if (typeof handler !== "function") {
throw new Error(`The Middleware must export a \`middleware\` or a \`default\` function`);
}
function _default(opts) {
return (0, _adapter.adapter)({
...opts,
page: "",
handler
});
}
//# sourceMappingURL=middleware.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/middleware.ts"],"names":["mod","_mod","handler","middleware","default","Error","opts","adapter","page"],"mappings":";;;;+BAiBA;;;eAAA;;;QAjBO;yBAEiB;sEAIF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtB,MAAMA,MAAM;IAAE,GAAGC,aAAI;AAAC;AACtB,MAAMC,UAAUF,IAAIG,UAAU,IAAIH,IAAII,OAAO;AAE7C,IAAI,OAAOF,YAAY,YAAY;IACjC,MAAM,IAAIG,MACR,CAAC,qEAAqE,CAAC;AAE3E;AAEe,SAAf,SACEC,IAAmE;IAEnE,OAAOC,IAAAA,gBAAO,EAAC;QACb,GAAGD,IAAI;QACPE,MAAM;QACNN;IACF;AACF"}

View File

@@ -0,0 +1,4 @@
declare const _default: any;
export default _default;
export declare const config: any;
export declare const routeModule: import("../../server/future/route-modules/pages-api/module").PagesAPIRouteModule;

87
node_modules/next/dist/build/templates/pages-api.js generated vendored Normal file
View File

@@ -0,0 +1,87 @@
// @ts-ignore this need to be imported from next/dist to be external
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
default: null,
config: null,
routeModule: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
// Re-export the handler (should be the default export).
default: function() {
return _default;
},
config: function() {
return config;
},
routeModule: function() {
return routeModule;
}
});
const _modulecompiled = /*#__PURE__*/ _interop_require_wildcard(require("next/dist/server/future/route-modules/pages-api/module.compiled"));
const _routekind = require("../../server/future/route-kind");
const _helpers = require("./helpers");
const _VAR_USERLAND = /*#__PURE__*/ _interop_require_wildcard(require("VAR_USERLAND"));
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 = {};
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;
}
const PagesAPIRouteModule = _modulecompiled.PagesAPIRouteModule;
const _default = (0, _helpers.hoist)(_VAR_USERLAND, "default");
const config = (0, _helpers.hoist)(_VAR_USERLAND, "config");
const routeModule = new PagesAPIRouteModule({
definition: {
kind: _routekind.RouteKind.PAGES_API,
page: "VAR_DEFINITION_PAGE",
pathname: "VAR_DEFINITION_PATHNAME",
// The following aren't used in production.
bundlePath: "",
filename: ""
},
userland: _VAR_USERLAND
});
//# sourceMappingURL=pages-api.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/pages-api.ts"],"names":["config","routeModule","PagesAPIRouteModule","module","hoist","userland","definition","kind","RouteKind","PAGES_API","page","pathname","bundlePath","filename"],"mappings":"AAAA,oEAAoE;;;;;;;;;;;;;;;;;IAapE,wDAAwD;IACxD,OAAyC;eAAzC;;IAGaA,MAAM;eAANA;;IAGAC,WAAW;eAAXA;;;wEAnBW;2BAEE;yBACJ;sEAOI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAL1B,MAAMC,sBACJC,gBAAOD,mBAAmB;MAO5B,WAAeE,IAAAA,cAAK,EAACC,eAAU;AAGxB,MAAML,SAASI,IAAAA,cAAK,EAACC,eAAU;AAG/B,MAAMJ,cAAc,IAAIC,oBAAoB;IACjDI,YAAY;QACVC,MAAMC,oBAAS,CAACC,SAAS;QACzBC,MAAM;QACNC,UAAU;QACV,2CAA2C;QAC3CC,YAAY;QACZC,UAAU;IACZ;IACAR,UAAAA;AACF"}

View File

@@ -0,0 +1,3 @@
import '../../server/web/globals';
import type { AdapterOptions } from '../../server/web/adapter';
export default function (opts: Omit<AdapterOptions, 'IncrementalCache' | 'page' | 'handler'>): Promise<import("../../server/web/types").FetchEventResult>;

View File

@@ -0,0 +1,33 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
require("../../server/web/globals");
const _adapter = require("../../server/web/adapter");
const _incrementalcache = require("../../server/lib/incremental-cache");
const _VAR_USERLAND = /*#__PURE__*/ _interop_require_default(require("VAR_USERLAND"));
function _interop_require_default(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
const page = "VAR_DEFINITION_PAGE";
if (typeof _VAR_USERLAND.default !== "function") {
throw new Error(`The Edge Function "pages${page}" must export a \`default\` function`);
}
function _default(opts) {
return (0, _adapter.adapter)({
...opts,
IncrementalCache: _incrementalcache.IncrementalCache,
page: "VAR_DEFINITION_PATHNAME",
handler: _VAR_USERLAND.default
});
}
//# sourceMappingURL=pages-edge-api.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/pages-edge-api.ts"],"names":["page","handler","Error","opts","adapter","IncrementalCache"],"mappings":";;;;+BAiBA;;;eAAA;;;QAjBO;yBAEiB;kCACS;qEAIb;;;;;;AAEpB,MAAMA,OAAO;AAEb,IAAI,OAAOC,qBAAO,KAAK,YAAY;IACjC,MAAM,IAAIC,MACR,CAAC,wBAAwB,EAAEF,KAAK,oCAAoC,CAAC;AAEzE;AAEe,SAAf,SACEG,IAAmE;IAEnE,OAAOC,IAAAA,gBAAO,EAAC;QACb,GAAGD,IAAI;QACPE,kBAAAA,kCAAgB;QAChBL,MAAM;QACNC,SAAAA,qBAAO;IACT;AACF"}

13
node_modules/next/dist/build/templates/pages.d.ts generated vendored Normal file
View File

@@ -0,0 +1,13 @@
declare const _default: any;
export default _default;
export declare const getStaticProps: any;
export declare const getStaticPaths: any;
export declare const getServerSideProps: any;
export declare const config: any;
export declare const reportWebVitals: any;
export declare const unstable_getStaticProps: any;
export declare const unstable_getStaticPaths: any;
export declare const unstable_getStaticParams: any;
export declare const unstable_getServerProps: any;
export declare const unstable_getServerSideProps: any;
export declare const routeModule: import("../../server/future/route-modules/pages/module").PagesRouteModule;

143
node_modules/next/dist/build/templates/pages.js generated vendored Normal file
View File

@@ -0,0 +1,143 @@
// @ts-ignore this need to be imported from next/dist to be external
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
default: null,
getStaticProps: null,
getStaticPaths: null,
getServerSideProps: null,
config: null,
reportWebVitals: null,
unstable_getStaticProps: null,
unstable_getStaticPaths: null,
unstable_getStaticParams: null,
unstable_getServerProps: null,
unstable_getServerSideProps: null,
routeModule: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
// Re-export the component (should be the default export).
default: function() {
return _default;
},
getStaticProps: function() {
return getStaticProps;
},
getStaticPaths: function() {
return getStaticPaths;
},
getServerSideProps: function() {
return getServerSideProps;
},
config: function() {
return config;
},
reportWebVitals: function() {
return reportWebVitals;
},
unstable_getStaticProps: function() {
return unstable_getStaticProps;
},
unstable_getStaticPaths: function() {
return unstable_getStaticPaths;
},
unstable_getStaticParams: function() {
return unstable_getStaticParams;
},
unstable_getServerProps: function() {
return unstable_getServerProps;
},
unstable_getServerSideProps: function() {
return unstable_getServerSideProps;
},
routeModule: function() {
return routeModule;
}
});
const _modulecompiled = /*#__PURE__*/ _interop_require_wildcard(require("next/dist/server/future/route-modules/pages/module.compiled"));
const _routekind = require("../../server/future/route-kind");
const _helpers = require("./helpers");
const _VAR_MODULE_DOCUMENT = /*#__PURE__*/ _interop_require_default(require("VAR_MODULE_DOCUMENT"));
const _VAR_MODULE_APP = /*#__PURE__*/ _interop_require_default(require("VAR_MODULE_APP"));
const _VAR_USERLAND = /*#__PURE__*/ _interop_require_wildcard(require("VAR_USERLAND"));
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 = {};
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;
}
const PagesRouteModule = _modulecompiled.PagesRouteModule;
const _default = (0, _helpers.hoist)(_VAR_USERLAND, "default");
const getStaticProps = (0, _helpers.hoist)(_VAR_USERLAND, "getStaticProps");
const getStaticPaths = (0, _helpers.hoist)(_VAR_USERLAND, "getStaticPaths");
const getServerSideProps = (0, _helpers.hoist)(_VAR_USERLAND, "getServerSideProps");
const config = (0, _helpers.hoist)(_VAR_USERLAND, "config");
const reportWebVitals = (0, _helpers.hoist)(_VAR_USERLAND, "reportWebVitals");
const unstable_getStaticProps = (0, _helpers.hoist)(_VAR_USERLAND, "unstable_getStaticProps");
const unstable_getStaticPaths = (0, _helpers.hoist)(_VAR_USERLAND, "unstable_getStaticPaths");
const unstable_getStaticParams = (0, _helpers.hoist)(_VAR_USERLAND, "unstable_getStaticParams");
const unstable_getServerProps = (0, _helpers.hoist)(_VAR_USERLAND, "unstable_getServerProps");
const unstable_getServerSideProps = (0, _helpers.hoist)(_VAR_USERLAND, "unstable_getServerSideProps");
const routeModule = new PagesRouteModule({
definition: {
kind: _routekind.RouteKind.PAGES,
page: "VAR_DEFINITION_PAGE",
pathname: "VAR_DEFINITION_PATHNAME",
// The following aren't used in production.
bundlePath: "",
filename: ""
},
components: {
App: _VAR_MODULE_APP.default,
Document: _VAR_MODULE_DOCUMENT.default
},
userland: _VAR_USERLAND
});
//# sourceMappingURL=pages.js.map

1
node_modules/next/dist/build/templates/pages.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/build/templates/pages.ts"],"names":["getStaticProps","getStaticPaths","getServerSideProps","config","reportWebVitals","unstable_getStaticProps","unstable_getStaticPaths","unstable_getStaticParams","unstable_getServerProps","unstable_getServerSideProps","routeModule","PagesRouteModule","module","hoist","userland","definition","kind","RouteKind","PAGES","page","pathname","bundlePath","filename","components","App","Document"],"mappings":"AAAA,oEAAoE;;;;;;;;;;;;;;;;;;;;;;;;;;IAkBpE,0DAA0D;IAC1D,OAAyC;eAAzC;;IAGaA,cAAc;eAAdA;;IACAC,cAAc;eAAdA;;IACAC,kBAAkB;eAAlBA;;IACAC,MAAM;eAANA;;IACAC,eAAe;eAAfA;;IAGAC,uBAAuB;eAAvBA;;IAIAC,uBAAuB;eAAvBA;;IAIAC,wBAAwB;eAAxBA;;IAIAC,uBAAuB;eAAvBA;;IAIAC,2BAA2B;eAA3BA;;IAMAC,WAAW;eAAXA;;;wEAlDW;2BACE;yBACJ;4EAID;uEAEL;sEAIU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE1B,MAAMC,mBACJC,gBAAOD,gBAAgB;MAGzB,WAAeE,IAAAA,cAAK,EAACC,eAAU;AAGxB,MAAMd,iBAAiBa,IAAAA,cAAK,EAACC,eAAU;AACvC,MAAMb,iBAAiBY,IAAAA,cAAK,EAACC,eAAU;AACvC,MAAMZ,qBAAqBW,IAAAA,cAAK,EAACC,eAAU;AAC3C,MAAMX,SAASU,IAAAA,cAAK,EAACC,eAAU;AAC/B,MAAMV,kBAAkBS,IAAAA,cAAK,EAACC,eAAU;AAGxC,MAAMT,0BAA0BQ,IAAAA,cAAK,EAC1CC,eACA;AAEK,MAAMR,0BAA0BO,IAAAA,cAAK,EAC1CC,eACA;AAEK,MAAMP,2BAA2BM,IAAAA,cAAK,EAC3CC,eACA;AAEK,MAAMN,0BAA0BK,IAAAA,cAAK,EAC1CC,eACA;AAEK,MAAML,8BAA8BI,IAAAA,cAAK,EAC9CC,eACA;AAIK,MAAMJ,cAAc,IAAIC,iBAAiB;IAC9CI,YAAY;QACVC,MAAMC,oBAAS,CAACC,KAAK;QACrBC,MAAM;QACNC,UAAU;QACV,2CAA2C;QAC3CC,YAAY;QACZC,UAAU;IACZ;IACAC,YAAY;QACVC,KAAAA,uBAAG;QACHC,UAAAA,4BAAQ;IACV;IACAX,UAAAA;AACF"}