Add incrementalExternalDepend as an Incremental NodeKind

This commit is contained in:
Robert Widmann
2020-09-24 23:32:08 -06:00
parent 044f85ad9c
commit e646ef2cbe
6 changed files with 17 additions and 3 deletions

View File

@@ -147,6 +147,7 @@ UnitTestSourceFileDepGraphFactory::singleNameIsContext(const NodeKind kind) {
return true;
case NodeKind::topLevel:
case NodeKind::dynamicLookup:
case NodeKind::incrementalExternalDepend:
case NodeKind::externalDepend:
case NodeKind::sourceFileProvide:
return false;