(value /* : string */)
| 20 | |
| 21 | const index = packageJson.module; |
| 22 | const relative = (value /* : string */) => |
| 23 | path.relative(root, path.resolve(path.dirname(index), value)); |
| 24 | |
| 25 | const mappings = ast.program.body.reduce((acc, declaration, index, self) => { |
| 26 | if (types.isExportNamedDeclaration(declaration)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…