new FileSystemInfo(): FileSystemInfoReturns:
<FileSystemInfo>Attributes
contextHashQueue:
<AsyncQueue>contextTimestampQueue:
<AsyncQueue>contextTshQueue:
<AsyncQueue>fileHashQueue:
<AsyncQueue>fileTimestampQueue:
<AsyncQueue>immutablePathsRegExps:
<RegExp>[]
immutablePathsWithSlash:
<string>[]
logger:
<WebpackLogger>managedItemDirectoryQueue:
<AsyncQueue>managedItemQueue:
<AsyncQueue>managedPathsRegExps:
<RegExp>[]
managedPathsWithSlash:
<string>[]
unmanagedPathsRegExps:
<RegExp>[]
unmanagedPathsWithSlash:
<string>[]
addContextTimestamps(map, immutable?): voidmap<ReadonlyMap><<string>,<ContextTimestamp>>immutable<boolean>- Returns:
<void>
Adds context timestamps.
addFileTimestamps(map, immutable?): voidmap<ReadonlyMap><<string>,<FileTimestamp>>immutable<boolean>- Returns:
<void>
Adds file timestamps.
checkResolveResultsValid(resolveResults, callback): voidAttributes
Checks resolve results valid.
checkSnapshotValid(snapshot, callback): voidAttributes
Checks snapshot valid.
clear(): voidReturns:
<void>createSnapshot(startTime, files, directories, missing, options, callback): voidAttributes
startTime:
<number>
|
<null>
|
<undefined>files:
<Iterable>directories:
<Iterable>missing:
<Iterable>options:
<SnapshotOptionsFileSystemInfo>
|
<null>
|
<undefined>callback:
<Function>Returns:
<void>Creates a snapshot.
getContextHash(path, callback): voidAttributes
Returns context hash.
getContextTimestamp(path, callback): voidAttributes
Gets context timestamp.
getContextTsh(path, callback): voidAttributes
Returns context tsh.
getDeprecatedContextTimestamps(): MapgetDeprecatedFileTimestamps(): MapgetFileHash(path, callback): voidAttributes
Returns file hash.
getFileTimestamp(path, callback): voidAttributes
Gets file timestamp.
logStatistics(): voidReturns:
<void>mergeSnapshots(snapshot1, snapshot2): SnapshotAttributes
Merges the provided values into a single result.
resolveBuildDependencies(context, deps, callback): voidAttributes
Resolves build dependencies.
Attributes
Attributes
Type:
<null>
|
<ContextFileSystemInfoEntry>
|
<"ignore">
|
<ExistenceOnlyTimeEntryFileSystemInfo>Attributes
Type:
<null>
|
<FileSystemInfoEntry>
|
<"ignore">
|
<ExistenceOnlyTimeEntryFileSystemInfo>Attributes
Attributes
Attributes