()
| 606 | |
| 607 | let _require: NodeRequire |
| 608 | function getRequire() { |
| 609 | if (!_require) { |
| 610 | _require = createRequire(import.meta.url) |
| 611 | } |
| 612 | return _require |
| 613 | } |
| 614 | |
| 615 | const postfixRE = /[?#].*$/ |
| 616 | function cleanUrl(url: string): string { |
no outgoing calls
no test coverage detected