createNoopWatcher() — vite Function Reference
Architecture documentation for the createNoopWatcher() function in watch.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD 59311515_6b80_648b_f516_82a764747a73["createNoopWatcher()"] b4c4dcfb_d52b_008a_a6fc_ed4f2bf1f714["watch.ts"] 59311515_6b80_648b_f516_82a764747a73 -->|defined in| b4c4dcfb_d52b_008a_a6fc_ed4f2bf1f714 24ecf2a1_3c09_d451_76f3_9485b4e993f8["_createServer()"] 24ecf2a1_3c09_d451_76f3_9485b4e993f8 -->|calls| 59311515_6b80_648b_f516_82a764747a73 style 59311515_6b80_648b_f516_82a764747a73 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/watch.ts lines 121–123
export function createNoopWatcher(options: WatchOptions): FSWatcher {
return new NoopWatcher(options)
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does createNoopWatcher() do?
createNoopWatcher() is a function in the vite codebase, defined in packages/vite/src/node/watch.ts.
Where is createNoopWatcher() defined?
createNoopWatcher() is defined in packages/vite/src/node/watch.ts at line 121.
What calls createNoopWatcher()?
createNoopWatcher() is called by 1 function(s): _createServer.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free