mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Update test.
This commit is contained in:
parent
3430903440
commit
d06f3aa224
@ -5883,6 +5883,9 @@ declare module "typescript" {
|
||||
|
||||
kindModifiers: string;
|
||||
>kindModifiers : string
|
||||
|
||||
sortText: string;
|
||||
>sortText : string
|
||||
}
|
||||
interface CompletionEntryDetails {
|
||||
>CompletionEntryDetails : CompletionEntryDetails
|
||||
@ -6152,6 +6155,9 @@ declare module "typescript" {
|
||||
static unknown: string;
|
||||
>unknown : string
|
||||
|
||||
static warning: string;
|
||||
>warning : string
|
||||
|
||||
static keyword: string;
|
||||
>keyword : string
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user