Closed rictic closed 9 years ago
Hydrolysis and closure compiler can infer more now from the source.
Related to https://github.com/PolymerElements/iron-icon/pull/38
Btw, @jklein24 it looks like the compiler doesn't notice @implements at the moment. It does care whether the type inside the {} after the annotation is real, but it doesn't validate that the Polymer element implements the given type.
@implements
{}
Hmm... that's bad. Can you file a bug.
this looks :+1:
Hydrolysis and closure compiler can infer more now from the source.
Related to https://github.com/PolymerElements/iron-icon/pull/38
Btw, @jklein24 it looks like the compiler doesn't notice
@implements
at the moment. It does care whether the type inside the{}
after the annotation is real, but it doesn't validate that the Polymer element implements the given type.