Test fixtures (test cases) for the regexpu project, which transpiles ES2015 Unicode regular expressions to ES5. Version 2.1.6 is stable. The package contains JSON data used by regexpu's test suite and may be reused by other JavaScript regex tools. No active development since the last release. Differentiator: provides a comprehensive set of test cases for Unicode-aware regex transpilation.
npm install regexpu-fixturesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and inspect the test fixture data from regexpu-fixtures.
Use import with path to .json file and assert type (ESM) or require with .json extension (CJS).
Import a specific file: import data from 'regexpu-fixtures/data.json' assert { type: 'json' };No dependency data recorded yet.