Home
last modified time | relevance | path

Searched refs:getParsedCommandLine (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts141 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) :
DtsbuildPublic.ts97 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) {
Dprogram.ts757 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);
Dtypes.ts7357 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
/third_party/typescript/src/services/
Dservices.ts1358 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) {
Dtypes.ts323 getParsedCommandLine?(fileName: string): ParsedCommandLine | undefined; method
/third_party/typescript/src/server/
Dproject.ts244 /* @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/
DwatchApi.ts526 compilerHost.getParsedCommandLine = fileName => {
/third_party/typescript/lib/
Dtypescript.d.ts3471 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
DtypescriptServices.d.ts3471 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
Dtsserverlibrary.d.ts3471 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
DtypingsInstaller.js121279 …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 …]
Dtsc.js100607 …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/
Dtypescript.d.ts3471 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
Dtsserverlibrary.d.ts3471 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