regexp-ast-analysis
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

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:

Readme

Keywords

Package Sidebar

Install

npm i regexp-ast-analysis

Weekly Downloads

210,909

Version

0.7.1

License

MIT

Unpacked Size

271 kB

Total Files

6

Last publish

Collaborators

  • rundevelopment