()
| 196 | `; |
| 197 | const explosions = []; |
| 198 | const thisValue = {explode() { return explosions.push('explosion!'); }}; |
| 199 | const aetherOptions = {language}; |
| 200 | aether = new Aether(aetherOptions); |
| 201 | aether.transpile(code); |
nothing calls this directly
no outgoing calls
no test coverage detected