mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
Update API sample tests.
This commit is contained in:
@@ -1697,6 +1697,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CompletionInfo {
|
||||
isMemberCompletion: boolean;
|
||||
isBuilder: boolean;
|
||||
entries: CompletionEntry[];
|
||||
}
|
||||
interface CompletionEntry {
|
||||
|
||||
@@ -5457,6 +5457,9 @@ declare module "typescript" {
|
||||
|
||||
Z = 90,
|
||||
|
||||
>Z : CharacterCodes
|
||||
|
||||
ampersand = 38,
|
||||
|
||||
>ampersand : CharacterCodes
|
||||
|
||||
|
||||
@@ -1726,6 +1726,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CompletionInfo {
|
||||
isMemberCompletion: boolean;
|
||||
isBuilder: boolean;
|
||||
entries: CompletionEntry[];
|
||||
}
|
||||
interface CompletionEntry {
|
||||
|
||||
@@ -5587,6 +5587,9 @@ declare module "typescript" {
|
||||
|
||||
Z = 90,
|
||||
|
||||
>Z : CharacterCodes
|
||||
|
||||
ampersand = 38,
|
||||
|
||||
>ampersand : CharacterCodes
|
||||
|
||||
|
||||
@@ -1727,6 +1727,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CompletionInfo {
|
||||
isMemberCompletion: boolean;
|
||||
isBuilder: boolean;
|
||||
entries: CompletionEntry[];
|
||||
}
|
||||
interface CompletionEntry {
|
||||
|
||||
@@ -5535,6 +5535,9 @@ declare module "typescript" {
|
||||
|
||||
Z = 90,
|
||||
|
||||
>Z : CharacterCodes
|
||||
|
||||
ampersand = 38,
|
||||
|
||||
>ampersand : CharacterCodes
|
||||
|
||||
|
||||
@@ -1764,6 +1764,7 @@ declare module "typescript" {
|
||||
}
|
||||
interface CompletionInfo {
|
||||
isMemberCompletion: boolean;
|
||||
isBuilder: boolean;
|
||||
entries: CompletionEntry[];
|
||||
}
|
||||
interface CompletionEntry {
|
||||
|
||||
@@ -5713,6 +5713,9 @@ declare module "typescript" {
|
||||
|
||||
Z = 90,
|
||||
|
||||
>Z : CharacterCodes
|
||||
|
||||
ampersand = 38,
|
||||
|
||||
>ampersand : CharacterCodes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user