Searched refs:ObjectMethod (Results 1 – 3 of 3) sorted by relevance
67 - [Property][] token is replaced with [ObjectProperty][] and [ObjectMethod][]70 - [ClassMethod][], [ObjectProperty][], and [ObjectMethod][] value property's properties in [Functio…89 [ObjectMethod]: https://github.com/babel/babylon/blob/master/ast/spec.md#objectmethod
269 properties: Array<ObjectProperty | ObjectMethod | SpreadProperty>;272 export interface ObjectMethod extends Node { interface1288 | ObjectMethod1305 | ObjectMethod1371 export type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpre…1376 | ObjectMethod1432 | ObjectMethod1437 export type Method = ObjectMethod | ClassMethod;1438 export type ObjectMember = ObjectMethod | ObjectProperty;1676 export function objectExpression(properties?: Array<ObjectProperty | ObjectMethod | SpreadProperty>…[all …]
1350 - `properties`: `Array<ObjectMethod | ObjectProperty | SpreadProperty>` (required)