()
| 37211 | return withJSDoc(parseImportOrExportSpecifier(275 /* SyntaxKind.ExportSpecifier */), hasJSDoc); |
| 37212 | } |
| 37213 | function parseImportSpecifier() { |
| 37214 | return parseImportOrExportSpecifier(270 /* SyntaxKind.ImportSpecifier */); |
| 37215 | } |
| 37216 | function parseImportOrExportSpecifier(kind) { |
| 37217 | var pos = getNodePos(); |
| 37218 | // ImportSpecifier: |
nothing calls this directly
no test coverage detected
searching dependent graphs…