mirror of
https://github.com/google/blockly.git
synced 2026-06-17 16:45:13 +02:00
5ff76ae32d
An upcoming change to emit private properties in Google's internal version of https://github.com/angular/clutz will otherwise break any TypeScript depending on these types. This is because TypeScript errors on overriding protected with private (Closure Compiler does not).