File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3171,6 +3171,7 @@ declare namespace ts {
3171
3171
readonly disableSuggestions ?: boolean ;
3172
3172
readonly quotePreference ?: "auto" | "double" | "single" ;
3173
3173
readonly includeCompletionsForModuleExports ?: boolean ;
3174
+ readonly includeAutomaticOptionalChainCompletions ?: boolean ;
3174
3175
readonly includeCompletionsWithInsertText ?: boolean ;
3175
3176
readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
3176
3177
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */
Original file line number Diff line number Diff line change @@ -3171,6 +3171,7 @@ declare namespace ts {
3171
3171
readonly disableSuggestions ?: boolean ;
3172
3172
readonly quotePreference ?: "auto" | "double" | "single" ;
3173
3173
readonly includeCompletionsForModuleExports ?: boolean ;
3174
+ readonly includeAutomaticOptionalChainCompletions ?: boolean ;
3174
3175
readonly includeCompletionsWithInsertText ?: boolean ;
3175
3176
readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
3176
3177
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */
You can’t perform that action at this time.
0 commit comments