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

Function isExternalModuleExport

test/fixtures/snapshot/typescript.js:93997–93999  ·  view source on GitHub ↗

* Gets a value indicating whether the node is exported from an external module. * * @param node The node to test.

(node)

Source from the content-addressed store, hash-verified

93995 * @param node The node to test.
93996 */
93997 function isExternalModuleExport(node) {
93998 return currentNamespace === undefined && ts.hasSyntacticModifier(node, 1 /* ModifierFlags.Export */);
93999 }
94000 /**
94001 * Gets a value indicating whether the node is a named export from an external module.
94002 *

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…