BLUE
PHP 7.4.33
Path:
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/diagnostics
Run
Logout
Edit File
Size: 1.40 KB
Close
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/diagnostics/build-diagnostics.d.ts
Text
Base64
import type { ExportAppResult } from '../export/types'; interface BuildDiagnostics { buildStage?: string; buildOptions?: Record<string, string>; } /** * Saves the exact version of Next.js that was used to build the app to a diagnostics file. */ export declare function recordFrameworkVersion(version: string): Promise<void>; /** * Saves build diagnostics information to a file. This method can be called * multiple times during a build to save additional information that can help * debug a build such as what stage the build was in when a failure happened. * Each time this method is called, the new information will be merged with any * existing build diagnostics that previously existed. */ export declare function updateBuildDiagnostics(diagnostics: BuildDiagnostics): Promise<void>; /** * Writes fetch metrics collected during static generation to a file. */ export declare function recordFetchMetrics(exportResult: ExportAppResult): Promise<void>; interface IncrementalBuildDiagnostics { changedAppPaths?: string[]; unchangedAppPaths?: string[]; changedPagePaths?: string[]; unchangedPagePaths?: string[]; changedDependencies?: Record<string, string>; shuttleGitSha?: string; currentGitSha?: string; } /** * Writes incremental build metrics to a file. */ export declare function updateIncrementalBuildMetrics(diagnostics: IncrementalBuildDiagnostics): Promise<void>; export {};
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
build-diagnostics.d.ts
1.40 KB
lrw-r--r--
2025-03-28 11:04:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-diagnostics.js
3.38 KB
lrw-r--r--
2025-03-28 11:04:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-diagnostics.js.map
6.32 KB
lrw-r--r--
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-diagnostics.test.js
2.66 KB
lrw-r--r--
2025-03-28 11:04:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-diagnostics.test.js.map
3.79 KB
lrw-r--r--
2025-03-28 11:04:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).