dart-archive / web-components

Dart package providing the web components platform polyfills
https://pub.dartlang.org/packages/web_components
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

version 0.12.5 + analyzer 0.29 issue - some elements not inlined. #54

Open dam0vm3nt opened 7 years ago

dam0vm3nt commented 7 years ago

When using analyzer v 0.29 (and html 0.13.x) some elements are not inlined (for example package:polymer_elements/app-layout/app-drawer/app-drawer.dart in some circumtances.

Forcing analyzer v 0.27.6 (and thus html 0.12.x) fixes the behaviour.

I recognize this is rather vague so I'll try to add a repro asap.

jakemac53 commented 7 years ago

cc @bwilkerson this might be related to the smoke issue?

dam0vm3nt commented 7 years ago

'twas a problem with initialize caused by a different behavior of analyzer. Couldn't create a repro but this works for me.

johnpryan commented 7 years ago

@jakemac53 how much effort is required to get this reviewed and merged? I am able to help in any way I can