leopard-js / sb-edit

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

toLeopard: Custom block named "constructor" breaks project generation #136

Closed towerofnix closed 5 months ago

towerofnix commented 6 months ago

This actually causes a syntax error, presumably in Prettier or such:

SyntaxError: Constructor can't be a generator. (29:11)
  27 |
  28 |         
> 29 |         * constructor() {
     |           ^
  30 |           this.say("Oopsie")
  31 |         }
  32 |

Spooky! "constructor" needs to be a reserved word.