From d278f84c2f5fa8cbce0b1e135a69c83eb9e53c92 Mon Sep 17 00:00:00 2001 From: YiJie Date: Thu, 21 Nov 2024 10:46:56 +0800 Subject: [PATCH] chore: log test --- src/program.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/program.ts b/src/program.ts index 15c4a14..61667b4 100644 --- a/src/program.ts +++ b/src/program.ts @@ -96,6 +96,7 @@ export function getCompilerOptions( logCache("HIT", cacheKey); } const { fileNames, projectReferences, options, errors } = configByPath.get(cacheKey)!; + console.log({ input, fileNames, projectReferences }); recusive: if (!fileNames.includes(input)) { if (options.paths) { for (const key of Object.keys(options.paths)) {