mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL makes the parser yield before non-import start tags if there are outstanding imports. This will let use remove the upgrade path from custom elements because we can require the registration to happen before the tree building. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/814173005