(file)
| 828 | } |
| 829 | |
| 830 | function parsePackage(file) { |
| 831 | return file.match(/packages\/((?:@[^/]+\/)?[^/]+)\/([^/]+)/).slice(1); |
| 832 | } |
| 833 | |
| 834 | function getRenamedSpecifier(specifier, from, importedName, relative = true) { |
| 835 | if (skipped.some(s => specifier.includes(s))) { |
no test coverage detected