| 1 | /* eslint-disable max-classes-per-file */ |
| 2 | import { escapeStringForRegExp, getScriptPrettyUrl } from '@/common'; |
| 3 | import { ERR_BAD_PATTERN, BLACKLIST, BLACKLIST_NET, ERRORS } from '@/common/consts'; |
| 4 | import initCache from '@/common/cache'; |
nothing calls this directly
no test coverage detected