/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/utils.d.ts (8746B)
import type { NextConfigComplete } from '../server/config-shared'; import type { ExperimentalPPRConfig } from '../server/lib/experimental/ppr'; import type { AppBuildManifest } from './webpack/plugins/app-build-manifest-plugin'; import type { ServerRuntime } from '../types'; import type { BuildManifest } from '../server/get-page-files'; import type { CustomRoutes } from '../lib/load-custom-routes'; import type { MiddlewareManifest } from './webpack/plugins/middleware-plugin'; import type { WebpackLayerName } from '../lib/constants'; import '../server/require-hook'; import '../server/node-polyfill-crypto'; import '../server/node-environment'; import type { PageExtensions } from './page-extensions-type'; import type { FallbackMode } from '../lib/fallback'; import type { OutgoingHttpHeaders } from 'http'; import type { AppSegmentConfig } from './segment-config/app/app-segment-config'; import type { AppSegment } from './segment-config/app/app-segments'; import type { PrerenderedRoute } from './static-paths/types'; import type { CacheControl } from '../server/lib/cache-control'; export type ROUTER_TYPE = 'pages' | 'app'; export declare function unique(main: ReadonlyArray, sub: ReadonlyArray): T[]; export declare function difference(main: ReadonlyArray | ReadonlySet, sub: ReadonlyArray | ReadonlySet): T[]; type ComputeFilesGroup = { files: ReadonlyArray; size: { total: number; }; }; type ComputeFilesManifest = { unique: ComputeFilesGroup; common: ComputeFilesGroup; }; type ComputeFilesManifestResult = { router: { pages: ComputeFilesManifest; app?: ComputeFilesManifest; }; sizes: Map; }; export declare function computeFromManifest(manifests: { build: BuildManifest; app?: AppBuildManifest; }, distPath: string, gzipSize?: boolean, pageInfos?: Map): Promise; export declare function isMiddlewareFilename(file?: string | null): file is "middleware" | "src/middleware"; export declare function isInstrumentationHookFilename(file?: string | null): file is "instrumentation" | "src/instrumentation"; export interface PageInfo { originalAppPath: string | undefined; isHybridAmp?: boolean; size: number; totalSize: number; isStatic: boolean; isSSG: boolean; /** * If true, it means that the route has partial prerendering enabled. */ isRoutePPREnabled: boolean; ssgPageRoutes: string[] | null; initialCacheControl: CacheControl | undefined; pageDuration: number | undefined; ssgPageDurations: number[] | undefined; runtime: ServerRuntime; hasEmptyStaticShell?: boolean; hasPostponed?: boolean; isDynamicAppRoute?: boolean; } export type PageInfos = Map; export interface RoutesUsingEdgeRuntime { [route: string]: 0; } export declare function collectRoutesUsingEdgeRuntime(input: PageInfos): RoutesUsingEdgeRuntime; export declare function printTreeView(lists: { pages: ReadonlyArray; app: ReadonlyArray | undefined; }, pageInfos: Map, { distPath, buildId, pagesDir, pageExtensions, buildManifest, appBuildManifest, middlewareManifest, useStaticPages404, gzipSize, }: { distPath: string; buildId: string; pagesDir?: string; pageExtensions: PageExtensions; buildManifest: BuildManifest; appBuildManifest?: AppBuildManifest; middlewareManifest: MiddlewareManifest; useStaticPages404: boolean; gzipSize?: boolean; }): Promise; export declare function printCustomRoutes({ redirects, rewrites, headers, }: CustomRoutes): void; export declare function getJsPageSizeInKb(routerType: ROUTER_TYPE, page: string, distPath: string, buildManifest: BuildManifest, appBuildManifest?: AppBuildManifest, gzipSize?: boolean, cachedStats?: ComputeFilesManifestResult): Promise<[number, number]>; type PageIsStaticResult = { isRoutePPREnabled?: boolean; isStatic?: boolean; isAmpOnly?: boolean; isHybridAmp?: boolean; hasServerProps?: boolean; hasStaticProps?: boolean; prerenderedRoutes: PrerenderedRoute[] | undefined; prerenderFallbackMode: FallbackMode | undefined; rootParamKeys: readonly string[] | undefined; isNextImageImported?: boolean; traceIncludes?: string[]; traceExcludes?: string[]; appConfig?: AppSegmentConfig; }; export declare function isPageStatic({ dir, page, distDir, configFileName, runtimeEnvConfig, httpAgentOptions, locales, defaultLocale, parentId, pageRuntime, edgeInfo, pageType, cacheComponents, authInterrupts, originalAppPath, isrFlushToDisk, maxMemoryCacheSize, nextConfigOutput, cacheHandler, cacheHandlers, cacheLifeProfiles, pprConfig, buildId, sriEnabled, }: { dir: string; page: string; distDir: string; cacheComponents: boolean; authInterrupts: boolean; configFileName: string; runtimeEnvConfig: any; httpAgentOptions: NextConfigComplete['httpAgentOptions']; locales?: readonly string[]; defaultLocale?: string; parentId?: any; edgeInfo?: any; pageType?: 'pages' | 'app'; pageRuntime?: ServerRuntime; originalAppPath?: string; isrFlushToDisk?: boolean; maxMemoryCacheSize?: number; cacheHandler?: string; cacheHandlers?: Record; cacheLifeProfiles?: { [profile: string]: import('../server/use-cache/cache-life').CacheLife; }; nextConfigOutput: 'standalone' | 'export' | undefined; pprConfig: ExperimentalPPRConfig | undefined; buildId: string; sriEnabled: boolean; }): Promise; type ReducedAppConfig = Pick; /** * Collect the app config from the generate param segments. This only gets a * subset of the config options. * * @param segments the generate param segments * @returns the reduced app config */ export declare function reduceAppConfig(segments: Pick[]): ReducedAppConfig; export declare function hasCustomGetInitialProps({ page, distDir, runtimeEnvConfig, checkingApp, sriEnabled, }: { page: string; distDir: string; runtimeEnvConfig: any; checkingApp: boolean; sriEnabled: boolean; }): Promise; export declare function getDefinedNamedExports({ page, distDir, runtimeEnvConfig, sriEnabled, }: { page: string; distDir: string; runtimeEnvConfig: any; sriEnabled: boolean; }): Promise>; export declare function detectConflictingPaths(combinedPages: string[], ssgPages: Set, additionalGeneratedSSGPaths: Map): void; export declare function copyTracedFiles(dir: string, distDir: string, pageKeys: readonly string[], appPageKeys: readonly string[] | undefined, tracingRoot: string, serverConfig: NextConfigComplete, middlewareManifest: MiddlewareManifest, hasNodeMiddleware: boolean, hasInstrumentationHook: boolean, staticPages: Set): Promise; export declare function isReservedPage(page: string): boolean; export declare function isAppBuiltinNotFoundPage(page: string): boolean; export declare function isCustomErrorPage(page: string): page is "/500" | "/404"; export declare function isMiddlewareFile(file: string): file is "/middleware" | "/src/middleware"; export declare function isInstrumentationHookFile(file: string): file is "/instrumentation" | "/src/instrumentation"; export declare function getPossibleInstrumentationHookFilenames(folder: string, extensions: string[]): string[]; export declare function getPossibleMiddlewareFilenames(folder: string, extensions: string[]): string[]; export declare class NestedMiddlewareError extends Error { constructor(nestedFileNames: string[], mainDir: string, pagesOrAppDir: string); } export declare function getSupportedBrowsers(dir: string, isDevelopment: boolean): string[]; export declare function shouldUseReactServerCondition(layer: WebpackLayerName | null | undefined): boolean; export declare function isWebpackClientOnlyLayer(layer: WebpackLayerName | null | undefined): boolean; export declare function isWebpackDefaultLayer(layer: WebpackLayerName | null | undefined): boolean; export declare function isWebpackBundledLayer(layer: WebpackLayerName | null | undefined): boolean; export declare function isWebpackAppPagesLayer(layer: WebpackLayerName | null | undefined): boolean; export declare function collectMeta({ status, headers, }: { status?: number; headers?: OutgoingHttpHeaders; }): { status?: number; headers?: Record; }; export declare const RSPACK_DEFAULT_LAYERS_REGEX: RegExp; export {};