Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
19
node_modules/next/dist/build/output/index.d.ts
generated
vendored
Normal file
19
node_modules/next/dist/build/output/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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 {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue