performance idea: if for `./pants run`, `./pants t...
# development
h
performance idea: if for
./pants run
,
./pants test
, and
./pants package
, we know that the file in question has no 3rd party deps, then skip resolving `constraints.txt`/`lockfile.txt` might make our code more complex, but seems justified? Will also help w/ incremental migrations, that you don't need your 3rd party deps figured out for some tests/scripts/binaries
🔥 1