Home
last modified time | relevance | path

Searched refs:diagnosticMessagesJson (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/
DGulpfile.js55 const diagnosticMessagesJson = "src/compiler/diagnosticMessages.json"; constant
58 …if (needsUpdate(diagnosticMessagesJson, [diagnosticMessagesGeneratedJson, diagnosticInformationMap…
59 … await exec(process.execPath, ["scripts/processDiagnosticMessages.js", diagnosticMessagesJson]);
323 … await exec(process.execPath, ["scripts/ohTestCasesGenerationScript.js", diagnosticMessagesJson]);
/third_party/typescript/src/services/
Dshims.ts451 const diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages(); constant
452 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {
457 return JSON.parse(diagnosticMessagesJson);
/third_party/typescript/lib/
Dtsserverlibrary.js152069 var diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages();
152070 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {
152074 return JSON.parse(diagnosticMessagesJson);
Dtypescript.js152069 var diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages();
152070 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {
152074 return JSON.parse(diagnosticMessagesJson);
Dtsserver.js151500 var diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages();
151501 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {
151505 return JSON.parse(diagnosticMessagesJson);
DtypescriptServices.js152069 var diagnosticMessagesJson = this.shimHost.getLocalizedDiagnosticMessages();
152070 if (diagnosticMessagesJson === null || diagnosticMessagesJson === "") {
152074 return JSON.parse(diagnosticMessagesJson);