vue-hook-optimizer 0.0.46 → 0.0.48

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -2016,7 +2016,7 @@ function gen(graph, usedNodes) {
2016
2016
  suggestions.push({
2017
2017
  type: "error" /* error */,
2018
2018
  message: `There is a loop call in nodes [${hasCycleResult.cycleNodes.map((node) => node.label).join(",")}], perhaps you can refactor it.`,
2019
- nodeInfo: nodes
2019
+ nodeInfo: hasCycleResult.cycleNodes
2020
2020
  });
2021
2021
  }
2022
2022
  const paths = findLinearPaths(g);