Searched refs:ClassMethod (Results 1 – 3 of 3) sorted by relevance
68 - [MethodDefinition][] is replaced with [ClassMethod][]70 - [ClassMethod][], [ObjectProperty][], and [ObjectMethod][] value property's properties in [Functio…90 [ClassMethod]: https://github.com/babel/babylon/blob/master/ast/spec.md#classmethod
406 body: Array<ClassMethod | ClassProperty>;492 export interface ClassMethod extends Node { interface1295 | ClassMethod;1310 | ClassMethod;1371 … = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod;1378 | ClassMethod;1437 export type Method = ObjectMethod | ClassMethod;1719 export function classBody(body?: Array<ClassMethod | ClassProperty>): ClassBody;1758 ): ClassMethod;2093 export function isClassMethod(node: object | null | undefined, opts?: object): node is ClassMethod;[all …]
256 - `body`: `Array<ClassMethod | ClassProperty>` (required)