ts-node
ts-node copied to clipboard
Audit dependency loading; make as lazy as possible to optimize most common startup path
For example, src/bin.ts requires src/repl.ts which requires diff. diff is a bit beefy and we only use one of its features, and only in the REPL.
Came from convo on #1672