(path: string)
| 33 | ); |
| 34 | |
| 35 | const getFileUrlFromFullPath = (path: string) => `require('u' + 'rl').pathToFileURL(${path}).href`; |
| 36 | |
| 37 | const getFileUrlFromRelativePath = (path: string) => getFileUrlFromFullPath(`__dirname + '/${escapeId(path)}'`); |
| 38 |
no outgoing calls
no test coverage detected