()
| 37207 | return finishNode(node, pos); |
| 37208 | } |
| 37209 | function parseExportSpecifier() { |
| 37210 | var hasJSDoc = hasPrecedingJSDocComment(); |
| 37211 | return withJSDoc(parseImportOrExportSpecifier(275 /* SyntaxKind.ExportSpecifier */), hasJSDoc); |
| 37212 | } |
| 37213 | function parseImportSpecifier() { |
| 37214 | return parseImportOrExportSpecifier(270 /* SyntaxKind.ImportSpecifier */); |
| 37215 | } |
nothing calls this directly
no test coverage detected