Philip Chimento 754ecf1ad3 regexp-generator: Expand README
Add some minimal instructions for regenerating the tests.
2024-11-11 17:26:56 -08:00

228 B

RegExp Generator

This tool generates the tests in the test/built-ins/RegExp/CharacterClassEscapes/ folder from Unicode data.

To run:

$ npm install  # before first run
$ npm run clean  # optional
$ npm run build