@typescript-deploys/pr-build 4.7.0-pr-48861-7 → 4.7.0-pr-48784-10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/protocol.d.ts CHANGED
@@ -1825,6 +1825,7 @@ declare namespace ts.server.protocol {
1825
1825
  body?: CompletionInfo;
1826
1826
  }
1827
1827
  interface CompletionInfo {
1828
+ readonly flags?: number;
1828
1829
  readonly isGlobalCompletion: boolean;
1829
1830
  readonly isMemberCompletion: boolean;
1830
1831
  readonly isNewIdentifierLocation: boolean;