File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15705,10 +15705,8 @@ func (c *Checker) getExportsOfModuleWorker(moduleSymbol *ast.Symbol) (exports as
1570515705 return symbols
1570615706 }
1570715707 var originalModule *ast.Symbol
15708- if moduleSymbol != nil {
15709- if c.resolveSymbolEx(moduleSymbol.Exports[ast.InternalSymbolNameExportEquals], false /*dontResolveAlias*/) != nil {
15710- originalModule = moduleSymbol
15711- }
15708+ if c.resolveSymbolEx(moduleSymbol.Exports[ast.InternalSymbolNameExportEquals], false /*dontResolveAlias*/) != nil {
15709+ originalModule = moduleSymbol
1571215710 }
1571315711 // A module defined by an 'export=' consists of one export that needs to be resolved
1571415712 moduleSymbol = c.resolveExternalModuleSymbol(moduleSymbol, false /*dontResolveAlias*/)
You can’t perform that action at this time.
0 commit comments