Hacker News new | ask | show | jobs
by lkesteloot 1881 days ago
Has anyone experimented with making a custom version of Deno that has its TS files built-in? I want to give my user exactly one binary that they can run to use the tool I'm writing, as if I'd compiled it in C/go.
1 comments

Custom version? Isn't `deno compile` what you want?
WOW! Thank you!