This AI is still in early stages of development.
Check.LAZY_LOAD
Disable autoloading during a dependency check...
Notes
If autoloading is enabled (see Check.paths[] for details), most dependency checks will attempt to automatically load missing dependencies.
You can prevent autoloading when using Check.has() and Check.doWhen() by specifying Check.LAZY_LOAD for the 'lazy' parameter.
Examples
Check.has(name, ver, Check.LAZY_LOAD);
Check.doWhen(dependencies, self, task, Check.LAZY_LOAD);