()
| 1617 | } |
| 1618 | |
| 1619 | clear() { |
| 1620 | this.fileSystemInfo.clear(); |
| 1621 | this.buildDependencies.clear(); |
| 1622 | this.newBuildDependencies.clear(); |
| 1623 | this.resolveBuildDependenciesSnapshot = undefined; |
| 1624 | this.resolveResults = undefined; |
| 1625 | this.buildSnapshot = undefined; |
| 1626 | this.packPromise = undefined; |
| 1627 | } |
| 1628 | } |
| 1629 | |
| 1630 | module.exports = PackFileCacheStrategy; |
no outgoing calls
no test coverage detected