@drskillissue/ganko 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3048,6 +3048,7 @@ var GraphCache = class {
3048
3048
  if (this.log.enabled) this.log.debug(
3049
3049
  `setCachedCrossFileResults: ${allDiagnostics.length} diags across ${byFile.size} files solidGen=${this.solidGeneration} cssGen=${this.cssGeneration}`
3050
3050
  );
3051
+ this.crossFileDiagnostics.clear();
3051
3052
  for (const [file, diagnostics] of byFile) {
3052
3053
  this.crossFileDiagnostics.set(file, diagnostics);
3053
3054
  }