| /third_party/typescript/src/tsc/ |
| D | tsc.ts | 13 if (ts.sys.tryEnableSourceMapsForHost && /^development$/i.test(ts.sys.getEnvironmentVariable("NODE_…
|
| /third_party/typescript/src/compiler/ |
| D | watch.ts | 477 getEnvironmentVariable: maybeBind(host, host.getEnvironmentVariable) || (() => ""), 537 getEnvironmentVariable: maybeBind(system, system.getEnvironmentVariable),
|
| D | sys.ts | 81 if (!system.getEnvironmentVariable) { 89 return system.getEnvironmentVariable(`${envVar}_${level.toUpperCase()}`); 1121 /*@internal*/ getEnvironmentVariable(name: string): string; method 1260 getEnvironmentVariable(name: string) { 1810 if (sys && sys.getEnvironmentVariable) { 1812 Debug.setAssertionLevel(/^development$/i.test(sys.getEnvironmentVariable("NODE_ENV"))
|
| D | watchPublic.ts | 100 getEnvironmentVariable?(name: string): string | undefined; method
|
| D | program.ts | 185 …getEnvironmentVariable: name => system.getEnvironmentVariable ? system.getEnvironmentVariable(name…
|
| D | types.ts | 6509 getEnvironmentVariable?(name: string): string | undefined; method
|
| /third_party/typescript/src/tsserver/ |
| D | server.ts | 48 …if (sys.tryEnableSourceMapsForHost && /^development$/i.test(sys.getEnvironmentVariable("NODE_ENV")…
|
| /third_party/typescript/src/webServer/ |
| D | webServer.ts | 144 getEnvironmentVariable: returnEmptyString, // TODO:: Used to enable debugging info
|
| /third_party/typescript/src/harness/ |
| D | harnessIO.ts | 26 getEnvironmentVariable?(name: string): string; method 157 getEnvironmentVariable: name => ts.sys.getEnvironmentVariable(name), 167 …if (IO.tryEnableSourceMapsForHost && /^development$/i.test(IO.getEnvironmentVariable!("NODE_ENV"))…
|
| D | harnessLanguageService.ts | 782 getEnvironmentVariable(name: string): string { 783 return ts.sys.getEnvironmentVariable(name);
|
| D | fakesHosts.ts | 160 public getEnvironmentVariable(name: string): string {
|
| D | virtualFileSystemWithWatch.ts | 1130 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 | 3124 getEnvironmentVariable?(name: string): string | undefined; method 5072 getEnvironmentVariable?(name: string): string | undefined;
|
| D | typescriptServices.d.ts | 3124 getEnvironmentVariable?(name: string): string | undefined; method 5072 getEnvironmentVariable?(name: string): string | undefined;
|
| D | tsserverlibrary.d.ts | 3124 getEnvironmentVariable?(name: string): string | undefined; method 5072 getEnvironmentVariable?(name: string): string | undefined;
|
| D | tsc.js | 3753 if (!system.getEnvironmentVariable) { 3760 return system.getEnvironmentVariable(envVar + "_" + level.toUpperCase()); 4462 getEnvironmentVariable: function (name) { method 4884 if (ts.sys && ts.sys.getEnvironmentVariable) { 4886 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 87197 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 92766 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… 92815 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable), 95375 if (ts.sys.tryEnableSourceMapsForHost && /^development$/i.test(ts.sys.getEnvironmentVariable("NODE_…
|
| D | typingsInstaller.js | 6264 if (!system.getEnvironmentVariable) { 6271 return system.getEnvironmentVariable(envVar + "_" + level.toUpperCase()); 7068 getEnvironmentVariable: function (name) { method 7562 if (ts.sys && ts.sys.getEnvironmentVariable) { 7564 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 106213 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 112669 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… 112724 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable),
|
| D | tsserver.js | 6275 if (!system.getEnvironmentVariable) { 6282 return system.getEnvironmentVariable(envVar + "_" + level.toUpperCase()); 7079 getEnvironmentVariable: function (name) { method 7573 if (ts.sys && ts.sys.getEnvironmentVariable) { 7575 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 106224 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 112680 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… 112735 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable), 162501 getEnvironmentVariable: returnEmptyString, 164376 …s.sys.tryEnableSourceMapsForHost && /^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV"…
|
| D | typescript.js | 6469 if (!system.getEnvironmentVariable) { 6476 return system.getEnvironmentVariable(envVar + "_" + level.toUpperCase()); 7273 getEnvironmentVariable: function (name) { method 7767 if (ts.sys && ts.sys.getEnvironmentVariable) { 7769 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 106418 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 112874 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… 112929 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable),
|
| D | typescriptServices.js | 6469 if (!system.getEnvironmentVariable) { 6476 return system.getEnvironmentVariable(envVar + "_" + level.toUpperCase()); 7273 getEnvironmentVariable: function (name) { method 7767 if (ts.sys && ts.sys.getEnvironmentVariable) { 7769 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 106418 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 112874 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… 112929 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable),
|
| D | tsserverlibrary.js | 6469 if (!system.getEnvironmentVariable) { 6476 return system.getEnvironmentVariable(envVar + "_" + level.toUpperCase()); 7273 getEnvironmentVariable: function (name) { method 7767 if (ts.sys && ts.sys.getEnvironmentVariable) { 7769 ts.Debug.setAssertionLevel(/^development$/i.test(ts.sys.getEnvironmentVariable("NODE_ENV")) 106418 …getEnvironmentVariable: function (name) { return system.getEnvironmentVariable ? system.getEnviron… method 112874 …getEnvironmentVariable: ts.maybeBind(host, host.getEnvironmentVariable) || (function () { return "… 112929 getEnvironmentVariable: ts.maybeBind(system, system.getEnvironmentVariable),
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3209 getEnvironmentVariable?(name: string): string | undefined; method 5313 getEnvironmentVariable?(name: string): string | undefined;
|
| D | tsserverlibrary.d.ts | 3209 getEnvironmentVariable?(name: string): string | undefined; method 5313 getEnvironmentVariable?(name: string): string | undefined;
|