()
| 177 | } |
| 178 | |
| 179 | supportsMethodShorthand() { |
| 180 | return this.outputOptions.environment.methodShorthand; |
| 181 | } |
| 182 | |
| 183 | supportsLogicalAssignment() { |
| 184 | return this.outputOptions.environment.logicalAssignment; |
no outgoing calls
no test coverage detected