⬅️ Back to Table of Contents
📄 getParsedConfigFile.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
2 |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/tsconfig-utils/tests/lib/getParsedConfigFile.test.ts
📦 Imports
Name |
Source |
path |
node:path |
getParsedConfigFile |
../../src/getParsedConfigFile |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
mockTsserver |
typeof ts |
const |
`{ |
|
formatDiagnostics: ts.formatDiagnostics, |
|
|
|
|
getParsedCommandLineOfConfigFile: mockGetParsedCommandLineOfConfigFile, |
|
|
|
|
sys: {} as ts.System, |
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any |
|
|
|
|
} as any` |
✗ |
|
|
|
parsedConfigFile |
{ errors: any[]; options: { strict: boolean; }; raw: { compilerOptions: { strict: boolean; }; }; } |
const |
`{ |
|
errors: [], |
|
|
|
|
options: { strict: true }, |
|
|
|
|
raw: { compilerOptions: { strict: true } }, |
|
|
|
|
}` |
✗ |
|
|
|