| 5 | |
| 6 | // minimatch wants forward slashes only for glob patterns |
| 7 | const globify = pattern => pattern.split('\\').join('/') |
| 8 | |
| 9 | // Returns an Map of paths to workspaces indexed by workspace name |
| 10 | // { foo => '/path/to/foo' } |
no test coverage detected
searching dependent graphs…