(packageName: string, subpath: string)
| 682 | matches.push({ |
| 683 | key, |
| 684 | value, |
| 685 | star: subpath.slice(prefix.length, subpath.length - suffix.length), |
| 686 | specificity: prefix.length + suffix.length, |
| 687 | prefixLength: prefix.length |
| 688 | }) |
| 689 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…