Home
last modified time | relevance | path

Searched refs:suppressDiagnosticEvents (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/tsserver/
Dserver.ts67 suppressDiagnosticEvents: hasArgument("--suppressDiagnosticEvents"),
/third_party/typescript/src/webServer/
DwebServer.ts226 suppressDiagnosticEvents: SessionOptions["suppressDiagnosticEvents"]; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts15 suppressDiagnosticEvents: false,
Dhelpers.ts280 constructor(files: File[], suppressDiagnosticEvents?: boolean) {
285 suppressDiagnosticEvents,
DresolutionCache.ts188 …const session = createSession(host, { canUseEvents: true, suppressDiagnosticEvents: true, logger: …
DprojectErrors.ts534 …const session = createSession(host, { canUseEvents: true, suppressDiagnosticEvents: true, logger: …
/third_party/typescript/src/server/
Dsession.ts749 suppressDiagnosticEvents?: boolean; property
780 private suppressDiagnosticEvents?: boolean;
792 this.suppressDiagnosticEvents = opts.suppressDiagnosticEvents;
818 suppressDiagnosticEvents: this.suppressDiagnosticEvents, constant
927 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
1084 Debug.assert(!this.suppressDiagnosticEvents); // Caller's responsibility
2255 if (this.suppressDiagnosticEvents) {
2706 if (this.suppressDiagnosticEvents) {
DeditorServices.ts412 suppressDiagnosticEvents?: boolean; property
779 private readonly suppressDiagnosticEvents?: boolean;
827 this.suppressDiagnosticEvents = opts.suppressDiagnosticEvents;
2462 if (!this.eventHandler || this.suppressDiagnosticEvents) {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10887 suppressDiagnosticEvents?: boolean; property
10960 private readonly suppressDiagnosticEvents?;
11172 suppressDiagnosticEvents?: boolean; property
11197 private suppressDiagnosticEvents?;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10887 suppressDiagnosticEvents?: boolean; property
10960 private readonly suppressDiagnosticEvents?;
11172 suppressDiagnosticEvents?: boolean; property
11197 private suppressDiagnosticEvents?;