Skip to content

Commit b871ef4

Browse files
Update API baselines.
1 parent 4cc2339 commit b871ef4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3171,6 +3171,7 @@ declare namespace ts {
31713171
readonly disableSuggestions?: boolean;
31723172
readonly quotePreference?: "auto" | "double" | "single";
31733173
readonly includeCompletionsForModuleExports?: boolean;
3174+
readonly includeAutomaticOptionalChainCompletions?: boolean;
31743175
readonly includeCompletionsWithInsertText?: boolean;
31753176
readonly importModuleSpecifierPreference?: "relative" | "non-relative";
31763177
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3171,6 +3171,7 @@ declare namespace ts {
31713171
readonly disableSuggestions?: boolean;
31723172
readonly quotePreference?: "auto" | "double" | "single";
31733173
readonly includeCompletionsForModuleExports?: boolean;
3174+
readonly includeAutomaticOptionalChainCompletions?: boolean;
31743175
readonly includeCompletionsWithInsertText?: boolean;
31753176
readonly importModuleSpecifierPreference?: "relative" | "non-relative";
31763177
/** Determines whether we import `foo/index.ts` as "foo", "foo/index", or "foo/index.js" */

0 commit comments

Comments
 (0)