Searched refs:allowSuperOutsideMethod (Results 1 – 4 of 4) sorted by relevance
26 allowSuperOutsideMethod?: boolean | undefined;
36 allowSuperOutsideMethod?: boolean | undefined;
46 - **allowSuperOutsideMethod**: TODO
115 allowSuperOutsideMethod: false, property3612 …if (!this.state.inMethod && !this.state.inClassProperty && !this.options.allowSuperOutsideMethod) {3621 …(types.parenL) && this.state.inMethod !== "constructor" && !this.options.allowSuperOutsideMethod) {