(target = targetTriple(), platform = process.platform)
| 23 | } |
| 24 | |
| 25 | export function nativeBinPath(target = targetTriple(), platform = process.platform) { |
| 26 | return resolve(nativeBinDir(target), executableName(platform)); |
| 27 | } |
| 28 | |
| 29 | export function nativeJsBundlePath() { |
| 30 | return resolve(nativeIntermediatesDir(), 'main.cjs'); |
no test coverage detected