* Add hack to selected names
(klass)
| 55 | * Add hack to selected names |
| 56 | */ |
| 57 | static hack(klass) { |
| 58 | if (!this.hacks) { |
| 59 | this.hacks = {} |
| 60 | } |
| 61 | return klass.names.map(name => { |
| 62 | this.hacks[name] = klass |
| 63 | return this.hacks[name] |
| 64 | }) |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Load hacks for some names |
no outgoing calls
no test coverage detected