brave-experiments / ad-block

Ad block engine used in the Brave browser for ABP filter syntax based lists like EasyList.
https://www.brave.com
Mozilla Public License 2.0
240 stars 95 forks source link

update the -D option on cli to return full original rule text #151

Closed pes10k closed 5 years ago

pes10k commented 5 years ago

Updated the check.js script to return the full, original rule text when the -D option is provided.

Required updating the lib/util.js methods to all accept an extra options param. Made an option so that future possible parse options could be included in the object, instead of a trailing line of arguments.