montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Getting an warning of using 'eval' #172

Open JohnKimDev opened 7 years ago

JohnKimDev commented 7 years ago

I am getting an warning from the rollup code

rollup: Use of `eval` (in /node_modules/collectionsjs/dist/collection.js) is strongly 
            discouraged, as it poses security risks and may cause issues with minification. See 
            https://github.com/rollup/rollup/wiki/Troubleshooting#avoiding-eval for more details