vue-docgen-api
Advanced tools
Comparing version 4.37.0 to 4.38.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.38.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.37.2...v4.38.0) (2021-04-10) | ||
### Features | ||
* **docgen:** allow typescript as in exports ([0514a86](https://github.com/vue-styleguidist/vue-styleguidist/commit/0514a86ead9cc4ddb9b17b5a0857c8185d70af7a)), closes [#1066](https://github.com/vue-styleguidist/vue-styleguidist/issues/1066) | ||
# [4.37.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.36.1...v4.37.0) (2021-04-05) | ||
@@ -8,0 +19,0 @@ |
@@ -131,2 +131,7 @@ "use strict"; | ||
else { | ||
// if we look at a TS "as" expression the variable is "contained" | ||
// in its expression member. In this case, resolve the expression member | ||
if (bt.isTSAsExpression(definition.node)) { | ||
definition = definition.get('expression'); | ||
} | ||
var realDef = resolveIdentifier_1.default(ast, definition); | ||
@@ -133,0 +138,0 @@ if (realDef) { |
{ | ||
"name": "vue-docgen-api", | ||
"version": "4.37.0", | ||
"version": "4.38.0", | ||
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.", | ||
@@ -53,3 +53,3 @@ "homepage": "https://vue-styleguidist.github.io", | ||
}, | ||
"gitHead": "a3e6e655b49063528cdffa0150c2bf5122a79a73" | ||
"gitHead": "d87bfa8aca4f7ae824c9c7eefb401ad51e7fe3fd" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
346455
5881