Basic type definitions the module graph needs in order to support incremental compilations.
Types
IncrementalCtx = object
- Source Edit
Consts
nimIncremental = false
- Source Edit
Templates
template init(incr: IncrementalCtx)
- Source Edit
template addModuleDep(incr: var IncrementalCtx; conf: ConfigRef; module, fileIdx: FileIndex; isIncludeFile: bool)
- Source Edit