RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

Support stripNameSuffixes, stripTypePrefixes, setIdGenerators #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if the plovr config supported stripNameSuffixes, 
stripTypePrefixes, and setIdGenerators.  I'm filing them in the same bug 
because they require the same code to implement (as far as I can tell), and 
it's a lot easier to merge when done in the same patch.

FWIW, my use of these options looks like:

options.stripNameSuffixes = ImmutableSet.of("fine", "finer", "finest");
options.stripTypePrefixes = ImmutableSet.of("goog.asserts");
options.setIdGenerators(ImmutableSet.of("goog.events.getUniqueId"));

Original issue reported on code.google.com by ivan.kozik@gmail.com on 27 Oct 2010 at 8:06

GoogleCodeExporter commented 8 years ago

Original comment by bolinf...@gmail.com on 27 Oct 2010 at 1:04

GoogleCodeExporter commented 8 years ago
Fixed in 2f115c25e1. Will be available in the next release.

Original comment by bolinf...@gmail.com on 2 Nov 2010 at 2:22

GoogleCodeExporter commented 8 years ago
New release with the fix is available!

Original comment by bolinf...@gmail.com on 2 Nov 2010 at 3:06