PolymerElements / iron-doc-viewer

Polymer documentation viewer elements
17 stars 16 forks source link

Add import-path for functions in namespaces #171

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

Functions added to the root namespace are not required to be defined in 1 file. Therefore, in https://github.com/Polymer/polymer/issues/4725 the request was to add an explicit mention of which import these functions are required. Therefore, for all functions in a namespace, specify the import path that is required.

A screenshot of how that looks:

image

Fixes https://github.com/Polymer/polymer/issues/4725

aomarks commented 6 years ago

Nice!