chore(doc-gen): make the module of the export's original declaration available
This commit is contained in:

committed by
Naomi Black

parent
19274e744d
commit
dad40751d4
@ -8,6 +8,9 @@
|
||||
{%- if item.varType %}
|
||||
"varType" : "{$ item.varType $}",
|
||||
{%- endif %}
|
||||
{%- if item.originalModule %}
|
||||
"originalModule" : "{$ item.originalModule $}",
|
||||
{%- endif %}
|
||||
"docType": "{$ item.docType $}"
|
||||
}{% if not loop.last %},{% endif %}
|
||||
{% endfor -%}
|
||||
|
Reference in New Issue
Block a user