kmore-types
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10) | ||
**Note:** Version bump only for package kmore-types | ||
# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.16.4 | ||
* @version 0.17.0 | ||
* @author waiting | ||
@@ -426,3 +426,3 @@ * @license MIT | ||
/* eslint-disable @typescript-eslint/prefer-optional-chain */ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
/** | ||
@@ -429,0 +429,0 @@ * |
@@ -237,2 +237,3 @@ import { JsonType, Spread } from '@waiting/shared-types'; | ||
/** | ||
* ac.tb_foo.genFieldsAlias() | ||
* @returns object | ||
@@ -244,3 +245,3 @@ * `{ | ||
*/ | ||
[ColumnExtPropKeys.genFieldsAliasFn]: <T extends AliasTableCols<TAliasCols> = any>(keyArr: ((keyof T) | '*')[], | ||
genFieldsAlias: <T extends TAliasCols = any>(keyArr: ((keyof T) | '*')[], | ||
/** Default: false */ | ||
@@ -267,2 +268,3 @@ useColAliasNameAsOutputName?: boolean) => Record<string, string>; | ||
output: string; | ||
/** type of the column */ | ||
_typePlaceholder: TColType; | ||
@@ -269,0 +271,0 @@ } |
@@ -14,3 +14,3 @@ import type { CallExpression, SourceFile, TypeChecker } from 'typescript'; | ||
} | ||
export declare function genInfoFromNode(options: GenInfoFromNodeOps): GenInfoFromNodeRet | void; | ||
export declare function genInfoFromNode(options: GenInfoFromNodeOps): GenInfoFromNodeRet | undefined; | ||
export declare function matchSourceFileWithFilePath(path: string): MatchedSourceFile; | ||
@@ -17,0 +17,0 @@ /** Retrieve node with specified position from caller */ |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
/* eslint-disable @typescript-eslint/prefer-optional-chain */ | ||
@@ -2,0 +3,0 @@ /* eslint-disable no-bitwise */ |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Retrieve types info from ts file", | ||
@@ -87,3 +87,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a7ec4ea8a805aa645d54979d88ba3c83def65ba1" | ||
"gitHead": "5f81159512d69d298c0fd5e8fd64303e7745a147" | ||
} |
Sorry, the diff of this file is not supported yet
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
147716
2159