We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3430903 commit d06f3aaCopy full SHA for d06f3aa
tests/baselines/reference/APISample_linter.types.pull
@@ -5883,6 +5883,9 @@ declare module "typescript" {
5883
5884
kindModifiers: string;
5885
>kindModifiers : string
5886
+
5887
+ sortText: string;
5888
+>sortText : string
5889
}
5890
interface CompletionEntryDetails {
5891
>CompletionEntryDetails : CompletionEntryDetails
@@ -6152,6 +6155,9 @@ declare module "typescript" {
6152
6155
static unknown: string;
6153
6156
>unknown : string
6154
6157
6158
+ static warning: string;
6159
+>warning : string
6160
6161
static keyword: string;
6162
>keyword : string
6163
0 commit comments