mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
8ea3b0f64c
This commit is a rewrite of the static filtering parser into a tree-based data structure, for easier maintenance and better abstraction of parsed filters. This simplifies greatly syntax coloring of filters and also simplify extending filter syntax. The minimum version of Chromium-based browsers has been raised to version 73 because of usage of String.matchAll().
23 lines
408 B
Plaintext
23 lines
408 B
Plaintext
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"esversion": 9,
|
|
"globals": {
|
|
"chrome": false, // global variable in Chromium, Chrome, Opera
|
|
"globalThis": false,
|
|
"self": false,
|
|
"vAPI": false,
|
|
"URLSearchParams": false,
|
|
"WebAssembly": false
|
|
},
|
|
"laxbreak": true,
|
|
"newcap": false,
|
|
"nonew": false,
|
|
"strict": "global",
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"validthis": true
|
|
}
|