(specifier: ts.ImportSpecifier)
| 2519 | } |
| 2520 | |
| 2521 | function importSpecifierName(specifier: ts.ImportSpecifier): string { |
| 2522 | return specifier.propertyName?.text ?? specifier.name.text |
| 2523 | } |
| 2524 | |
| 2525 | function validateExampleImports( |
| 2526 | code: string, |
no outgoing calls
no test coverage detected