@ggflutter/sumo
Advanced tools
Comparing version 2.5.75003786 to 2.5.75003787
{ | ||
"author": "Luigi Allocca", | ||
"name": "@ggflutter/sumo", | ||
"version": "2.5.75003786", | ||
"version": "2.5.75003787", | ||
"description": "A mutation testing tool for Ethereum smart contracts", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -14,2 +14,3 @@ const Mutation = require('../../mutation'); | ||
FunctionDefinition: (functionNode) => { | ||
console.log(JSON.stringify(functionNode)); | ||
const functionStart = functionNode.range[0]; | ||
@@ -16,0 +17,0 @@ const functionEnd = functionNode.range[1] + 1; |
369894
7248