(fragment)
| 35665 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
| 35666 | |
| 35667 | function parseHash(fragment) { |
| 35668 | const hashPosition = fragment.indexOf('#'); |
| 35669 | return hashPosition === -1 ? '' : fragment.substr(hashPosition + 1); |
| 35670 | } |
| 35671 | |
| 35672 | function explodeHostedGitFragment(fragment, reporter) { |
| 35673 | const hash = parseHash(fragment); |
no test coverage detected