| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 141 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 357 compilerHost.getParsedCommandLine = getParsedCommandLine; 458 …hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, getParsedCommandLine, projectRef… 776 function getParsedCommandLine(configFileName: string): ParsedCommandLine | undefined { 782 …ine && config.reloadLevel === ConfigFileProgramReloadLevel.Partial && !host.getParsedCommandLine) { 797 const parsedCommandLine = host.getParsedCommandLine ? 798 host.getParsedCommandLine(configFileName) :
|
| D | tsbuildPublic.ts | 97 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 297 …compilerHost.getParsedCommandLine = fileName => parseConfigFile(state, fileName as ResolvedConfigF… 412 if (host.getParsedCommandLine) { 413 parsed = host.getParsedCommandLine(configFileName); 2053 … if (state.host.getParsedCommandLine && reloadLevel === ConfigFileProgramReloadLevel.Partial) {
|
| D | program.ts | 757 getParsedCommandLine: (fileName: string) => ParsedCommandLine | undefined, 807 const newParsedCommandLine = getParsedCommandLine(refPath); 829 return !getParsedCommandLine(refPath); 1272 if (!host.getParsedCommandLine) { 3431 if (host.getParsedCommandLine) { 3432 commandLine = host.getParsedCommandLine(refPath);
|
| D | types.ts | 7357 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|
| /third_party/typescript/src/services/ |
| D | services.ts | 1358 getParsedCommandLine, 1391 …hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, getParsedCommandLine, projectRef… 1436 function getParsedCommandLine(fileName: string): ParsedCommandLine | undefined { function 1441 const result = host.getParsedCommandLine ? 1442 host.getParsedCommandLine(fileName) : 1464 if (host.getParsedCommandLine) {
|
| D | types.ts | 323 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|
| /third_party/typescript/src/server/ |
| D | project.ts | 244 /* @internal */ getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; 2329 … this.getParsedCommandLine = maybeBind(this.hostProject, this.hostProject.getParsedCommandLine); 2496 getParsedCommandLine(fileName: string) {
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | watchApi.ts | 526 compilerHost.getParsedCommandLine = fileName => {
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3471 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 5822 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; 5912 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 6221 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|
| D | typescriptServices.d.ts | 3471 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 5822 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; 5912 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 6221 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|
| D | tsserverlibrary.d.ts | 3471 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 5822 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; 5912 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 6221 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|
| D | typingsInstaller.js | 121279 …hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, getParsedCommandLine, projectRef… argument 121322 var newParsedCommandLine = getParsedCommandLine(refPath_1); 121342 return !getParsedCommandLine(refPath); 121726 if (!host.getParsedCommandLine) { 123627 if (host.getParsedCommandLine) { 123628 commandLine = host.getParsedCommandLine(refPath); 128790 compilerHost.getParsedCommandLine = getParsedCommandLine; 128890 …hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, getParsedCommandLine, projectRef… 129168 function getParsedCommandLine(configFileName) { function 129175 … && config.reloadLevel === ts.ConfigFileProgramReloadLevel.Partial && !host.getParsedCommandLine) { [all …]
|
| D | tsc.js | 100607 …hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, getParsedCommandLine, projectRef… argument 100641 var newParsedCommandLine = getParsedCommandLine(refPath_1); 100654 return !getParsedCommandLine(refPath); 100979 if (!host.getParsedCommandLine) { 102623 if (host.getParsedCommandLine) { 102624 commandLine = host.getParsedCommandLine(refPath); 107111 compilerHost.getParsedCommandLine = getParsedCommandLine; 107205 …hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, getParsedCommandLine, projectRef… 107457 function getParsedCommandLine(configFileName) { function 107463 … && config.reloadLevel === ts.ConfigFileProgramReloadLevel.Partial && !host.getParsedCommandLine) { [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3471 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 5822 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; 5912 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 6221 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|
| D | tsserverlibrary.d.ts | 3471 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 5822 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; 5912 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method 6221 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
|