AdguardTeam / AdguardTeam/AGLint
Validate JS injection rules body
オープン
Priority: P4
T: Linter rule
- 主要言語
- TypeScript
- スター
- 70
- フォーク
- 4
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Validate JS injection rules body with [acorn](https://www.npmjs.com/package/acorn).
So, from
```adblock
example.org#%#window.__gaq = undefined;
```
validate
```js
window.__gaq = undefined;
```
If this part is syntactically incorrect, acorn will simply throw an error.
ref: https://github.com/AdguardTeam/AGLint/issues/13#issuecomment-1420559391
コントリビューションガイド
評価
この issue はまだ評価されていません。