Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support URL where paths are supported? #458

Closed
sindresorhus opened this issue May 3, 2021 · 4 comments · Fixed by #635
Closed

Support URL where paths are supported? #458

sindresorhus opened this issue May 3, 2021 · 4 comments · Fixed by #635

Comments

@sindresorhus
Copy link
Owner

Node.js is adopting it for a lot of APIs.

  • file argument.
  • cwd option.
  • localDir option.
  • execPath option.
  • nodePath option.

@ehmicky Thoughts?


If we decide to do this, we should probably open a Node.js issue about supporting URL for things in childProcess too.

@ehmicky
Copy link
Collaborator

ehmicky commented May 3, 2021

Yes, this makes sense 👍

@ehmicky
Copy link
Collaborator

ehmicky commented Dec 18, 2023

Status update.

Done for:

  • cwd option
  • localDir option
  • stdin/stdout/stderr options

Not done for:

  • execPath option
  • nodePath option
  • inputFile option
  • file argument

@ehmicky
Copy link
Collaborator

ehmicky commented Dec 21, 2023

execPath done at sindresorhus/npm-run-path#16 and #633
nodePath done at #632.
inputFile done at #630.
file argument done at #631

@ehmicky
Copy link
Collaborator

ehmicky commented Dec 21, 2023

Only one missing: the shell option, done at #635.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants