mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Add ext_devbuild
as preparser directive
In order to be able to create filters which only work with the dev build of uBO.
This commit is contained in:
parent
3d2b901268
commit
464b54bbc6
1 changed files with 1 additions and 0 deletions
|
@ -3873,6 +3873,7 @@ export const utils = (( ) => {
|
||||||
const preparserTokens = new Map([
|
const preparserTokens = new Map([
|
||||||
[ 'ext_ublock', 'ublock' ],
|
[ 'ext_ublock', 'ublock' ],
|
||||||
[ 'ext_ubol', 'ubol' ],
|
[ 'ext_ubol', 'ubol' ],
|
||||||
|
[ 'ext_devbuild', 'devbuild' ],
|
||||||
[ 'env_chromium', 'chromium' ],
|
[ 'env_chromium', 'chromium' ],
|
||||||
[ 'env_edge', 'edge' ],
|
[ 'env_edge', 'edge' ],
|
||||||
[ 'env_firefox', 'firefox' ],
|
[ 'env_firefox', 'firefox' ],
|
||||||
|
|
Loading…
Reference in a new issue