We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80537c5 commit fe7812eCopy full SHA for fe7812e
packages/knip/src/util/file-entry-cache.ts
@@ -1,3 +1,8 @@
1
+/**
2
+ * Credits for this idea go to file-entry-cache, this is a modified and simplified version.
3
+ * - https://github.com/jaredwray/cacheable/blob/main/packages/file-entry-cache/README.md
4
+ * - https://github.com/jaredwray/cacheable/blob/main/packages/file-entry-cache/LICENSE
5
+ */
6
import fs from 'node:fs';
7
import { timerify } from './Performance.js';
8
import { debugLog } from './debug.js';
0 commit comments