Clarify change note

This commit is contained in:
Sauyon Lee
2020-06-15 23:51:43 -07:00
parent fa391b1516
commit 9e8d386f3c

View File

@@ -1,2 +1,2 @@
lgtm,codescanning
* The extractor now attempts to extract the AST of all dependencies that are related to the packages passed explicitly on the commandline, which is determined by using the module root or, if not using modules, the directory containing the source for those packages.
* The extractor now attempts to extract the AST of all dependencies that are related to the packages passed explicitly on the commandline, which is determined by using the module root or, if not using modules, the directory containing the source for those packages. In particular, this means if a package passed to the extractor depends on another package inside the same module, the dependency's AST will now be extracted.