/opt/canhelp/node_modules/next/dist/build/output
NameSizeModeActions
format.d.ts2200644editdlrm
format.js21120644editdlrm
format.js.map31270644editdlrm
index.d.ts7020644editdlrm
index.js92200644editdlrm
index.js.map155050644editdlrm
log.d.ts7390644editdlrm
log.js34330644editdlrm
log.js.map47600644editdlrm
store.d.ts6300644editdlrm
store.js69290644editdlrm
store.js.map92560644editdlrm
Edit: /opt/canhelp/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 {};