UNPKG

hardhat-log-remover

Version:

Remove Hardhat console.log imports and calls from Solidity source files

7 lines (6 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { imports: /\n?(\s*)?import\s*['"]hardhat\/console.sol['"]\s*;/g, calls: /\n?((\s|\/)*)?console\s*\.\s*log\w*\s*\([^;]*\)\s*;/g, };