Home
last modified time | relevance | path

Searched refs:ObjectMethod (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/
DREADME.md67 - [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
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts269 properties: Array<ObjectProperty | ObjectMethod | SpreadProperty>;
272 export interface ObjectMethod extends Node { interface
1288 | ObjectMethod
1305 | ObjectMethod
1371 export type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpre…
1376 | ObjectMethod
1432 | ObjectMethod
1437 export type Method = ObjectMethod | ClassMethod;
1438 export type ObjectMember = ObjectMethod | ObjectProperty;
1676 export function objectExpression(properties?: Array<ObjectProperty | ObjectMethod | SpreadProperty>…
[all …]
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md1350 - `properties`: `Array<ObjectMethod | ObjectProperty | SpreadProperty>` (required)