kmore-types
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.13.0](https://github.com/waitingsong/kmore-types/compare/v0.12.0...v0.13.0) (2019-10-15) | ||
### Features | ||
* default forceLoadTbListJs, forceLoadTbListJsPathReplaceRules ([1a758d3](https://github.com/waitingsong/kmore-types/commit/1a758d3)) | ||
# [0.12.0](https://github.com/waitingsong/kmore-types/compare/v0.11.2...v0.12.0) (2019-10-15) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.11.2 | ||
* @version 0.12.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,7 @@ import { CallExpression, JSDocTagInfo, SourceFile, TypeChecker } from 'typescript'; | ||
exportVarPrefix: string; | ||
/** Load js under ts env for debug, Default: false */ | ||
/** | ||
* Load js under ts env for debug, | ||
* Default: false | ||
* Default: true if process.env.NODE_ENV === 'production' | ||
*/ | ||
forceLoadTbListJs: boolean; | ||
@@ -11,2 +15,3 @@ /** | ||
* Default: null | ||
* Default: [ [/\/src\//u, '/dist/'] ] if process.env.NODE_ENV === 'production' | ||
* @example [ [/src\//u, 'dist/'] ] | ||
@@ -13,0 +18,0 @@ */ |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Retrieve types info from ts file", | ||
@@ -84,3 +84,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e5ca90060deed16bb326ecd4bf0214ce97dcc816" | ||
"gitHead": "8d15ea1efdafc2fecfc43a832c73b4b8e834a853" | ||
} |
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
174301
1684