MCPcopy Create free account
hub / github.com/nodejs/node / bindImportClause

Function bindImportClause

test/fixtures/snapshot/typescript.js:47130–47134  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

47128 }
47129 }
47130 function bindImportClause(node) {
47131 if (node.name) {
47132 declareSymbolAndAddToSymbolTable(node, 2097152 /* SymbolFlags.Alias */, 2097152 /* SymbolFlags.AliasExcludes */);
47133 }
47134 }
47135 function setCommonJsModuleIndicator(node) {
47136 if (file.externalModuleIndicator && file.externalModuleIndicator !== true) {
47137 return false;

Callers 1

bindWorkerFunction · 0.85

Calls 1

Tested by

no test coverage detected