Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay load the net-scp require to avoid bloating eager loading
require net/scp seems to be around 5 MB of memory and requires 122 files: 0 <+ net/scp (0.236512) (5308416) (122) If we ever are to eager load plugins, we need to avoid having them requiring client code at code load time.
- Loading branch information