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

13 lines
228 B
Markdown

# RegExp Generator
This tool generates the tests in the
`test/built-ins/RegExp/CharacterClassEscapes/` folder from Unicode data.
To run:
```sh
$ npm install # before first run
$ npm run clean # optional
$ npm run build
```