Skip to content

Commit

Permalink
chore: log test
Browse files Browse the repository at this point in the history
  • Loading branch information
YiJie committed Nov 21, 2024
1 parent abd0c99 commit d278f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit d278f84

Please sign in to comment.