(what)
| 49 | */ |
| 50 | function generateValidRegex() { |
| 51 | const get = function (what) { |
| 52 | return require('@unicode/unicode-10.0.0/' + what + '/code-points.js'); |
| 53 | }; |
| 54 | const idStart = get('Binary_Property/ID_Start'); |
| 55 | const idContinue = get('Binary_Property/ID_Continue'); |
| 56 | const compileRegex = _.template( |
no outgoing calls
no test coverage detected