@alu0101233598/espree-logging

1.2.0 • Public • Published

espree-logging

A small library providing the addLogging utility, which adds logging messages to all declared functions in a given JavaScript code.

Installation

npm install @alu0101233598/espree-logging --save

Usage

const { addLogging } = require('@alu0101233598/espree-logging');
const code = `function foo(a, b) {
var x = 'blah';
}`;
addLogging(code);

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.2.0 Added colorized ouput
  • 1.1.0 Added RegEx support
  • 1.0.0 Initial release

Readme

Keywords

none

Package Sidebar

Install

npm i @alu0101233598/espree-logging

Weekly Downloads

2

Version

1.2.0

License

none

Unpacked Size

7.85 MB

Total Files

72

Last publish

Collaborators

  • alu0101233598