Home
last modified time | relevance | path

Searched refs:allowSuperOutsideMethod (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babylon/
Dindex.d.ts26 allowSuperOutsideMethod?: boolean | undefined;
DREADME.md36 allowSuperOutsideMethod?: boolean | undefined;
/plugin/asciidocjs/node_modules/babylon/
DREADME.md46 - **allowSuperOutsideMethod**: TODO
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js115 allowSuperOutsideMethod: false, property
3612 …if (!this.state.inMethod && !this.state.inClassProperty && !this.options.allowSuperOutsideMethod) {
3621 …(types.parenL) && this.state.inMethod !== "constructor" && !this.options.allowSuperOutsideMethod) {