(rulePattern: string, uuid: T)
| 61 | |
| 62 | // 测试用 |
| 63 | public addInclude(rulePattern: string, uuid: T) { |
| 64 | // @include xxxxx |
| 65 | const rules = extractUrlPatterns([rulePattern].map((e) => `@include ${e}`)); |
| 66 | this.addRules(uuid, rules); |
| 67 | } |
| 68 | |
| 69 | // 测试用 |
| 70 | public addMatch(rulePattern: string, uuid: T) { |
no test coverage detected