Skip to content

Files

Latest commit

92e0613 · Apr 8, 2021

History

History
29 lines (18 loc) · 1021 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 1021 Bytes

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: