Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsbuild/
DgraphOrdering.ts80 const configContent = JSON.stringify({ constant
85 fileSystem.writeFileSync(configFileName, configContent);
/third_party/typescript/src/testRunner/unittests/config/
DprojectReferences.ts64 const configContent = JSON.stringify(options); constant
66 files.set(configFileName, configContent);
/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts54 const configContent = JSON.stringify({ compilerOptions }); constant
55 const aTsconfig: File = { path: "/a/tsconfig.json", content: configContent };
79 const bTsconfig: File = { path: "/b/tsconfig.json", content: configContent };