File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3409,8 +3409,8 @@ namespace ts.server.protocol {
34093409 /**
34103410 * If enabled, object literal methods will have a method declaration completion entry in addition
34113411 * to the regular completion entry containing just the method name.
3412- * E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
3413- * in addition to `const objectLiteral: T = { foo }`.
3412+ * E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
3413+ * in addition to `const objectLiteral: T = { foo }`.
34143414 */
34153415 readonly includeCompletionsWithObjectLiteralMethodSnippets ?: boolean ;
34163416 readonly allowIncompleteCompletions ?: boolean ;
Original file line number Diff line number Diff line change @@ -9632,8 +9632,8 @@ declare namespace ts.server.protocol {
96329632 /**
96339633 * If enabled, object literal methods will have a method declaration completion entry in addition
96349634 * to the regular completion entry containing just the method name.
9635- * E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
9636- * in addition to `const objectLiteral: T = { foo }`.
9635+ * E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
9636+ * in addition to `const objectLiteral: T = { foo }`.
96379637 */
96389638 readonly includeCompletionsWithObjectLiteralMethodSnippets?: boolean;
96399639 readonly allowIncompleteCompletions?: boolean;
You can’t perform that action at this time.
0 commit comments