Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DimportTracker.ts51 const isAvailableThroughGlobal = !!exportingModuleSymbol.globalExports; constant
52 …const indirectUserDeclarations: SourceFileLike[] | undefined = isAvailableThroughGlobal ? undefine…
59 if (isAvailableThroughGlobal) {
93 if (!isAvailableThroughGlobal) {