Skip to content

Commit fe7812e

Browse files
committedNov 11, 2024
Credit file-entry-cache
1 parent 80537c5 commit fe7812e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎packages/knip/src/util/file-entry-cache.ts

+5
Original file line numberDiff line numberDiff line change
@@ -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+
*/
16
import fs from 'node:fs';
27
import { timerify } from './Performance.js';
38
import { debugLog } from './debug.js';

0 commit comments

Comments
 (0)