Comparing version 0.0.34 to 0.0.35
@@ -10,4 +10,3 @@ import { MethodName, Parameter } from '.'; | ||
readonly getter: boolean; | ||
readonly setter: boolean; | ||
readonly propertySetParameterList: (BindingIdentifier | BindingElement)[]; | ||
readonly propertySetParameterList: BindingIdentifier | BindingElement | null; | ||
readonly uniqueFormalParameters: Parameter[]; | ||
@@ -17,3 +16,3 @@ readonly name: MethodName; | ||
} | ||
export declare function createMethodDefinition(async: boolean, generator: boolean, getter: boolean, setter: boolean, propertySetParameterList: (BindingIdentifier | BindingElement)[], uniqueFormalParameters: Parameter[], name: MethodName, contents: FunctionBody): MethodDefinition; | ||
export declare function createMethodDefinition(async: boolean, generator: boolean, getter: boolean, propertySetParameterList: BindingIdentifier | BindingElement | null, uniqueFormalParameters: Parameter[], name: MethodName, contents: FunctionBody): MethodDefinition; | ||
//# sourceMappingURL=method-definition.d.ts.map |
{ | ||
"name": "escaya", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "An blazing fast 100% spec compliant, incremental javascript parser written in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/escaya.umd.min.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
460295
3636