-
Notifications
You must be signed in to change notification settings - Fork 38
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
Deno Support #153
Comments
Deno has been on my list of things to play around with for a while now. I actually had a private repository named "denv-var" where I planned to try create a Deno port of this library. After that I started simply trying to port this library to be pure TypeScript. It was a little tricky due to features such as the custom accessors. Here's the work in progress code. I'd love help with the TS port if you're interested. I suspect it'd be easier to support Deno once that work is complete, but maybe I'm wrong, and the current lib could support it with minor modifications? |
I don't think it'll be hard to even automate the task to support deno. |
@abdulrahman1s version 8 is getting close to completion. I have published a beta tag on npm. You can try it using |
It would be cool if we could use this library in Deno. 😄
The text was updated successfully, but these errors were encountered: