$ errors.fyi/rollup/EVAL 128 namespaces · 4,025 codes
rollup · rollup/EVAL
EVAL

Use of eval

The bundle contains a call to eval() or an indirect equivalent. eval() prevents Rollup from safely tree-shaking the module because it can reference any variable by name at runtime. Replace eval() with a safer alternative, or suppress this warning if the use is intentional.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT