Revision 29a08f00d5bb9d047210ff84469773bc0e2e2033 authored by Samuel Reed on 14 November 2016, 17:37:44 UTC, committed by Samuel Reed on 14 November 2016, 17:37:44 UTC
Fixes #3284

Note: this should technically be possible to use, but
`uniqueItems` is broken in ajv; see
https://github.com/epoberezkin/ajv/issues/342

Regardless it is better to fix this bug, and there is technically
no reason why identical noParse RegExps are wrong, just superflous.
1 parent afbdff4
Raw File
.gitignore
/node_modules
/test/js
/test/browsertest/js
/benchmark/js
/benchmark/fixtures
/examples/*/js
/coverage
.DS_Store
*.log
.idea
yarn.lock
.vscode
back to top