(message)
| 26 | const runtimeEntryNames = ['index.js', 'index.cjs', 'index.mjs']; |
| 27 | |
| 28 | function fail(message) { |
| 29 | throw new Error(message); |
| 30 | } |
| 31 | |
| 32 | function toPosixPath(path) { |
| 33 | return path.split('\\').join('/'); |
no outgoing calls
no test coverage detected