Closed tsjs-copybara-bot closed 4 years ago
Correctly output common enum export style in clutz.
goog.module('foo.bar'); goog.module.declareLegacyNamespace(); const Enum = {...}; exports.Enum = Enum;
I also had to handle another reexport style as this change broke it. Now that reexport produces empty enum according to https://github.com/angular/clutz/issues/862
Correctly output common enum export style in clutz.
I also had to handle another reexport style as this change broke it. Now that reexport produces empty enum according to https://github.com/angular/clutz/issues/862