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

Function getGlobalImportCallOptionsType

test/fixtures/snapshot/typescript.js:60705–60707  ·  view source on GitHub ↗
(reportErrors)

Source from the content-addressed store, hash-verified

60703 return deferredGlobalImportMetaExpressionType;
60704 }
60705 function getGlobalImportCallOptionsType(reportErrors) {
60706 return (deferredGlobalImportCallOptionsType || (deferredGlobalImportCallOptionsType = getGlobalType("ImportCallOptions", /*arity*/ 0, reportErrors))) || emptyObjectType;
60707 }
60708 function getGlobalESSymbolConstructorSymbol(reportErrors) {
60709 return deferredGlobalESSymbolConstructorSymbol || (deferredGlobalESSymbolConstructorSymbol = getGlobalValueSymbol("Symbol", reportErrors));
60710 }

Callers 2

Calls 1

getGlobalTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…