Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babel-types/
DREADME.md342 See also `t.isClassProperty(node, opts)` and `t.assertClassProperty(node, opts)`.
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2410 pp$1.isClassProperty = function () { function
2469 } else if (this.isClassProperty()) {
2511 } else if (this.isClassProperty()) {
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts2116 export function isClassProperty(node: object | null | undefined, opts?: object): node is ClassPrope…