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

Remove dependency on Node "process" module #953

Open
5 tasks
Tracked by #927
streamich opened this issue Oct 7, 2023 · 0 comments
Open
5 tasks
Tracked by #927

Remove dependency on Node "process" module #953

streamich opened this issue Oct 7, 2023 · 0 comments

Comments

@streamich
Copy link
Owner

Refactor code such that it does not explicitly require the "process" module and so that it gracefully handles the case when process global is not available:

  • process
    • process.cwd()
    • process.getuid()
    • process.getgit()
    • process.platform
@streamich streamich changed the title Remove dependency on Node "process" modeul Remove dependency on Node "process" module Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant