leopard-js / sb-edit

Javascript library for manipulating Scratch project files
MIT License
55 stars 15 forks source link

toLeopard: Sprites and the stage shouldn't share the same reserved name list #135

Closed towerofnix closed 5 months ago

towerofnix commented 6 months ago

There's plenty overlap between them, but also certain properties that are only specially meaningful on one of the two!

Sharing the same list doesn't cause any behavior harm, but it's overly cautious and can result in not-nice code. This will be a particularly big deal when variables are stored on this rather than this.vars (leopard-js/leopard#196).