Hacker News new | ask | show | jobs
by meowtimemania 697 days ago
it must install compiled and uncompiled versions? Otherwise node (without the above flag) would throw errors when it encounters types in node_modules
1 comments

I just checked and you are correct, in node it only installs the compiled version.

Apparently you can only view the uncompiled source code in deno since it natively supports typescript.

My bad

No worries! I was curious how it worked on node. Thanks!