Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97632589
CompilerWithWatchFileSystem.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, Jan 5, 21:53
Size
291 B
Mime Type
text/x-java
Expires
Tue, Jan 7, 21:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23438523
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
CompilerWithWatchFileSystem.d.ts
View Options
import webpack from 'webpack';
import { WatchFileSystem } from './WatchFileSystem';
interface CompilerWithWatchFileSystem<TWatchFileSystem extends WatchFileSystem = WatchFileSystem> extends webpack.Compiler {
watchFileSystem?: TWatchFileSystem;
}
export { CompilerWithWatchFileSystem };
Event Timeline
Log In to Comment