fyn 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fyn.js +1 -0
- package/package.json +1 -1
package/dist/fyn.js
CHANGED
|
@@ -11963,6 +11963,7 @@ class FynpoDepGraph {
|
|
|
11963
11963
|
const { patterns, cwd } = this._options;
|
|
11964
11964
|
let groups;
|
|
11965
11965
|
const autoSearch = lodash_1.default.isEmpty(patterns);
|
|
11966
|
+
this.autoSearched = autoSearch;
|
|
11966
11967
|
const autoSearchFound = [];
|
|
11967
11968
|
if (autoSearch) {
|
|
11968
11969
|
groups = { ".": null };
|