()
| 770 | } |
| 771 | |
| 772 | func (b *Binder) bindSourceFileAsExternalModule() { |
| 773 | b.bindAnonymousDeclaration(b.file.AsNode(), ast.SymbolFlagsValueModule, "\""+tspath.RemoveFileExtension(b.file.FileName())+"\"") |
| 774 | } |
| 775 | |
| 776 | func (b *Binder) bindModuleDeclaration(node *ast.Node) { |
| 777 | b.setExportContextFlag(node) |
no test coverage detected