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

Function bindSourceFileAsExternalModule

test/fixtures/snapshot/typescript.js:47075–47077  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47073 }
47074 }
47075 function bindSourceFileAsExternalModule() {
47076 bindAnonymousDeclaration(file, 512 /* SymbolFlags.ValueModule */, "\"".concat(ts.removeFileExtension(file.fileName), "\""));
47077 }
47078 function bindExportAssignment(node) {
47079 if (!container.symbol || !container.symbol.exports) {
47080 // Incorrect export assignment in some sort of block construct

Callers 2

Calls 2

bindAnonymousDeclarationFunction · 0.85
concatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…