Stipple Effect is a pixel art editor that supports animation and scripting (available on Windows, macOS and Linux)
546
stars
7
forks
source link
[BUG] Unexpected behaviour when attempting to call `.keys()` on a map in DeltaScript #118
Closed
jbunke closed 4 months ago
Bug description
Unexpected behaviour when attempting to call
.keys()
on a map in DeltaScript.Expected behaviour
For an arbitary map
{K:V}
,{K:V}.keys()
should result in a setK{}
.