test262/tools/regexp-generator
Philip Chimento 54e02bdd56 regexp-generator: Remove dead code
These are unused parameters and variables, and all have no effect on the
output.
2024-11-11 17:26:56 -08:00
..
2024-11-11 17:26:56 -08:00
2024-11-11 17:26:56 -08:00

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