{"library":"regexpu-fixtures","title":"regexpu-fixtures","description":"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.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install regexpu-fixtures"],"cli":null},"imports":["import data from 'regexpu-fixtures/data.json' assert { type: 'json' };","import rawFixtures from 'regexpu-fixtures/raw-fixtures.json' assert { type: 'json' };","import es6 from 'regexpu-fixtures/es6.json' assert { type: 'json' };"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import data from 'regexpu-fixtures/data.json' assert { type: 'json' };\nconsole.log(Object.keys(data)); // List of fixture categories\n// Access specific test cases\nconst es5fixtures = data['es5-fixtures'];\nconsole.log(es5fixtures.length); // Number of test cases","lang":"typescript","description":"Shows how to import and inspect the test fixture data from regexpu-fixtures.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}