JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28326681
  • Score
    100M100P100Q221743F
  • License MIT

Generating JavaScript RegExps in JavaScript

Package Exports

  • regjsgen

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (regjsgen) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

RegJSGen

Generating RegExps from RegJSParser's AST.

Installation

npm install regjsgen

Usage

var generate = require('regjsgen').generate;

Testing

Run the command

npm test

To create a new reference file, execute

node test/create_ref.js

from the repo top directory.