Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

polymer: dart2js transformers should not run in "pub serve" with Dartium #400

@DartBot

Description

@DartBot

<img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"> Issue by jmesserly
Originally opened as dart-lang/sdk#19168


I think this is the issue Alan was seeing...

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 ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions