rousan/symbol-es6

Array.from iterator

Opened this issue · 1 comments

const map = new Map().set("a", 1).set("b", 2).set(983, true);
console.log(Array.from(map.keys())); // output -> []

Hey @ChrisGalliano,
The installation might be not fulfilled properly, make sure to integrate https://github.com/rousan/es6-harmony to make this work.