Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Seriously, no idea why anyone things this is a better option. Seems like more work, and if two packages export things with the same name you have to use aliases. Also, seems like this could get REALLY messy on large projects.

I LOVE TypeScript, and was so excited about Deno when I first saw it, but the lack of package.json "feature" is a huge turn off for me. I sometimes feel like I'm the only person that has no problem with package.json. I think it works great.



Haven't used deno but I assume the standard `export * as asserts from "https://deno.land/std@0.152.0/testing/asserts.ts";` will work, which is the same effort as a package.json and does not create any identifier conflicts.


> which is the same effort as a package.json

Apart from the fact that you don't create package.json by writing "export * from" by hand.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: