File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6458,7 +6458,7 @@ namespace ts {
6458
6458
readonly includeCompletionsForModuleExports ?: boolean ;
6459
6459
readonly includeAutomaticOptionalChainCompletions ?: boolean ;
6460
6460
readonly includeCompletionsWithInsertText ?: boolean ;
6461
- readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
6461
+ readonly importModuleSpecifierPreference ?: "auto" | " relative" | "non-relative" ;
6462
6462
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */
6463
6463
readonly importModuleSpecifierEnding ?: "minimal" | "index" | "js" ;
6464
6464
readonly allowTextChangesInNewFiles ?: boolean ;
Original file line number Diff line number Diff line change @@ -3013,7 +3013,7 @@ namespace ts.server.protocol {
3013
3013
* values, with insertion text to replace preceding `.` tokens with `?.`.
3014
3014
*/
3015
3015
readonly includeAutomaticOptionalChainCompletions ?: boolean ;
3016
- readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
3016
+ readonly importModuleSpecifierPreference ?: "auto" | " relative" | "non-relative" ;
3017
3017
readonly allowTextChangesInNewFiles ?: boolean ;
3018
3018
readonly lazyConfiguredProjectsFromExternalProject ?: boolean ;
3019
3019
readonly providePrefixAndSuffixTextForRename ?: boolean ;
Original file line number Diff line number Diff line change @@ -3174,7 +3174,7 @@ declare namespace ts {
3174
3174
readonly includeCompletionsForModuleExports ?: boolean ;
3175
3175
readonly includeAutomaticOptionalChainCompletions ?: boolean ;
3176
3176
readonly includeCompletionsWithInsertText ?: boolean ;
3177
- readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
3177
+ readonly importModuleSpecifierPreference ?: "auto" | " relative" | "non-relative" ;
3178
3178
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */
3179
3179
readonly importModuleSpecifierEnding ?: "minimal" | "index" | "js" ;
3180
3180
readonly allowTextChangesInNewFiles ?: boolean ;
@@ -8304,7 +8304,7 @@ declare namespace ts.server.protocol {
8304
8304
* values, with insertion text to replace preceding `.` tokens with `?.`.
8305
8305
*/
8306
8306
readonly includeAutomaticOptionalChainCompletions ?: boolean ;
8307
- readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
8307
+ readonly importModuleSpecifierPreference ?: "auto" | " relative" | "non-relative" ;
8308
8308
readonly allowTextChangesInNewFiles ?: boolean ;
8309
8309
readonly lazyConfiguredProjectsFromExternalProject ?: boolean ;
8310
8310
readonly providePrefixAndSuffixTextForRename ?: boolean ;
Original file line number Diff line number Diff line change @@ -3174,7 +3174,7 @@ declare namespace ts {
3174
3174
readonly includeCompletionsForModuleExports ?: boolean ;
3175
3175
readonly includeAutomaticOptionalChainCompletions ?: boolean ;
3176
3176
readonly includeCompletionsWithInsertText ?: boolean ;
3177
- readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
3177
+ readonly importModuleSpecifierPreference ?: "auto" | " relative" | "non-relative" ;
3178
3178
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */
3179
3179
readonly importModuleSpecifierEnding ?: "minimal" | "index" | "js" ;
3180
3180
readonly allowTextChangesInNewFiles ?: boolean ;
Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ declare namespace FourSlashInterface {
584
584
readonly includeCompletionsForModuleExports ?: boolean ;
585
585
readonly includeInsertTextCompletions ?: boolean ;
586
586
readonly includeAutomaticOptionalChainCompletions ?: boolean ;
587
- readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
587
+ readonly importModuleSpecifierPreference ?: "auto" | " relative" | "non-relative" ;
588
588
readonly importModuleSpecifierEnding ?: "minimal" | "index" | "js" ;
589
589
}
590
590
interface CompletionsOptions {
You can’t perform that action at this time.
0 commit comments