test262/tools/regexp-generator
Philip Chimento 9a0aa4c719 regexp-generator: Fix indentation
Our config files specify two-space indents for JS files. These scripts
were probably written before that was a thing. Update the indentation of
the script and the generated tests all in one go.
2024-11-11 17:26:56 -08:00
..
LICENSE Add files from bocoup/test262-regexp-generator 2024-11-11 17:26:56 -08:00
README.md regexp-generator: Expand README 2024-11-11 17:26:56 -08:00
header.mjs regexp-generator: Fix indentation 2024-11-11 17:26:56 -08:00
index.mjs regexp-generator: Fix indentation 2024-11-11 17:26:56 -08:00
package.json regexp-generator: Make package private 2024-11-11 17:26:56 -08:00

README.md

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