UNPKG

@putout/plugin-tape

Version:
10 lines (8 loc) 256 B
export const report = () => '"supertape" should be used'; export const replace = () => ({ 'const tryTo = __': '', 'const tryToTape = __': '', 'tryTo(__a)': '__a', 'tryToTape(__a)': '__a', 'require("tape")': 'require("supertape")', });