Searched refs:stringContent (Results 1 – 1 of 1) sorted by relevance
3043 const stringContent = host.readFile(fileName) || ""; constant3044 const content = tryParseJson(stringContent) as PackageJsonRaw | undefined;