0.7.1 • Published 8 months ago

regexp-ast-analysis v0.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

RegExp AST analysis

Actions Status npm

This is a library providing functionalities to analyse JavaScript RegExp.

All functions operate on AST nodes produced by regexpp. Characters are parsed by refa.

Usage

Install the library using npm:

npm i regexp-ast-analysis

Import the library:

import * as RAA from "regexp-ast-analysis";

Documentation

Links to the full API documentation:

0.7.1

8 months ago

0.7.0

9 months ago

0.6.0

1 year ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.5.1

2 years ago

0.3.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago