Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 244db1e

Browse files
author
Michael Perrotte
committed
fix: exposed explicitRequests set
1 parent ab94051 commit 244db1e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/arborist/build-ideal-tree.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ module.exports = cls => class IdealTreeBuilder extends Tracker(Virtual(Actual(cl
110110
this[_manifests] = new Map()
111111
}
112112

113+
get explicitRequests () {
114+
return new Set(this[_explicitRequests])
115+
}
116+
113117
// public method
114118
buildIdealTree (options = {}) {
115119
if (this.idealTree)

0 commit comments

Comments
 (0)