Bernhard
07/20/2024, 8:48 PMclass Collection extends Map {
constructor(entries) {
super(entries);
}
}
Is this a bug because obviously you can inherit from a Map (you shouldn't do it but you can)hfhbd
07/20/2024, 8:51 PMBernhard
07/20/2024, 8:53 PMturansky
07/21/2024, 3:28 PMpre.780