mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
228 B
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