UNPKG

@putout/plugin-maybe

Version:
8 lines (5 loc) 205 B
export const report = () => `Use 'maybeEmptyArray()'`; export const filter = ({parentPath}) => !parentPath.isFunction(); export const replace = () => ({ '!__a ? [] :__a': 'maybeEmptyArray(__a)', });