({ env: env2 = import_node_process4.default.env, ...options } = {})
| 65952 | previous = cwdPath; |
| 65953 | cwdPath = import_node_path.default.resolve(cwdPath, ".."); |
| 65954 | } |
| 65955 | }; |
| 65956 | var applyExecPath = (result, execPath, cwdPath) => { |
| 65957 | const execPathString = execPath instanceof URL ? (0, import_node_url.fileURLToPath)(execPath) : execPath; |
| 65958 | result.push(import_node_path.default.resolve(cwdPath, execPathString, "..")); |
| 65959 | }; |
| 65960 | var npmRunPathEnv = ({ env: env2 = import_node_process4.default.env, ...options } = {}) => { |
| 65961 | env2 = { ...env2 }; |
| 65962 | const pathName = pathKey({ env: env2 }); |
| 65963 | options.path = env2[pathName]; |
no test coverage detected
searching dependent graphs…