Home
last modified time | relevance | path

Searched defs:configFileContent (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
DprogramUpdates.ts1485 const configFileContent = JSON.stringify({ compilerOptions }); constant
/third_party/typescript/src/server/
DeditorServices.ts2128 … const configFileContent = tryReadFile(configFilename, fileName => this.host.readFile(fileName)); constant