On 3/7/17, 10:49 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>There’s a lot of [ExcludeClass] tags in TLF. It seems like this prevents >the goog.requires to be created. > >I’m guessing that [ExcludeClass] was used to prevent the classes from >winding up in the ASDocs? Is there some way to do that which does not >break the JS output? I do not see any code in the compiler where [ExcludeClass] would alter JS output. Start with a class that uses a class that has [ExcludeClass] metadata and check the JS output. Is that "excluded" class mentioned anywhere in the JS output? Thanks, -Alex