Hacker News new | ask | show | jobs
by a1371 1150 days ago
Deno's major adoption point can be it's native typescript support but without an easy way to bring an npm package into it, developing its community will be tough. So I can totally see why they are ployfilling `node:crypto` since many cloud SDKs are using those in their packages.
1 comments

You can import npm packages now. They added it a few release ago.

https://deno.com/manual/node

The polyfills are not complete yet as this update points out