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:
Raymond Hill 2023-03-14 19:11:29 -04:00
parent 3d2b901268
commit 464b54bbc6
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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' ],