Home
last modified time | relevance | path

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

/third_party/typescript/
DGulpfile.js422 const builtLocalDiagnosticMessagesGeneratedJson = "built/local/diagnosticMessages.generated.json"; constant
424 .pipe(newer(builtLocalDiagnosticMessagesGeneratedJson))
427 const cleanBuiltLocalDiagnosticMessages = () => del(builtLocalDiagnosticMessagesGeneratedJson);