garronej / denoify

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
http://denoify.land
MIT License
929 stars 21 forks source link

Import `node:process` if `process` is used #109

Closed dancrumb closed 1 year ago

dancrumb commented 1 year ago

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 commented 1 year ago

Oh! Super!
Thanks a lot!

garronej commented 1 year ago

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.