File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -727,6 +727,7 @@ namespace ts {
727
727
}
728
728
729
729
export interface CompletionInfo {
730
+ /** Not true for all glboal completions. This will be true if the enclosing scope matches a few syntax kinds. See `isGlobalCompletionScope`. */
730
731
isGlobalCompletion : boolean ;
731
732
isMemberCompletion : boolean ;
732
733
Original file line number Diff line number Diff line change @@ -4490,6 +4490,7 @@ declare namespace ts {
4490
4490
argumentCount : number ;
4491
4491
}
4492
4492
interface CompletionInfo {
4493
+ /** Not true for all glboal completions. This will be true if the enclosing scope matches a few syntax kinds. See `isGlobalCompletionScope`. */
4493
4494
isGlobalCompletion : boolean ;
4494
4495
isMemberCompletion : boolean ;
4495
4496
/**
Original file line number Diff line number Diff line change @@ -4742,6 +4742,7 @@ declare namespace ts {
4742
4742
argumentCount : number ;
4743
4743
}
4744
4744
interface CompletionInfo {
4745
+ /** Not true for all glboal completions. This will be true if the enclosing scope matches a few syntax kinds. See `isGlobalCompletionScope`. */
4745
4746
isGlobalCompletion : boolean ;
4746
4747
isMemberCompletion : boolean ;
4747
4748
/**
You can’t perform that action at this time.
0 commit comments