Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
christophercurrie and ljharb committed May 13, 2019
1 parent 7aa13d1 commit b52bf3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ExportMap.js
Expand Up @@ -532,7 +532,8 @@ ExportMap.parse = function (path, content, context) {
)
)
} else {
m.namespace.set(exportedDecl.id.name,
m.namespace.set(
exportedDecl.id.name,
captureDoc(source, docStyleParsers, moduleBlockNode))
}
})
Expand Down

0 comments on commit b52bf3e

Please sign in to comment.