(path: string)
| 1571 | ) |
| 1572 | |
| 1573 | const getFileUrlFromFullPath = (path: string) => |
| 1574 | `require('u' + 'rl').pathToFileURL(${path}).href` |
| 1575 | |
| 1576 | const getFileUrlFromRelativePath = (path: string) => |
| 1577 | getFileUrlFromFullPath(`__dirname + '/${escapeId(path)}'`) |
no outgoing calls
no test coverage detected