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

Import node:process if process is used #109

Merged
merged 2 commits into from
Jun 15, 2023
Merged

Conversation

dancrumb
Copy link
Collaborator

@dancrumb dancrumb commented Jun 14, 2023

After investigating a different issue, I discovered that process is available in Deno if you import node:process.

This seems like a much safer and sustainable fix to handling environment variable access.

Fixes #108

@garronej
Copy link
Owner

Oh! Super!
Thanks a lot!

@garronej garronej enabled auto-merge June 15, 2023 12:25
@garronej garronej disabled auto-merge June 15, 2023 13:58
@garronej garronej merged commit 974e684 into garronej:main Jun 15, 2023
@garronej
Copy link
Owner

garronej commented Jun 15, 2023

Thank you immensely for your valuable contribution, @dancrumb. Both myself and the entire community greatly appreciate it, as it has been quite beneficial for all of us.

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

Successfully merging this pull request may close these issues.

Environment variables in comparison expressions are not converted
2 participants