| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | programUpdates.ts | 4 const configFilePath = "/a/b/tsconfig.json"; constant 6 path: configFilePath, 41 path: configFilePath, 54 commandLineArgs: ["-w", "-p", configFilePath], 57 path: configFilePath, 86 commandLineArgs: ["-w", "-p", configFilePath], 100 commandLineArgs: ["-w", "-p", configFilePath], 103 path: configFilePath, 120 commandLineArgs: ["-w", "-p", configFilePath, "--explainFiles"], 162 commandLineArgs: ["-w", "-p", configFilePath, "--explainFiles"], [all …]
|
| D | emit.ts | 83 const configFilePath = "/a/b/tsconfig.json"; constant 104 commandLineArgs: ["--w", "-p", configFilePath], 131 path: configFilePath, 304 firstReloadFileList: [libFile.path, "/a/b/file1.ts", "/a/b/file2.ts", configFilePath], 321 … firstReloadFileList: [libFile.path, "/a/b/referenceFile1.ts", moduleFile1Path, configFilePath], 338 firstReloadFileList: [libFile.path, "/a/b/referenceFile1.ts", configFilePath],
|
| D | incremental.ts | 179 configFilePath: config.path
|
| /third_party/typescript/src/testRunner/ |
| D | compilerRunner.ts | 199 …Content.tsConfigFileUnitData!, rootDir, ts.combinePaths(rootDir, tsConfigOptions.configFilePath))); 230 if (tsConfigOptions && tsConfigOptions.configFilePath !== undefined) { 231 … tsConfigOptions.configFilePath = ts.combinePaths(rootDir, tsConfigOptions.configFilePath); 232 tsConfigOptions.configFile!.fileName = tsConfigOptions.configFilePath;
|
| /third_party/typescript/src/server/ |
| D | utilities.ts | 76 …export function getBaseConfigFileName(configFilePath: NormalizedPath): "tsconfig.json" | "jsconfig… 77 const base = getBaseFileName(configFilePath);
|
| D | project.ts | 788 return path === options.configFilePath ? options.configFile : this.getSourceFile(path); 935 hasConfigFile(configFilePath: NormalizedPath) { 939 if (configFilePath === asNormalizedPath(configFile.fileName)) { 944 if (configFilePath === asNormalizedPath(f)) {
|
| /third_party/typescript/src/testRunner/unittests/tsserver/events/ |
| D | projectUpdatedInBackground.ts | 135 const configFilePath = "/a/b/tsconfig.json"; constant 172 path: configFilePath, 373 firstReloadFileList: [file1.path, libFile.path, file2.path, configFilePath] 389 … firstReloadFileList: [referenceFile1.path, libFile.path, moduleFile1Path, configFilePath] 405 firstReloadFileList: [referenceFile1.path, libFile.path, configFilePath]
|
| /third_party/typescript/src/compiler/ |
| D | tracing.ts | 35 export function startTracing(tracingMode: Mode, traceDir: string, configFilePath?: string) { 66 configFilePath, 293 configFilePath?: string;
|
| D | tsbuildPublic.ts | 145 …/*@internal*/ invalidateProject(configFilePath: ResolvedConfigFilePath, reloadLevel?: ConfigFilePr… 359 …state: SolutionBuilderState, configFileName: ResolvedConfigFileName, configFilePath: ResolvedConfi… 361 const value = configFileCache.get(configFilePath); 378 configFileCache.set(configFilePath, parsed || diagnostic!); 1499 … configStatus = checkConfigFileUpToDateStatus(state, project.options.configFilePath!, oldestOutput… 1570 reportStatus(state, verboseMessage, proj.options.configFilePath!); 1586 …ics.A_non_dry_build_would_update_timestamps_for_output_of_project_0, proj.options.configFilePath!); 1920 const configFilePath = toResolvedConfigFilePath(state, configFileName); constant 1921 …n getUpToDateStatus(state, parseConfigFile(state, configFileName, configFilePath), configFilePath); 1923 …invalidateProject: (configFilePath, reloadLevel) => invalidateProject(state, configFilePath, reloa…
|
| D | commandLineParser.ts | 2067 …const optionMap = serializeCompilerOptions(configParseResult.options, { configFilePath: getNormali… 2074 configFilePath: undefined, 2149 pathOptions?: { configFilePath: string, useCaseSensitiveFileNames: boolean } 2161 pathOptions?: { configFilePath: string, useCaseSensitiveFileNames: boolean } 2181 …PathFromFile(pathOptions.configFilePath, getNormalizedAbsolutePath(value as string, getDirectoryPa… 2323 if (result.configFilePath) { 2324 result.configFilePath = toAbsolutePath(result.configFilePath); 2414 options.configFilePath = configFileName && normalizeSlashes(configFileName); 2883 options.configFilePath = normalizeSlashes(configFileName);
|
| D | builder.ts | 794 if (result.configFilePath) { 795 result.configFilePath = relativeToBuildInfo(result.configFilePath);
|
| D | program.ts | 836 …tracing?.push(tracing.Phase.Program, "createProgram", { configFilePath: options.configFilePath, ro… 978 …const containingDirectory = options.configFilePath ? getDirectoryPath(options.configFilePath) : ho… 2746 if (toPath(options.configFilePath!) !== referencedProject.sourceFile.path) { 3097 else if (options.incremental && !outputFile && !options.configFilePath) { 3112 [file.fileName, options.configFilePath || ""] 3334 if (!options.configFilePath) {
|
| D | emitter.ts | 55 const configFile = options.configFilePath; 162 …inputFileName, outputFileName, Debug.checkDefined(configFile.options.configFilePath), ignoreCase) … 220 else if (options.composite && options.configFilePath) { 222 commonSourceDirectory = getDirectoryPath(normalizeSlashes(options.configFilePath)); 243 getDirectoryPath(normalizeSlashes(Debug.checkDefined(options.configFilePath))), 281 …return Debug.checkDefined(jsFilePath, `project ${configFile.options.configFilePath} expected to ha… 296 …return Debug.fail(`project ${configFile.options.configFilePath} expected to have at least one outp…
|
| D | moduleNameResolver.ts | 248 if (options.configFilePath) { 249 currentDirectory = getDirectoryPath(options.configFilePath);
|
| D | utilities.ts | 94 return oldOptions.configFilePath !== newOptions.configFilePath ||
|
| /third_party/typescript/src/testRunner/unittests/config/ |
| D | convertCompilerOptionsFromJson.ts | 34 …ompilerOptions = JSON.stringify({ ...expectedResult.compilerOptions, configFilePath: configFileNam… 50 expectedResult.compilerOptions.configFilePath = configFileName;
|
| D | configurationExtension.ts | 230 expected.configFilePath = entry;
|
| D | projectReferences.ts | 89 file.options.configFilePath = entryPointConfigFileName;
|
| /third_party/typescript/src/executeCommandLine/ |
| D | executeCommandLine.ts | 623 configFileName: configParseResult.options.configFilePath!, 670 compilerOptions.generateTrace!, compilerOptions.configFilePath);
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | reuseProgramStructure.ts | 307 …= newProgram(files, ["a.ts"], { target, module: ModuleKind.CommonJS, configFilePath: "/a/b/tsconfi… 308 …teProgram(program1, ["a.ts"], { target, module: ModuleKind.CommonJS, configFilePath: "/a/c/tsconfi…
|
| /third_party/typescript/src/harness/ |
| D | harnessIO.ts | 1287 tsConfig.options.configFilePath = data.name;
|
| /third_party/typescript/lib/ |
| D | tsc.js | 2916 function startTracing(tracingMode, traceDir, configFilePath) { argument 2939 configFilePath: configFilePath, property 10103 return oldOptions.configFilePath !== newOptions.configFilePath || 30976 …var optionMap = serializeCompilerOptions(configParseResult.options, { configFilePath: ts.getNormal… property 30978 …oObject(optionMap)), { showConfig: undefined, configFile: undefined, configFilePath: undefined, he… property 31056 …vePathFromFile(pathOptions.configFilePath, ts.getNormalizedAbsolutePath(value, ts.getDirectoryPath… 31178 if (result.configFilePath) { 31179 result.configFilePath = toAbsolutePath(result.configFilePath); 31230 options.configFilePath = configFileName && ts.normalizeSlashes(configFileName); 31579 options.configFilePath = ts.normalizeSlashes(configFileName); [all …]
|
| D | typingsInstaller.js | 3480 function startTracing(tracingMode, traceDir, configFilePath) { argument 3504 configFilePath: configFilePath, property 38023 …var optionMap = serializeCompilerOptions(configParseResult.options, { configFilePath: ts.getNormal… property 38025 …oObject(optionMap)), { showConfig: undefined, configFile: undefined, configFilePath: undefined, he… property 38109 …vePathFromFile(pathOptions.configFilePath, ts.getNormalizedAbsolutePath(value, ts.getDirectoryPath… 38245 if (result.configFilePath) { 38246 result.configFilePath = toAbsolutePath(result.configFilePath); 38323 options.configFilePath = configFileName && ts.normalizeSlashes(configFileName); 38694 options.configFilePath = ts.normalizeSlashes(configFileName); 39308 if (options.configFilePath) { [all …]
|
| D | tsserverlibrary.js | 3685 function startTracing(tracingMode, traceDir, configFilePath) { argument 3709 configFilePath: configFilePath, property 38228 …var optionMap = serializeCompilerOptions(configParseResult.options, { configFilePath: ts.getNormal… property 38230 …oObject(optionMap)), { showConfig: undefined, configFile: undefined, configFilePath: undefined, he… property 38314 …vePathFromFile(pathOptions.configFilePath, ts.getNormalizedAbsolutePath(value, ts.getDirectoryPath… 38450 if (result.configFilePath) { 38451 result.configFilePath = toAbsolutePath(result.configFilePath); 38528 options.configFilePath = configFileName && ts.normalizeSlashes(configFileName); 38899 options.configFilePath = ts.normalizeSlashes(configFileName); 39513 if (options.configFilePath) { [all …]
|
| D | tsserver.js | 3491 function startTracing(tracingMode, traceDir, configFilePath) { argument 3515 configFilePath: configFilePath, property 38034 …var optionMap = serializeCompilerOptions(configParseResult.options, { configFilePath: ts.getNormal… property 38036 …oObject(optionMap)), { showConfig: undefined, configFile: undefined, configFilePath: undefined, he… property 38120 …vePathFromFile(pathOptions.configFilePath, ts.getNormalizedAbsolutePath(value, ts.getDirectoryPath… 38256 if (result.configFilePath) { 38257 result.configFilePath = toAbsolutePath(result.configFilePath); 38334 options.configFilePath = configFileName && ts.normalizeSlashes(configFileName); 38705 options.configFilePath = ts.normalizeSlashes(configFileName); 39319 if (options.configFilePath) { [all …]
|