test262/tools/regexp-generator
Philip Chimento 3aec6e3729 regexp-generator: Make package private
As per the package.json docs, these are optional if the package is not
being published.
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