()
| 95576 | return lex.privateIdentifierEnvironment; |
| 95577 | } |
| 95578 | function getPendingExpressions() { |
| 95579 | return pendingExpressions || (pendingExpressions = []); |
| 95580 | } |
| 95581 | function addPrivateIdentifierToEnvironment(node) { |
| 95582 | var _a; |
| 95583 | var text = ts.getTextOfPropertyName(node.name); |
no outgoing calls
no test coverage detected