gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Only load goal's dependencies #50

Open gulachek opened 1 month ago

gulachek commented 1 month ago

Currently the Build will load all of the goal's dependencies in the run() method. This is more than is necessary, and there could be gains in only loading that which is necessary