ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Audit dependency loading; make as lazy as possible to optimize most common startup path

Open cspotcode opened this issue 3 years ago • 0 comments

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

cspotcode avatar Mar 03 '22 22:03 cspotcode