AdguardTeam / AdguardTeam/FiltersCompiler
Add a HINT and a directive to match all CoreLibs apps
- 主要语言
- JavaScript
- 星标
- 64
- 派生
- 11
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Problem:** We have 4 platforms, based on CoreLibs, and directives
- `adguard_app_windows` — AdGuard for Windows
- `adguard_app_mac` — AdGuard for Mac
- `adguard_app_cli` — AdGuard for Linux
- `adguard_app_android` — AdGuard for Android
and hints
- `windows` — AdGuard for Windows
- `mac` — AdGuard for Mac
- `cli` — AdGuard for Linux
- `android` — AdGuard for Android
Now, when solving problems common to all these programs, we need to list all directives or HINTS. The directive is excessively long and difficult to read.
**Proposed solution:**
Add:
- a directive for all CoreLibs programs
`adguard_app_cl`
- a hint for all CoreLibs programs
`apps_cl` or something like that.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。