new Entrypoint(): Entrypoint<Entrypoint>asyncEntrypointsIterable{SortableSet} blocksIterable{Iterable} childrenIterable{SortableSet} chunks<Chunk[]>debugId<string>get a uniqueId for ChunkGroup, made up of its member Chunk debugId'sgetModuleIndex<object>getModuleIndex2<object>groupDebugId<number>id<string>get a unique id for ChunkGroup, made up of its member Chunk id'sindex<number>name<string>returns the name of current ChunkGroup sets a new name for current ChunkGroupoptions{ChunkGroupOptions}origins{OriginRecord[]}parentsIterable{SortableSet}
webpack.Entrypoint.addAsyncEntrypoint(entrypoint): boolean<Entrypoint><boolean>webpack.Entrypoint.addBlock(block): boolean<AsyncDependenciesBlock><boolean>webpack.Entrypoint.addChild(group): boolean<ChunkGroup><boolean>webpack.Entrypoint.addDependOn(entrypoint): void<Entrypoint>webpack.Entrypoint.addOptions(options): voidoptions{ChunkGroupOptions}- Returns: {void}
when a new chunk is added to a chunkGroup, addingOptions will occur.
webpack.Entrypoint.addOrigin(module, loc, request): voidwebpack.Entrypoint.addParent(parentChunk): boolean<ChunkGroup><boolean>webpack.Entrypoint.checkConstraints(): voidwebpack.Entrypoint.compareTo(chunkGraph, otherGroup): -1 | 0 | 1<ChunkGraph><ChunkGroup>Sorting predicate which allows current ChunkGroup to be compared against another. Sorting values are based off of number of chunks in ChunkGroup.
webpack.Entrypoint.dependOn(entrypoint): boolean<Entrypoint><boolean>webpack.Entrypoint.getBlocks(): AsyncDependenciesBlock[]<AsyncDependenciesBlock[]>webpack.Entrypoint.getChildren(): ChunkGroup[]<ChunkGroup[]>webpack.Entrypoint.getChildrenByOrders(moduleGraph, chunkGraph): Record<string, ChunkGroup[]><ModuleGraph><ChunkGraph>webpack.Entrypoint.getEntrypointChunk(): Chunk<Chunk>Returns the chunk which contains the entrypoint modules (or at least the execution of them)
webpack.Entrypoint.getFiles(): string[]<string[]>webpack.Entrypoint.getModulePostOrderIndex(module): number<Module><number>Gets the bottom-up index of a module in this ChunkGroup
webpack.Entrypoint.getModulePreOrderIndex(module): number<Module><number>Gets the top-down index of a module in this ChunkGroup
webpack.Entrypoint.getNumberOfBlocks(): number<number>webpack.Entrypoint.getNumberOfChildren(): number<number>webpack.Entrypoint.getNumberOfParents(): number<number>webpack.Entrypoint.getParents(): ChunkGroup[]<ChunkGroup[]>webpack.Entrypoint.getRuntimeChunk(): Chunk<Chunk>Fetches the chunk reference containing the webpack bootstrap code
webpack.Entrypoint.hasBlock(block): boolean<AsyncDependenciesBlock><boolean>webpack.Entrypoint.hasParent(parent): boolean<ChunkGroup><boolean>webpack.Entrypoint.insertChunk(chunk, before): boolean<boolean>inserts a chunk before another existing chunk in group
webpack.Entrypoint.isInitial(): boolean<boolean>webpack.Entrypoint.pushChunk(chunk): boolean<Chunk><boolean>add a chunk into ChunkGroup. Is pushed on or prepended
webpack.Entrypoint.remove(): voidwebpack.Entrypoint.removeChild(group): boolean<ChunkGroup><boolean>webpack.Entrypoint.removeChunk(chunk): boolean<Chunk><boolean>webpack.Entrypoint.removeParent(chunkGroup): boolean<ChunkGroup><boolean>webpack.Entrypoint.replaceChunk(oldChunk, newChunk): boolean<boolean>webpack.Entrypoint.setEntrypointChunk(chunk): void<Chunk>Sets the chunk with the entrypoint modules for an entrypoint.
webpack.Entrypoint.setModulePostOrderIndex(module, index): voidSets the bottom-up index of a module in this ChunkGroup
webpack.Entrypoint.setModulePreOrderIndex(module, index): voidSets the top-down index of a module in this ChunkGroup
webpack.Entrypoint.setRuntimeChunk(chunk): void<Chunk>Sets the runtimeChunk for an entrypoint.
webpack.Entrypoint.sortItems(): voidwebpack.Entrypoint.unshiftChunk(chunk): boolean<Chunk><boolean>Performs an unshift of a specific chunk