mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
Fixes #2156. In PRs #7602, #7616, #7646, #7647 and #7654 the @protected access modifier on scrub_ on the CodeGenerator subclasses was not transcribed to the new typescript signature. I was going to re-add it, but this breaks some of the procedure block generator functions which rely on it, and then @BeksOmega pointed out that this might be one of the CodeGenerator API functions which we had already decided should be public—and lo and behold I found #2156. Per discussion amongst team, I am not renaming it to scrub at this time.