/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 69 …return !!sys.writeOutputIsTTY && sys.writeOutputIsTTY() && !sys.getEnvironmentVariable("NO_COLOR"); 105 …const isWindows = sys.getEnvironmentVariable("OS") && stringContains(sys.getEnvironmentVariable("O… 106 const isWindowsTerminal = sys.getEnvironmentVariable("WT_SESSION"); 107 …const isVSCode = sys.getEnvironmentVariable("TERM_PROGRAM") && sys.getEnvironmentVariable("TERM_PR… 122 …const supportsRicherColors = sys.getEnvironmentVariable("COLORTERM") === "truecolor" || sys.getEnv…
|
/third_party/typescript/src/tsc/ |
D | tsc.ts | 15 if (ts.sys.tryEnableSourceMapsForHost && /^development$/i.test(ts.sys.getEnvironmentVariable("NODE_…
|
/third_party/typescript/src/tsserver/ |
D | server.ts | 48 …if (sys.tryEnableSourceMapsForHost && /^development$/i.test(sys.getEnvironmentVariable("NODE_ENV")…
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 84 if (!system.getEnvironmentVariable) { 92 return system.getEnvironmentVariable(`${envVar}_${level.toUpperCase()}`); 1370 /*@internal*/ getEnvironmentVariable(name: string): string; method 1516 getEnvironmentVariable(name: string) { 1972 if (sys && sys.getEnvironmentVariable) { 1974 Debug.setAssertionLevel(/^development$/i.test(sys.getEnvironmentVariable("NODE_ENV"))
|
D | watch.ts | 636 getEnvironmentVariable: maybeBind(host, host.getEnvironmentVariable) || (() => ""), 699 getEnvironmentVariable: maybeBind(system, system.getEnvironmentVariable),
|
D | watchPublic.ts | 125 getEnvironmentVariable?(name: string): string | undefined; method
|
D | program.ts | 141 …getEnvironmentVariable: name => system.getEnvironmentVariable ? system.getEnvironmentVariable(name…
|
D | types.ts | 7368 getEnvironmentVariable?(name: string): string | undefined; method
|
/third_party/typescript/src/webServer/ |
D | webServer.ts | 194 getEnvironmentVariable: returnEmptyString, // TODO:: Used to enable debugging info
|
/third_party/typescript/src/harness/ |
D | fakesHosts.ts | 35 …private testTerminalWidth = Number.parseInt(this.getEnvironmentVariable("TS_TEST_TERMINAL_WIDTH")); 164 public getEnvironmentVariable(name: string): string {
|
D | harnessIO.ts | 26 getEnvironmentVariable?(name: string): string; method 164 getEnvironmentVariable: name => ts.sys.getEnvironmentVariable(name), 175 …if (IO.tryEnableSourceMapsForHost && /^development$/i.test(IO.getEnvironmentVariable!("NODE_ENV"))…
|
D | harnessLanguageService.ts | 813 getEnvironmentVariable(name: string): string { 814 return ts.sys.getEnvironmentVariable(name);
|
D | virtualFileSystemWithWatch.ts | 1106 getEnvironmentVariable(name: string) {
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | session.ts | 20 getEnvironmentVariable(): string { return ""; },
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3480 getEnvironmentVariable?(name: string): string | undefined; method 5826 getEnvironmentVariable?(name: string): string | undefined;
|
D | typescriptServices.d.ts | 3480 getEnvironmentVariable?(name: string): string | undefined; method 5826 getEnvironmentVariable?(name: string): string | undefined;
|
D | tsserverlibrary.d.ts | 3480 getEnvironmentVariable?(name: string): string | undefined; method 5826 getEnvironmentVariable?(name: string): string | undefined;
|
D | tsc.js | 3703 if (!system.getEnvironmentVariable) { 3710 … return system.getEnvironmentVariable("".concat(envVar, "_").concat(level.toUpperCase())); 4547 getEnvironmentVariable: function (name) { method 4919 if (ts.sys && ts.sys.getEnvironmentVariable) { 4921 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 100286 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 107178 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… property 107230 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable), 109753 …return !!sys.writeOutputIsTTY && sys.writeOutputIsTTY() && !sys.getEnvironmentVariable("NO_COLOR"); 109782 …var isWindows = sys.getEnvironmentVariable("OS") && ts.stringContains(sys.getEnvironmentVariable("… [all …]
|
D | typingsInstaller.js | 6165 if (!system.getEnvironmentVariable) { 6172 … return system.getEnvironmentVariable("".concat(envVar, "_").concat(level.toUpperCase())); 7139 getEnvironmentVariable: function (name) { method 7557 if (ts.sys && ts.sys.getEnvironmentVariable) { 7559 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 120928 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 128855 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… property 128913 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable),
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3480 getEnvironmentVariable?(name: string): string | undefined; method 5826 getEnvironmentVariable?(name: string): string | undefined;
|
D | tsserverlibrary.d.ts | 3480 getEnvironmentVariable?(name: string): string | undefined; method 5826 getEnvironmentVariable?(name: string): string | undefined;
|