0.3.0 • Published 7 years ago

codetious v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Codetious

:wrench: Toolkit to analyze EcmaScript codes

What

Evaluate EcmaScript (JavaScript) codes and select or validate them based on your use-cases. This library heavily uses Esprima an EcmaScript parser and acts as a wrapper to select or check the codes.

Why

Sometimes we need to thoroughly check some codes, not just the output, wether it contains certain variable with proper naming, function that do things that we expected, or expressions that processed properly. This library helps to do what unit tests can't do.

Features

  • Variable Listing
  • Variable Lookup
  • Expressions Listing
  • Expressions Types Grouping
  • Function Listing
  • Conditionals Handling
  • Loop Errors Handling
  • Recursion Errors Handling
  • Deep Variable Listing
  • Deep Variable Lookup
  • Asynchonous Processes Listing
  • Asynchonous Processes Lookup

Docs

WIP

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago