@wessberg/type
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -0,1 +1,10 @@ | ||
<a name="0.0.43"></a> | ||
## 0.0.43 (2017-08-27) | ||
* 0.0.43 ([f7d68cd](https://github.com/wessberg/Type/commit/f7d68cd)) | ||
* Bumped version ([981be5d](https://github.com/wessberg/Type/commit/981be5d)) | ||
* Fixed a bug ([73cec5b](https://github.com/wessberg/Type/commit/73cec5b)) | ||
<a name="0.0.42"></a> | ||
@@ -2,0 +11,0 @@ ## 0.0.42 (2017-08-27) |
@@ -5,4 +5,4 @@ import { FormattedExpression, IFormattedExpression } from "../formatted-expression/i-formatted-expression"; | ||
import { FormattedPropertyName } from "../property-name/i-formatted-property-name"; | ||
import { IFormattedArguments } from "../arguments/i-formatted-arguments"; | ||
import { Type } from "../../type/type/type"; | ||
import { ParameterType } from "../../type/parameter-type/i-parameter-type"; | ||
export interface IFormattedAccessor extends IFormattedExpression { | ||
@@ -20,4 +20,4 @@ expressionKind: FormattedExpressionKind.ACCESSOR; | ||
kind: FormattedAccessorKind.SET; | ||
arguments: IFormattedArguments; | ||
parameters: ParameterType; | ||
} | ||
export declare type FormattedAccessor = IFormattedSetAccessor | IFormattedGetAccessor; |
@@ -5,4 +5,4 @@ import { FormattedExpression, IFormattedExpression } from "../formatted-expression/i-formatted-expression"; | ||
import { FormattedPropertyName } from "../property-name/i-formatted-property-name"; | ||
import { IFormattedArguments } from "../arguments/i-formatted-arguments"; | ||
import { Type } from "../../type/type/type"; | ||
import { ParameterType } from "../../type/parameter-type/i-parameter-type"; | ||
export interface IFormattedAccessor extends IFormattedExpression { | ||
@@ -20,4 +20,4 @@ expressionKind: FormattedExpressionKind.ACCESSOR; | ||
kind: FormattedAccessorKind.SET; | ||
arguments: IFormattedArguments; | ||
parameters: ParameterType; | ||
} | ||
export declare type FormattedAccessor = IFormattedSetAccessor | IFormattedGetAccessor; |
{ | ||
"name": "@wessberg/type", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "Type signatures and enums for model types.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
126826