Skip to content

Commit 8a9515d

Browse files
committed
Follow-up to Sheetal's edit
1 parent 49086b2 commit 8a9515d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/compiler/programDiagnostics.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ import {
5252
removeSuffix,
5353
SourceFile,
5454
TsConfigSourceFile,
55+
usesWildcardTypes,
5556
} from "./_namespaces/ts.js";
5657

5758
interface FileReasonToChainCache {

tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,11 @@ Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node
531531
The file is in the program because:
532532
Entry point for implicit type library 'node'
533533

534+
tsconfig.json:1:34
535+
1 { "compilerOptions": { "types": ["*"] } }
536+
   ~~~
537+
File is entry point of type library specified here.
538+
534539
[HH:MM:SS AM] Found 1 error. Watching for file changes.
535540

536541

0 commit comments

Comments
 (0)