Searched refs:readConfigFile (Results 1 – 15 of 15) sorted by relevance
| /third_party/typescript/src/jsTyping/ |
| D | jsTyping.ts | 97 const result = readConfigFile(safeListPath, path => host.readFile(path)); 102 const result = readConfigFile(typesMapPath, path => host.readFile(path)); 228 manifest = readConfigFile(manifestPath, path => host.readFile(path)).config; 285 … const result = readConfigFile(normalizedFileName, (path: string) => host.readFile(path));
|
| /third_party/typescript/src/testRunner/unittests/config/ |
| D | configurationExtension.ts | 215 const {config, error} = readConfigFile(entry, name => host.readFile(name));
|
| D | projectReferences.ts | 84 … const { config, error } = readConfigFile(entryPointConfigFileName, name => host.readFile(name));
|
| /third_party/typescript/tests/arkTSTest/ |
| D | run.js | 107 options = ts.readConfigFile('tsconfig.json', ts.sys.readFile).config.compilerOptions;
|
| /third_party/typescript/src/harness/ |
| D | compilerImpl.ts | 26 const readResult = ts.readConfigFile(project, path => host.readFile(path));
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | CommandLine.h | 2061 bool readConfigFile(StringRef CfgFileName, StringSaver &Saver,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | CommandLine.cpp | 1223 bool cl::readConfigFile(StringRef CfgFile, StringSaver &Saver, in readConfigFile() function in cl
|
| /third_party/typescript/src/compiler/ |
| D | commandLineParser.ts | 1934 …export function readConfigFile(fileName: string, readFile: (path: string) => string | undefined): … function
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 5254 …export function readConfigFile(fileName: string, readFile: (path: string) => string | undefined): {
|
| D | typescriptServices.d.ts | 5254 …export function readConfigFile(fileName: string, readFile: (path: string) => string | undefined): {
|
| D | tsserverlibrary.d.ts | 5254 …export function readConfigFile(fileName: string, readFile: (path: string) => string | undefined): {
|
| D | typingsInstaller.js | 42435 function readConfigFile(fileName, readFile) { function 42439 ts.readConfigFile = readConfigFile; 131359 … var result = ts.readConfigFile(safeListPath, function (path) { return host.readFile(path); }); 131364 … var result = ts.readConfigFile(typesMapPath, function (path) { return host.readFile(path); }); 131470 …manifest = ts.readConfigFile(manifestPath, function (path) { return host.readFile(path); }).config; 131523 …var result_1 = ts.readConfigFile(normalizedFileName, function (path) { return host.readFile(path);…
|
| D | tsc.js | 34734 function readConfigFile(fileName, readFile) { function 34738 ts.readConfigFile = readConfigFile;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 5254 …export function readConfigFile(fileName: string, readFile: (path: string) => string | undefined): {
|
| D | tsserverlibrary.d.ts | 5254 …export function readConfigFile(fileName: string, readFile: (path: string) => string | undefined): {
|