Open issa-tseng opened 6 years ago
So,
m1 = new Map({ x: 42 }); m2 = m1.shadow(); m2.unset('x'); m2.enumeration();
should be empty. But right now it has x as null.
So,
m1 = new Map({ x: 42 }); m2 = m1.shadow(); m2.unset('x'); m2.enumeration();
should be empty. But right now it has x as null.