()
| 203 | |
| 204 | return { |
| 205 | ClassBody() { |
| 206 | if (shouldIgnoreFile()) { |
| 207 | return; |
| 208 | } |
| 209 | |
| 210 | stack.push({used: new Set(), declared: new Map()}); |
| 211 | }, |
| 212 | |
| 213 | 'ClassBody:exit': function () { |
| 214 | if (shouldIgnoreFile()) { |
nothing calls this directly
no test coverage detected