@fimbul/wotan
Advanced tools
Comparing version 0.13.0-dev.20180804 to 0.13.0-dev.20180807
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.13.0-dev.20180804", | ||
"version": "0.13.0-dev.20180807", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -5,0 +5,0 @@ "bin": "bin/main.js", |
@@ -46,2 +46,3 @@ import * as ts from 'typescript'; | ||
}; | ||
onReleaseOldSourceFile(sourceFile: ts.SourceFile): void; | ||
} |
@@ -171,2 +171,6 @@ "use strict"; | ||
} | ||
onReleaseOldSourceFile(sourceFile) { | ||
this.sourceFileCache.delete(sourceFile.fileName); | ||
this.processedFiles.delete(sourceFile.fileName); | ||
} | ||
} | ||
@@ -173,0 +177,0 @@ tslib_1.__decorate([ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249087
3153