Couto / groundskeeper

node.js package to remove forgotten console statements and specific blocks of code from you Javascript files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alerts removal

gnclmorais opened this issue · comments

alert removal could also be a possible removable, as Vishal pointed out here.

Indeed, 'alert' is a call expression and groundskeeper is looking for member expressions for namespaced loggers.