Home
last modified time | relevance | path

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

/third_party/typescript/src/tsserver/
Dserver.ts64 allowLocalPluginLoads: hasArgument("--allowLocalPluginLoads"),
/third_party/typescript/src/webServer/
DwebServer.ts173 allowLocalPluginLoads: SessionOptions["allowLocalPluginLoads"]; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts11 allowLocalPluginLoads: undefined,
/third_party/typescript/src/server/
DeditorServices.ts418 allowLocalPluginLoads?: boolean; property
752 public readonly allowLocalPluginLoads: boolean;
790 this.allowLocalPluginLoads = !!opts.allowLocalPluginLoads;
Dsession.ts711 allowLocalPluginLoads?: boolean; property
774 allowLocalPluginLoads: opts.allowLocalPluginLoads, constant
Dproject.ts2281 if (this.projectService.allowLocalPluginLoads) {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10045 allowLocalPluginLoads?: boolean; property
10124 readonly allowLocalPluginLoads: boolean;
10354 allowLocalPluginLoads?: boolean; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9760 allowLocalPluginLoads?: boolean; property
9839 readonly allowLocalPluginLoads: boolean;
10069 allowLocalPluginLoads?: boolean; property
Dtsserver.js155538 if (this.projectService.allowLocalPluginLoads) {
156091 this.allowLocalPluginLoads = !!opts.allowLocalPluginLoads;
159951 allowLocalPluginLoads: opts.allowLocalPluginLoads, property
164407 allowLocalPluginLoads: server.hasArgument("--allowLocalPluginLoads"), property
Dtsserverlibrary.js155732 if (this.projectService.allowLocalPluginLoads) {
156285 this.allowLocalPluginLoads = !!opts.allowLocalPluginLoads;
160145 allowLocalPluginLoads: opts.allowLocalPluginLoads, property