MCPcopy Index your code
hub / github.com/nodejs/node / getTypeScriptVersion

Function getTypeScriptVersion

test/fixtures/snapshot/typescript.js:2627–2629  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2625 Debug.currentLogLevel = LogLevel.Warning;
2626 Debug.isDebugging = false;
2627 function getTypeScriptVersion() {
2628 return typeScriptVersion !== null && typeScriptVersion !== void 0 ? typeScriptVersion : (typeScriptVersion = new ts.Version(ts.version));
2629 }
2630 Debug.getTypeScriptVersion = getTypeScriptVersion;
2631 function shouldLog(level) {
2632 return Debug.currentLogLevel <= level;

Callers 1

createDeprecationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected