Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
9
node_modules/next/dist/build/webpack-build/index.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/build/webpack-build/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { COMPILER_INDEXES } from '../../shared/lib/constants';
|
||||
import type { BuildTraceContext } from '../webpack/plugins/next-trace-entrypoints-plugin';
|
||||
declare const ORDERED_COMPILER_NAMES: (keyof typeof COMPILER_INDEXES)[];
|
||||
declare function webpackBuildWithWorker(compilerNamesArg: typeof ORDERED_COMPILER_NAMES | null): Promise<{
|
||||
duration: number;
|
||||
buildTraceContext: BuildTraceContext;
|
||||
}>;
|
||||
export declare function webpackBuild(withWorker: boolean, compilerNames: typeof ORDERED_COMPILER_NAMES | null): ReturnType<typeof webpackBuildWithWorker>;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue