dart-archive/custom-element-apigen

add missing methods

Closed this issue · 0 comments

From: dart-archive/core-elements#45

we're missing two kinds of methods:

  • ones without doc comments (usually because the comment would be obvious) are not generated
  • ones from the PolymerBase. for example "onMutation", "bind", etc.

for the former we plan to contribute docs in the original packages. We should still do something about the latter.