Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts546 …function createSessionThatUsesEvents(host: TestServerHost, noGetErrOnBackgroundUpdate?: boolean): …
547 …dInBackgroundEvent>(host, server.ProjectsUpdatedInBackgroundEvent, { noGetErrOnBackgroundUpdate });
572 …host.checkTimeoutQueueLength(noGetErrOnBackgroundUpdate ? 0 : 1); // Error checking queued only if…
/third_party/typescript/src/tsserver/
Dserver.ts68 noGetErrOnBackgroundUpdate: hasArgument("--noGetErrOnBackgroundUpdate"),
/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts15 noGetErrOnBackgroundUpdate: true,
Dprojects.ts1547 …const session = createSession(host, { canUseEvents: true, noGetErrOnBackgroundUpdate: true, logger…
/third_party/typescript/src/webServer/
DwebServer.ts177 noGetErrOnBackgroundUpdate: SessionOptions["noGetErrOnBackgroundUpdate"]; property
/third_party/typescript/src/server/
Dsession.ts707 noGetErrOnBackgroundUpdate?: boolean; property
735 private readonly noGetErrOnBackgroundUpdate?: boolean;
746 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;
879 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10066 noGetErrOnBackgroundUpdate?: boolean; property
10088 private readonly noGetErrOnBackgroundUpdate?;
Dtsserver.js159925 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;
160050 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
164411 noGetErrOnBackgroundUpdate: server.hasArgument("--noGetErrOnBackgroundUpdate"), property
Dtsserverlibrary.js160119 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;
160244 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10193 noGetErrOnBackgroundUpdate?: boolean; property
10215 private readonly noGetErrOnBackgroundUpdate?;