⬅️ Back to Table of Contents
📄 getProjectConfigFiles.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
4 |
📊 Variables & Constants |
7 |
📚 Table of Contents
🛠️ File Location:
📂 packages/typescript-estree/tests/lib/getProjectConfigFiles.test.ts
📦 Imports
Name |
Source |
existsSync |
node:fs |
path |
node:path |
ExpiringCache |
../../src/parseSettings/ExpiringCache |
getProjectConfigFiles |
../../src/parseSettings/getProjectConfigFiles |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
actual |
any |
let/var |
await importOriginal() |
✗ |
parseSettings |
{ filePath: string; tsconfigMatchCache: ExpiringCache<string, string>; tsconfigRootDir: string; } |
const |
`{ |
|
filePath: './repos/repo/packages/package/file.ts', |
|
|
|
|
tsconfigMatchCache: new ExpiringCache(1), |
|
|
|
|
tsconfigRootDir: './repos/repo', |
|
|
|
|
}` |
✗ |
|
|
|
project |
"./tsconfig.eslint.json" |
const |
'./tsconfig.eslint.json' |
✗ |
project |
string[] |
const |
['./tsconfig.eslint.json'] |
✗ |
testCases |
readonly [readonly [any], readonly [any], readonly [false]] |
const |
[[undefined], [null], [false]] as const |
✗ |
tsconfigMatchCache |
ExpiringCache<string, string> |
const |
new ExpiringCache<string, string>(1) |
✗ |
tsconfigMatchCache |
ExpiringCache<string, string> |
const |
new ExpiringCache<string, string>(1) |
✗ |