5.8.8 • Published 6 years ago

banach-analysis v5.8.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Description

Dealing with someone else's code is the painful norm. It always takes more time and it's often very tiring... Unless you are using Banach-analysis. Banach-analysis is a JavaScript parsing library which:

  1. listing all functions predefined by another programmer (avoids standard JS fn's like: console, Math etc.)
  2. listing invoked functions
  3. checking performance of examined code
  4. pausing examined code before each function is invoked
  5. listing names of invoked functions
  6. listing number of lines of examined code
  7. listing number of empty lines of examined code

Basic usage

Just append some of attributes to script tag that you want to check:

<script src="your-code.js" data-banach="functional_analysis" data-js-ver="es5" data-banach-angular="0" data-banach-gui="1">*

Note that data-banach && data-js-ver attributes are required. Until version 1.0 Angular and ES6 are not supported.

then attach the library code:

<script src="banach-analysis.js"></script>

and that's it!

Advanced usage

If you dont wan't to see any additional sh** on tested website you can hide banach GUI by simply set data-banach-gui to 0:

<script src="your-code.js" data-banach="functional_analysis" data-js-ver="es5" data-banach-angular="0" data-banach-gui="0">

You can also open banach-analysis.js and check code-interface configuration panel:

##Installation

npm install banach-analysis

License

Whole code is under MIT license. Permissions: commercial use, distribution, modification, private use Conditions: License and copyright notice Limitations: Hold liable

5.8.8

6 years ago

1.2.9

6 years ago

1.8.9

6 years ago

0.8.9

6 years ago

0.8.8

6 years ago

0.8.7

6 years ago

0.8.6

6 years ago

0.8.5

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

8 years ago

0.8.0

8 years ago