/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build
NameSizeModeActions
adapter/-0777rm
analysis/-0777rm
babel/-0777rm
jest/-0777rm
manifests/-0777rm
next-config-ts/-0777rm
output/-0777rm
polyfills/-0777rm
segment-config/-0777rm
static-paths/-0777rm
swc/-0777rm
templates/-0777rm
turbopack-build/-0777rm
turborepo-access-trace/-0777rm
webpack/-0777rm
webpack-build/-0777rm
webpack-config-rules/-0777rm
after-production-compile.d.ts4310666editdlrm
after-production-compile.js33390666editdlrm
after-production-compile.js.map31290666editdlrm
build-context.d.ts20570666editdlrm
build-context.js16030666editdlrm
build-context.js.map40420666editdlrm
collect-build-traces.d.ts7570666editdlrm
collect-build-traces.js242760666editdlrm
collect-build-traces.js.map355400666editdlrm
compiler.d.ts5430666editdlrm
compiler.js32620666editdlrm
compiler.js.map48020666editdlrm
create-compiler-aliases.d.ts13070666editdlrm
create-compiler-aliases.js270860666editdlrm
create-compiler-aliases.js.map399590666editdlrm
define-env.d.ts12590666editdlrm
define-env.js147490666editdlrm
define-env.js.map231420666editdlrm
deployment-id.d.ts690666editdlrm
deployment-id.js4660666editdlrm
deployment-id.js.map5230666editdlrm
duration-to-string.d.ts760666editdlrm
duration-to-string.js7580666editdlrm
duration-to-string.js.map11010666editdlrm
entries.d.ts82020666editdlrm
entries.js378860666editdlrm
entries.js.map620370666editdlrm
generate-build-id.d.ts1380666editdlrm
generate-build-id.js10060666editdlrm
generate-build-id.js.map12150666editdlrm
get-babel-config-file.d.ts770666editdlrm
get-babel-config-file.js8560666editdlrm
get-babel-config-file.js.map10980666editdlrm
get-babel-loader-config.d.ts17130666editdlrm
get-babel-loader-config.js35570666editdlrm
get-babel-loader-config.js.map48960666editdlrm
handle-entrypoints.d.ts4700666editdlrm
handle-entrypoints.js65600666editdlrm
handle-entrypoints.js.map71740666editdlrm
handle-externals.d.ts14150666editdlrm
handle-externals.js144260666editdlrm
handle-externals.js.map216040666editdlrm
index.d.ts93240666editdlrm
index.js1538270666editdlrm
index.js.map2263100666editdlrm
is-writeable.d.ts740666editdlrm
is-writeable.js6530666editdlrm
is-writeable.js.map6560666editdlrm
load-entrypoint.d.ts10090666editdlrm
load-entrypoint.js15200666editdlrm
load-entrypoint.js.map31070666editdlrm
load-jsconfig.d.ts5140666editdlrm
load-jsconfig.js56930666editdlrm
load-jsconfig.js.map65350666editdlrm
next-dir-paths.d.ts1610666editdlrm
next-dir-paths.js11200666editdlrm
next-dir-paths.js.map7350666editdlrm
normalize-catchall-routes.d.ts6090666editdlrm
normalize-catchall-routes.js40820666editdlrm
normalize-catchall-routes.js.map66120666editdlrm
page-extensions-type.d.ts390666editdlrm
page-extensions-type.js1300666editdlrm
page-extensions-type.js.map670666editdlrm
preview-key-utils.d.ts2060666editdlrm
preview-key-utils.js37110666editdlrm
preview-key-utils.js.map59200666editdlrm
progress.d.ts1200666editdlrm
progress.js47460666editdlrm
progress.js.map46250666editdlrm
rendering-mode.d.ts5060666editdlrm
rendering-mode.js8260666editdlrm
rendering-mode.js.map7210666editdlrm
spinner.d.ts2180666editdlrm
spinner.js46630666editdlrm
spinner.js.map49780666editdlrm
type-check.d.ts5700666editdlrm
type-check.js72260666editdlrm
type-check.js.map92270666editdlrm
utils.d.ts87460666editdlrm
utils.js604000666editdlrm
utils.js.map959230666editdlrm
webpack-config.d.ts47890666editdlrm
webpack-config.js1137040666editdlrm
webpack-config.js.map1582530666editdlrm
worker.d.ts1720666editdlrm
worker.js8900666editdlrm
worker.js.map5230666editdlrm
write-build-id.d.ts870666editdlrm
write-build-id.js5590666editdlrm
write-build-id.js.map7180666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/index.d.ts (9324B)
import type { NextConfigComplete } from '../server/config-shared'; import type { Revalidate } from '../server/lib/cache-control'; import '../lib/setup-exception-listeners'; import { Worker } from '../lib/worker'; import { RSC_PREFETCH_SUFFIX, RSC_SUFFIX, RSC_SEGMENTS_DIR_SUFFIX, RSC_SEGMENT_SUFFIX } from '../lib/constants'; import type { Header, Redirect, Rewrite, RouteHas } from '../lib/load-custom-routes'; import type { __ApiPreviewProps } from '../server/api-utils'; import { NEXT_ROUTER_PREFETCH_HEADER, RSC_HEADER, RSC_CONTENT_TYPE_HEADER, NEXT_DID_POSTPONE_HEADER, NEXT_ROUTER_SEGMENT_PREFETCH_HEADER, NEXT_REWRITTEN_PATH_HEADER, NEXT_REWRITTEN_QUERY_HEADER } from '../client/components/app-router-headers'; import { RenderingMode } from './rendering-mode'; import { type PrefetchSegmentDataRoute } from '../server/lib/router-utils/build-prefetch-segment-data-route'; type Fallback = null | boolean | string; export interface PrerenderManifestRoute { dataRoute: string | null; experimentalBypassFor?: RouteHas[]; /** * The headers that should be served along side this prerendered route. */ initialHeaders?: Record; /** * The status code that should be served along side this prerendered route. */ initialStatus?: number; /** * The revalidate value for this route. This might be inferred from: * - route segment configs * - fetch calls * - unstable_cache * - "use cache" */ initialRevalidateSeconds: Revalidate; /** * The expire value for this route, which is inferred from the "use cache" * functions that are used by the route, or the expireTime config. */ initialExpireSeconds: number | undefined; /** * The prefetch data route associated with this page. If not defined, this * page does not support prefetching. */ prefetchDataRoute: string | null | undefined; /** * The dynamic route that this statically prerendered route is based on. If * this is null, then the route was not based on a dynamic route. */ srcRoute: string | null; /** * @deprecated use `renderingMode` instead */ experimentalPPR: boolean | undefined; /** * The rendering mode for this route. Only `undefined` when not an app router * route. */ renderingMode: RenderingMode | undefined; /** * The headers that are allowed to be used when revalidating this route. These * are used internally by Next.js to revalidate routes. */ allowHeader: string[]; } export interface DynamicPrerenderManifestRoute { dataRoute: string | null; dataRouteRegex: string | null; experimentalBypassFor?: RouteHas[]; fallback: Fallback; /** * When defined, it describes the revalidation configuration for the fallback * route. */ fallbackRevalidate: Revalidate | undefined; /** * When defined, it describes the expire configuration for the fallback route. */ fallbackExpire: number | undefined; /** * The headers that should used when serving the fallback. */ fallbackHeaders?: Record; /** * The status code that should be used when serving the fallback. */ fallbackStatus?: number; /** * The root params that are unknown for this fallback route. */ fallbackRootParams: readonly string[] | undefined; /** * The source route that this fallback route is based on. This is a reference * so that we can associate this dynamic route with the correct source. */ fallbackSourceRoute: string | undefined; prefetchDataRoute: string | null | undefined; prefetchDataRouteRegex: string | null | undefined; routeRegex: string; /** * @deprecated use `renderingMode` instead */ experimentalPPR: boolean | undefined; /** * The rendering mode for this route. Only `undefined` when not an app router * route. */ renderingMode: RenderingMode | undefined; /** * The headers that are allowed to be used when revalidating this route. These * are used internally by Next.js to revalidate routes. */ allowHeader: string[]; } export type PrerenderManifest = { version: 4; routes: { [route: string]: PrerenderManifestRoute; }; dynamicRoutes: { [route: string]: DynamicPrerenderManifestRoute; }; notFoundRoutes: string[]; preview: __ApiPreviewProps; }; type ManifestBuiltRoute = { /** * The route pattern used to match requests for this route. */ regex: string; }; export type ManifestRewriteRoute = ManifestBuiltRoute & Rewrite; export type ManifestRedirectRoute = ManifestBuiltRoute & Redirect; export type ManifestHeaderRoute = ManifestBuiltRoute & Header; export type ManifestRoute = ManifestBuiltRoute & { page: string; namedRegex?: string; routeKeys?: { [key: string]: string; }; /** * If true, this indicates that the route has fallback root params. This is * used to simplify the route regex for matching. */ hasFallbackRootParams?: boolean; /** * The prefetch segment data routes for this route. This is used to rewrite * the prefetch segment data routes (or the inverse) to the correct * destination. */ prefetchSegmentDataRoutes?: PrefetchSegmentDataRoute[]; /** * If true, this indicates that the route should not be considered for routing * for the internal router, and instead has been added to support external * routers. */ skipInternalRouting?: boolean; }; type DynamicManifestRoute = ManifestRoute & { /** * The source page that this route is based on. This is used to determine the * source page for the route and is only relevant for app pages where PPR is * enabled and the page differs from the source page. */ sourcePage: string | undefined; }; type ManifestDataRoute = { page: string; routeKeys?: { [key: string]: string; }; dataRouteRegex: string; namedDataRouteRegex?: string; }; export type RoutesManifest = { version: number; pages404: boolean; basePath: string; redirects: Array; rewrites: { beforeFiles: Array; afterFiles: Array; fallback: Array; }; headers: Array; staticRoutes: Array; dynamicRoutes: ReadonlyArray; dataRoutes: Array; i18n?: { domains?: ReadonlyArray<{ http?: true; domain: string; locales?: readonly string[]; defaultLocale: string; }>; locales: readonly string[]; defaultLocale: string; localeDetection?: false; }; rsc: { header: typeof RSC_HEADER; didPostponeHeader: typeof NEXT_DID_POSTPONE_HEADER; contentTypeHeader: typeof RSC_CONTENT_TYPE_HEADER; varyHeader: string; prefetchHeader: typeof NEXT_ROUTER_PREFETCH_HEADER; suffix: typeof RSC_SUFFIX; prefetchSuffix: typeof RSC_PREFETCH_SUFFIX; prefetchSegmentHeader: typeof NEXT_ROUTER_SEGMENT_PREFETCH_HEADER; prefetchSegmentDirSuffix: typeof RSC_SEGMENTS_DIR_SUFFIX; prefetchSegmentSuffix: typeof RSC_SEGMENT_SUFFIX; }; rewriteHeaders: { pathHeader: typeof NEXT_REWRITTEN_PATH_HEADER; queryHeader: typeof NEXT_REWRITTEN_QUERY_HEADER; }; skipMiddlewareUrlNormalize?: boolean; caseSensitive?: boolean; /** * Configuration related to Partial Prerendering. */ ppr?: { /** * The chained response for the PPR resume. */ chain: { /** * The headers that will indicate to Next.js that the request is for a PPR * resume. */ headers: Record; }; }; }; export interface FunctionsConfigManifest { version: number; functions: Record; }>; } export interface RequiredServerFilesManifest { version: number; config: NextConfigComplete; appDir: string; relativeAppDir: string; files: string[]; ignore: string[]; } export type StaticWorker = typeof import('./worker') & Worker; export declare function createStaticWorker(config: NextConfigComplete, options: { debuggerPortOffset: number; progress?: { run: () => void; clear: () => void; }; }): StaticWorker; export default function build(dir: string, reactProductionProfiling: boolean | undefined, debugOutput: boolean | undefined, debugPrerender: boolean | undefined, runLint: boolean | undefined, noMangling: boolean | undefined, appDirOnly: boolean | undefined, isTurbopack: boolean | undefined, experimentalBuildMode: 'default' | 'compile' | 'generate' | 'generate-env', traceUploadUrl: string | undefined): Promise; export {};