()
| 138 | }; |
| 139 | |
| 140 | const getScriptSafeRegExp = function() { |
| 141 | const configValue = grunt.config('scriptSafeRegExp'); |
| 142 | return configValue || grunt.config('scriptSafeRegExp', generateScriptSafeRegExp()); |
| 143 | }; |
| 144 | |
| 145 | // exported |
| 146 |
no test coverage detected