/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/output
NameSizeModeActions
format.d.ts2200666editdlrm
format.js21120666editdlrm
format.js.map31270666editdlrm
index.d.ts7020666editdlrm
index.js92200666editdlrm
index.js.map155050666editdlrm
log.d.ts7390666editdlrm
log.js34330666editdlrm
log.js.map47600666editdlrm
store.d.ts6300666editdlrm
store.js69290666editdlrm
store.js.map92560666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/output/index.d.ts (702B)
import type { webpack } from 'next/dist/compiled/webpack/webpack'; type AmpStatus = { message: string; line: number; col: number; specUrl: string | null; code: string; }; export type AmpPageStatus = { [page: string]: { errors: AmpStatus[]; warnings: AmpStatus[]; }; }; export declare function formatAmpMessages(amp: AmpPageStatus): string; export declare function ampValidation(page: string, errors: AmpStatus[], warnings: AmpStatus[]): void; export declare function watchCompilers(client: webpack.Compiler, server: webpack.Compiler, edgeServer: webpack.Compiler): void; export declare function reportTrigger(trigger: string, url?: string): void; export {};