@travetto/transformer
Advanced tools
Comparing version 1.0.0-rc.4 to 1.0.0-rc.5
@@ -30,4 +30,4 @@ { | ||
}, | ||
"version": "1.0.0-rc.4", | ||
"gitHead": "0ef6355272bf9d78c292d497aa2339b776cd770d" | ||
"version": "1.0.0-rc.5", | ||
"gitHead": "eac2ae593b666eafb9bb5a319cd74ccac5099ffb" | ||
} |
@@ -73,2 +73,3 @@ import * as ts from 'typescript'; | ||
if (result) { | ||
result.original = resType; | ||
result.comment = DocUtil.describeDocs(type).description; | ||
@@ -75,0 +76,0 @@ |
@@ -27,2 +27,6 @@ import ts = require('typescript'); | ||
nullable?: boolean; | ||
/** | ||
* Original type | ||
*/ | ||
original?: ts.Type; | ||
} | ||
@@ -29,0 +33,0 @@ |
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
53515
1528