jbunke / stipple-effect

Stipple Effect is a pixel art editor that supports animation and scripting (available on Windows, macOS and Linux)
https://flinkerflitzer.itch.io/stipple-effect
Other
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

jbunke commented 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 set K{}.