add logs after a function call
npm install @alu0101030531/addloggingA library that adds console.logs inside a function whenever it detects one
npm install @alu0101030531/addlogging
``
let espree-logging = require('@alu0101030531/addlogging');
const code = espree-logging.addLogin(function aFunction() {
return 0;
});
console.log(code); // It will contain the same code plus a console.log
``
* 0.1.0 Initial version of the library
* 0.2.0 Added --pattern option
* 0.3.0 patterns now can be a regexp