You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
Polymer is supposed to work out-of-the-box in Dartium w/o transforms. All of our transforms are deploy time optimizations or just part of making HTML+dart2js work:
inline HTML imports
smoke -- polyfill reflection on dart2js
optimized @observable objects
extract inline <script> into dart files
collect all <script>s for dart2js
... possibly a few other things I'm forgetting ...