Tom MacWright d8ec5da121 refactor(exported-extractor): Use Map object instead of Object.create(null) (#730)
The map object provides a cleaner and more predictable way to deal with indexed data in JavaScript.
I wrote something about that here http://www.macwright.org/2017/03/13/maps-not-strictly-better.html
2017-04-14 17:35:27 -04:00
..