update polymer-build to match new 'main' semantics #14797
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
Milestone
the spec changed recently (see issue #14541).
The new semantics imply that we should no longer inject a main wrapper (see polymerMainWrapper in script_compactor.dart). Instead, we should just call main on the original code.
This change should be done together with the changes in the Dartium and dart2js.
The text was updated successfully, but these errors were encountered: