generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { Compilation, Chunk, ChunkGroup, Module, ModuleGraph } from 'webpack';
|
||||
import type { ModuleGraphConnection } from 'webpack';
|
||||
export declare function traverseModules(compilation: Compilation, callback: (mod: any, chunk: Chunk, chunkGroup: (typeof compilation.chunkGroups)[0], modId: string | null) => any, filterChunkGroup?: (chunkGroup: ChunkGroup) => boolean): void;
|
||||
export declare function forEachEntryModule(compilation: any, callback: ({ name, entryModule }: {
|
||||
name: string;
|
||||
entryModule: any;
|
||||
}) => void): void;
|
||||
export declare function formatBarrelOptimizedResource(resource: string, matchResource: string): string;
|
||||
export declare function getModuleReferencesInOrder(module: Module, moduleGraph: ModuleGraph): ModuleGraphConnection[];
|
||||
Reference in New Issue
Block a user