Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95365590
InclusiveNodeWatchFileSystem.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 15, 02:06
Size
905 B
Mime Type
text/x-java
Expires
Tue, Dec 17, 02:06 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22962498
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
InclusiveNodeWatchFileSystem.d.ts
View Options
import { ForkTsCheckerWebpackPluginState } from '../ForkTsCheckerWebpackPluginState';
import { FSWatcher } from 'chokidar';
import { Watcher, WatchFileSystem, WatchFileSystemOptions } from './WatchFileSystem';
import { Compiler } from 'webpack';
declare class InclusiveNodeWatchFileSystem implements WatchFileSystem {
private watchFileSystem;
private compiler;
private pluginState;
get watcher(): import("./WatchFileSystem").Watchpack;
readonly dirsWatchers: Map<string, FSWatcher | undefined>;
constructor(watchFileSystem: WatchFileSystem, compiler: Compiler, pluginState: ForkTsCheckerWebpackPluginState);
private paused;
watch(files: Iterable<string>, dirs: Iterable<string>, missing: Iterable<string>, startTime?: number, options?: Partial<WatchFileSystemOptions>, callback?: Function, callbackUndelayed?: Function): Watcher;
}
export { InclusiveNodeWatchFileSystem };
Event Timeline
Log In to Comment