()
| 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 |
no test coverage detected
searching dependent graphs…