TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Fix sb3 compression breaking execution order at random #120

Closed GarboMuffin closed 1 year ago

GarboMuffin commented 1 year ago

Avoid generating IDs that look like array indexes as they are treated specially by JS and will always be listed first by methods like JSON.stringify instead of following creation time as other keys do