Home
last modified time | relevance | path

Searched refs:noGetErrOnBackgroundUpdate (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts520 …atUsesEvents(host: TestServerHost, logger: Logger | undefined, noGetErrOnBackgroundUpdate?: boolea…
524 { noGetErrOnBackgroundUpdate, logger: logger || createHasErrorMessageLogger() }
550 …host.checkTimeoutQueueLength(noGetErrOnBackgroundUpdate ? 0 : 1); // Error checking queued only if…
/third_party/typescript/src/tsserver/
Dserver.ts68 noGetErrOnBackgroundUpdate: hasArgument("--noGetErrOnBackgroundUpdate"),
/third_party/typescript/src/webServer/
DwebServer.ts227 noGetErrOnBackgroundUpdate: SessionOptions["noGetErrOnBackgroundUpdate"]; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts16 noGetErrOnBackgroundUpdate: true,
Dprojects.ts1519 …const session = createSession(host, { canUseEvents: true, noGetErrOnBackgroundUpdate: true, logger…
/third_party/typescript/src/server/
Dsession.ts754 noGetErrOnBackgroundUpdate?: boolean; property
782 private readonly noGetErrOnBackgroundUpdate?: boolean;
793 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;
927 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts11177 noGetErrOnBackgroundUpdate?: boolean; property
11199 private readonly noGetErrOnBackgroundUpdate?;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts11177 noGetErrOnBackgroundUpdate?: boolean; property
11199 private readonly noGetErrOnBackgroundUpdate?;