Home
last modified time | relevance | path

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

/third_party/typescript/src/webServer/
DwebServer.ts113 const returnEmptyString = () => ""; constant
131 …getCurrentDirectory: returnEmptyString, // For inferred project root if projectRoot path is not se…
144 getEnvironmentVariable: returnEmptyString, // TODO:: Used to enable debugging info
/third_party/typescript/lib/
Dtsserver.js162475 var returnEmptyString = function () { return ""; }; function
162491 getCurrentDirectory: returnEmptyString,
162501 getEnvironmentVariable: returnEmptyString,