We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd970e commit 3607aceCopy full SHA for 3607ace
tests/cases/fourslash/autoImportNonModules.ts
@@ -7,4 +7,9 @@
7
//// /**/
8
9
goTo.marker("");
10
-verify.completions();
+verify.completions({
11
+ excludes: ["f"],
12
+ preferences: {
13
+ includeCompletionsForModuleExports: true
14
+ }
15
+ });
0 commit comments