Skip to content

Commit

Permalink
Add ext_devbuild as preparser directive
Browse files Browse the repository at this point in the history
In order to be able to create filters which only work with the
dev build of uBO.
  • Loading branch information
gorhill committed Mar 14, 2023
1 parent 3d2b901 commit 464b54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/static-filtering-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3873,6 +3873,7 @@ export const utils = (( ) => {
const preparserTokens = new Map([
[ 'ext_ublock', 'ublock' ],
[ 'ext_ubol', 'ubol' ],
[ 'ext_devbuild', 'devbuild' ],
[ 'env_chromium', 'chromium' ],
[ 'env_edge', 'edge' ],
[ 'env_firefox', 'firefox' ],
Expand Down

0 comments on commit 464b54b

Please sign in to comment.