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

Function isGlobalScopeAugmentation

test/fixtures/snapshot/typescript.js:15019–15021  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

15017 }
15018 ts.isBlockScopedContainerTopLevel = isBlockScopedContainerTopLevel;
15019 function isGlobalScopeAugmentation(module) {
15020 return !!(module.flags & 1024 /* NodeFlags.GlobalAugmentation */);
15021 }
15022 ts.isGlobalScopeAugmentation = isGlobalScopeAugmentation;
15023 function isExternalModuleAugmentation(node) {
15024 return isAmbientModule(node) && isModuleAugmentationExternal(node);

Callers 2

isAmbientModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected