(node)
| 109297 | errorNameNode = undefined; |
| 109298 | } |
| 109299 | function shouldStripInternal(node) { |
| 109300 | return !!stripInternal && !!node && isInternalDeclaration(node, currentSourceFile); |
| 109301 | } |
| 109302 | function isScopeMarker(node) { |
| 109303 | return ts.isExportAssignment(node) || ts.isExportDeclaration(node); |
| 109304 | } |
no test coverage detected
searching dependent graphs…