Expand description
Incremental recompilation support.
Uses content hashing to detect which files have changed since the last compilation, then re-parses only those files and surgically updates the graph.
Structsยง
- Change
Set - Set of files that have changed since the last compilation.
- Incremental
Compiler - Incremental compiler that tracks file content hashes to detect changes.
- Incremental
Result - Result of an incremental recompilation.