top | item 41064596

(no title)

yamumsahoe | 1 year ago

correction: the only deno future that i want

discuss

order

sholladay|1 year ago

Deno has so many other great features. Most web standard APIs are available in Deno, for example. It can do URL imports. It has a built in linter, formatter, and test framework. Built in documentation generator. A much better built in web server.

Node is copying many of these features to varying degrees of success. But Deno is evolving, too.

johnny22|1 year ago

the url imports is one the things I don't want.

throwitaway1123|1 year ago

Node supports URL imports via the --experimental-network-imports command line option. There's also a built in test runner now.

WuxiFingerHold|1 year ago

... and obviously the only one you know.

Kidding aside: You should really take an hour and check out the manual and std lib (https://jsr.io/@std). I was surprised how far Deno has come. A lot of pretty useful stuff you would otherwise need tons of NPM modules for.