-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Labels
Description
I'm trying to get a sense of what is currently supported (@2.0.0). My first attempt makes it look like documenting CommonJS modules isn't going to work as I expected.
I'm getting memberof reference to exports not found
where I try to assign to exports
. In addition, the module names in @module
tags are getting replaced with the property assigned to exports
(maybe a symptom of the same issue). Can you point me in the right direction?
Happy to help contribute if there are missing features.