Skip to content

Commit

Permalink
feat(package-graph): Deprecate method pruneCycleNodes()
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 15, 2019
1 parent d4912c9 commit ccf32e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/package-graph/index.js
Expand Up @@ -259,6 +259,9 @@ class PackageGraph extends Map {

/**
* Remove cycle nodes.
*
* @deprecated Spread set into prune() instead.
*
* @param {Set<PackageGraphNode>} cycleNodes
*/
pruneCycleNodes(cycleNodes) {
Expand Down

0 comments on commit ccf32e1

Please sign in to comment.