mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +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).