Comparing version 0.0.35 to 0.0.36
@@ -10,2 +10,3 @@ import { MethodName, Parameter } from '.'; | ||
readonly getter: boolean; | ||
readonly setter: boolean; | ||
readonly propertySetParameterList: BindingIdentifier | BindingElement | null; | ||
@@ -16,3 +17,3 @@ readonly uniqueFormalParameters: Parameter[]; | ||
} | ||
export declare function createMethodDefinition(async: boolean, generator: boolean, getter: boolean, propertySetParameterList: BindingIdentifier | BindingElement | null, uniqueFormalParameters: Parameter[], name: MethodName, contents: FunctionBody): MethodDefinition; | ||
export declare function createMethodDefinition(async: boolean, generator: boolean, getter: boolean, setter: boolean, propertySetParameterList: BindingIdentifier | BindingElement | null, uniqueFormalParameters: Parameter[], name: MethodName, contents: FunctionBody): MethodDefinition; | ||
//# sourceMappingURL=method-definition.d.ts.map |
{ | ||
"name": "escaya", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"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
460394
3638