module.bundle.onwarn(`Use of \`eval\` (in ${module.id}) is discouraged, as it may cause issues with minification. See https://github.com/rollup/rollup/wiki/Troubleshooting#avoiding-eval for more details`);
module.bundle.onwarn(`Use of \`eval\` (in ${module.id}) is discouraged, as it may cause issues with minification. See https://github.com/rollup/rollup/wiki/Troubleshooting#avoiding-eval for more details`);
@ -61,15 +61,6 @@ export default class Statement {
if(node._scope)scope=node._scope;
if(node._scope)scope=node._scope;
if(/Function/.test(node.type))readDepth+=1;
if(/Function/.test(node.type))readDepth+=1;
// special case – shorthand properties. because node.key === node.value,
// we can't differentiate once we've descended into the node