UNPKG

@putout/plugin-remove-debugger

Version:

🐊Putout plugin adds ability to find and remove 'debugger' statement

8 lines (5 loc) 137 B
'use strict'; module.exports.report = () => `Unexpected 'debugger' statement`; module.exports.replace = () => ({ debugger: '', });