dart-archive / custom-element-apigen

Tool to generate Dart APIs for polymer custom elements written in Javascript
BSD 3-Clause "New" or "Revised" License
13 stars 13 forks source link

Fix imports of extended elements #10

Open jakemac53 opened 10 years ago

jakemac53 commented 10 years ago

Currently it assumes that the parent element lives in the same directory. In the case of subdirectories this is not the case. Currently this can be overriden and fixed using the extends_import option but that is fairly annoying to have to do, see https://github.com/dart-lang/core-elements/pull/119 for a real world example.