Class: HotUpdateChunk
Defined in: webpack/types.d.ts:6733Extends
Constructors
Constructor
new HotUpdateChunk(): HotUpdateChunk
Defined in: webpack/types.d.ts:6734
Returns
HotUpdateChunk
Overrides
Chunk.constructor
Properties
auxiliaryFiles
auxiliaryFiles:Defined in: webpack/types.d.ts:1306Set<string>
Inherited from
Chunk.auxiliaryFiles
chunkReason?
Defined in: webpack/types.d.ts:1311optionalchunkReason:string
Inherited from
Chunk.chunkReason
contentHash
contentHash:Defined in: webpack/types.d.ts:1309Record<string,string>
Inherited from
Chunk.contentHash
cssFilenameTemplate?
Defined in: webpack/types.d.ts:1301optionalcssFilenameTemplate:string| (pathData,assetInfo?) =>string
Inherited from
Chunk.cssFilenameTemplate
debugId
debugId: number
Defined in: webpack/types.d.ts:1294
Inherited from
Chunk.debugId
extraAsync
extraAsync: boolean
Defined in: webpack/types.d.ts:1312
Inherited from
Chunk.extraAsync
filenameTemplate?
Defined in: webpack/types.d.ts:1298optionalfilenameTemplate:string| (pathData,assetInfo?) =>string
Inherited from
Chunk.filenameTemplate
files
files:Defined in: webpack/types.d.ts:1305Set<string>
Inherited from
Chunk.files
hash?
Defined in: webpack/types.d.ts:1308optionalhash:string
Inherited from
Chunk.hash
id
id:Defined in: webpack/types.d.ts:1292string|number
Inherited from
Chunk.id
idNameHints
idNameHints:Defined in: webpack/types.d.ts:1296SortableSet<string>
Inherited from
Chunk.idNameHints
ids
ids: ChunkId[]
Defined in: webpack/types.d.ts:1293
Inherited from
Chunk.ids
name?
Defined in: webpack/types.d.ts:1295optionalname:string
Inherited from
Chunk.name
preventIntegration
preventIntegration: boolean
Defined in: webpack/types.d.ts:1297
Inherited from
Chunk.preventIntegration
rendered
rendered: boolean
Defined in: webpack/types.d.ts:1307
Inherited from
Chunk.rendered
renderedHash?
Defined in: webpack/types.d.ts:1310optionalrenderedHash:string
Inherited from
Chunk.renderedHash
runtime
runtime: RuntimeSpec
Defined in: webpack/types.d.ts:1304
Inherited from
Chunk.runtime
Accessors
entryModule
Get Signature
get entryModule(): Module
Defined in: webpack/types.d.ts:1317
Deprecated
Returns
Module
Inherited from
Chunk.entryModule
groupsIterable
Get Signature
get groupsIterable():Defined in: webpack/types.d.ts:1352SortableSet<ChunkGroup>
Returns
SortableSet<ChunkGroup>
Inherited from
Chunk.groupsIterable
modulesIterable
Get Signature
get modulesIterable():Defined in: webpack/types.d.ts:1322Iterable<Module>
Returns
Iterable<Module>
Inherited from
Chunk.modulesIterable
Methods
addGroup()
addGroup(Defined in: webpack/types.d.ts:1348chunkGroup):void
Parameters
chunkGroup
ChunkGroup
Returns
void
Inherited from
Chunk.addGroup
addModule()
addModule(Defined in: webpack/types.d.ts:1319module):boolean
Parameters
module
Module
Returns
boolean
Inherited from
Chunk.addModule
canBeInitial()
canBeInitial(): boolean
Defined in: webpack/types.d.ts:1345
Returns
boolean
Inherited from
Chunk.canBeInitial
canBeIntegrated()
canBeIntegrated(Defined in: webpack/types.d.ts:1329otherChunk):boolean
Parameters
otherChunk
Chunk
Returns
boolean
Inherited from
Chunk.canBeIntegrated
compareTo()
compareTo(Defined in: webpack/types.d.ts:1323otherChunk):-1|0|1
Parameters
otherChunk
Chunk
Returns
-1 | 0 | 1
Inherited from
Chunk.compareTo
containsModule()
containsModule(Defined in: webpack/types.d.ts:1324module):boolean
Parameters
module
Module
Returns
boolean
Inherited from
Chunk.containsModule
disconnectFromGroups()
disconnectFromGroups(): void
Defined in: webpack/types.d.ts:1353
Returns
void
Inherited from
Chunk.disconnectFromGroups
getAllAsyncChunks()
getAllAsyncChunks():Defined in: webpack/types.d.ts:1356Set<Chunk>
Returns
Set<Chunk>
Inherited from
Chunk.getAllAsyncChunks
getAllInitialChunks()
getAllInitialChunks():Defined in: webpack/types.d.ts:1357Set<Chunk>
Returns
Set<Chunk>
Inherited from
Chunk.getAllInitialChunks
getAllReferencedAsyncEntrypoints()
getAllReferencedAsyncEntrypoints():Defined in: webpack/types.d.ts:1359Set<Entrypoint>
Returns
Set<Entrypoint>
Inherited from
Chunk.getAllReferencedAsyncEntrypoints
getAllReferencedChunks()
getAllReferencedChunks():Defined in: webpack/types.d.ts:1358Set<Chunk>
Returns
Set<Chunk>
Inherited from
Chunk.getAllReferencedChunks
getChildIdsByOrders()
getChildIdsByOrders(Defined in: webpack/types.d.ts:1361chunkGraph,filterFn?):Record<string,ChunkId[]>
Parameters
chunkGraph
ChunkGraph
filterFn?
(c, chunkGraph) => boolean
Returns
Record<string, ChunkId[]>
Inherited from
Chunk.getChildIdsByOrders
getChildIdsByOrdersMap()
getChildIdsByOrdersMap(Defined in: webpack/types.d.ts:1369chunkGraph,includeDirectChildren?,filterFn?):ChunkChildIdsByOrdersMapByData
Parameters
chunkGraph
ChunkGraph
includeDirectChildren?
boolean
filterFn?
(c, chunkGraph) => boolean
Returns
ChunkChildIdsByOrdersMapByData
Inherited from
Chunk.getChildIdsByOrdersMap
getChildrenOfTypeInOrder()
getChildrenOfTypeInOrder(Defined in: webpack/types.d.ts:1365chunkGraph,type):ChunkChildOfTypeInOrder[]
Parameters
chunkGraph
ChunkGraph
type
string
Returns
ChunkChildOfTypeInOrder[]
Inherited from
Chunk.getChildrenOfTypeInOrder
getChunkMaps()
getChunkMaps(Defined in: webpack/types.d.ts:1343realHash):ChunkMaps
Parameters
realHash
boolean
Returns
ChunkMaps
Deprecated
Inherited from
Chunk.getChunkMaps
getChunkModuleMaps()
getChunkModuleMaps(Defined in: webpack/types.d.ts:1334filterFn):ChunkModuleMaps
Parameters
filterFn
(m) => boolean
Returns
ChunkModuleMaps
Inherited from
Chunk.getChunkModuleMaps
getEntryOptions()
getEntryOptions(): EntryOptions
Defined in: webpack/types.d.ts:1347
Returns
EntryOptions
Inherited from
Chunk.getEntryOptions
getModules()
getModules(): Module[]
Defined in: webpack/types.d.ts:1325
Returns
Module[]
Inherited from
Chunk.getModules
getNumberOfGroups()
getNumberOfGroups(): number
Defined in: webpack/types.d.ts:1351
Returns
number
Inherited from
Chunk.getNumberOfGroups
getNumberOfModules()
getNumberOfModules(): number
Defined in: webpack/types.d.ts:1321
Returns
number
Inherited from
Chunk.getNumberOfModules
hasAsyncChunks()
hasAsyncChunks(): boolean
Defined in: webpack/types.d.ts:1360
Returns
boolean
Inherited from
Chunk.hasAsyncChunks
hasChildByOrder()
hasChildByOrder(Defined in: webpack/types.d.ts:1374chunkGraph,type,includeDirectChildren?,filterFn?):boolean
Parameters
chunkGraph
ChunkGraph
type
string
includeDirectChildren?
boolean
filterFn?
(c, chunkGraph) => boolean
Returns
boolean
Inherited from
Chunk.hasChildByOrder
hasEntryModule()
hasEntryModule(): boolean
Defined in: webpack/types.d.ts:1318
Returns
boolean
Inherited from
Chunk.hasEntryModule
hasModuleInGraph()
hasModuleInGraph(Defined in: webpack/types.d.ts:1335filterFn,filterChunkFn?):boolean
Parameters
filterFn
(m) => boolean
filterChunkFn?
(c, chunkGraph) => boolean
Returns
boolean
Inherited from
Chunk.hasModuleInGraph
hasRuntime()
hasRuntime(): boolean
Defined in: webpack/types.d.ts:1344
Returns
boolean
Inherited from
Chunk.hasRuntime
integrate()
integrate(Defined in: webpack/types.d.ts:1328otherChunk):boolean
Parameters
otherChunk
Chunk
Returns
boolean
Inherited from
Chunk.integrate
integratedSize()
integratedSize(Defined in: webpack/types.d.ts:1333otherChunk,options):number
Parameters
otherChunk
Chunk
options
ChunkSizeOptions
Returns
number
Inherited from
Chunk.integratedSize
isEmpty()
isEmpty(): boolean
Defined in: webpack/types.d.ts:1330
Returns
boolean
Inherited from
Chunk.isEmpty
isInGroup()
isInGroup(Defined in: webpack/types.d.ts:1350chunkGroup):boolean
Parameters
chunkGroup
ChunkGroup
Returns
boolean
Inherited from
Chunk.isInGroup
isOnlyInitial()
isOnlyInitial(): boolean
Defined in: webpack/types.d.ts:1346
Returns
boolean
Inherited from
Chunk.isOnlyInitial
modulesSize()
modulesSize(): number
Defined in: webpack/types.d.ts:1331
Returns
number
Inherited from
Chunk.modulesSize
moveModule()
moveModule(Defined in: webpack/types.d.ts:1327module,otherChunk):void
Parameters
module
Module
otherChunk
Chunk
Returns
void
Inherited from
Chunk.moveModule
remove()
remove(): void
Defined in: webpack/types.d.ts:1326
Returns
void
Inherited from
Chunk.remove
removeGroup()
removeGroup(Defined in: webpack/types.d.ts:1349chunkGroup):void
Parameters
chunkGroup
ChunkGroup
Returns
void
Inherited from
Chunk.removeGroup
removeModule()
removeModule(Defined in: webpack/types.d.ts:1320module):void
Parameters
module
Module
Returns
void
Inherited from
Chunk.removeModule
size()
size(Defined in: webpack/types.d.ts:1332options?):number
Parameters
options?
ChunkSizeOptions
Returns
number
Inherited from
Chunk.size
split()
split(Defined in: webpack/types.d.ts:1354newChunk):void
Parameters
newChunk
Chunk
Returns
void
Inherited from
Chunk.split
updateHash()
updateHash(Defined in: webpack/types.d.ts:1355hash,chunkGraph):void
Parameters
hash
Hash
chunkGraph
ChunkGraph
Returns
void
Inherited from
Chunk.updateHash