(path: string)
| 1574 | `require('u' + 'rl').pathToFileURL(${path}).href` |
| 1575 | |
| 1576 | const getFileUrlFromRelativePath = (path: string) => |
| 1577 | getFileUrlFromFullPath(`__dirname + '/${escapeId(path)}'`) |
| 1578 | |
| 1579 | const relativeUrlMechanisms: Record< |
| 1580 | InternalModuleFormat, |
no test coverage detected