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

Function checkExportsOnMergedDeclarations

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

Source from the content-addressed store, hash-verified

81138 }
81139 }
81140 function checkExportsOnMergedDeclarations(node) {
81141 addLazyDiagnostic(function () { return checkExportsOnMergedDeclarationsWorker(node); });
81142 }
81143 function checkExportsOnMergedDeclarationsWorker(node) {
81144 // if localSymbol is defined on node then node itself is exported - check is required
81145 var symbol = node.localSymbol;

Calls 2

addLazyDiagnosticFunction · 0.85

Tested by

no test coverage detected