Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts3043 const stringContent = host.readFile(fileName) || ""; constant
3044 const content = tryParseJson(stringContent) as PackageJsonRaw | undefined;