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 Feb 22, 2018. It is now read-only.
ShadowRootAware is a helper interface and not an annotation. Because it is defined in annotation.dart, it pulls dart:html import into annotation.dart as well, which makes it impossible to write non-drt tests for dart components, even though simple components might not require it otherwise.
Moreover, a recent PR #1401 undid PR #1313 that fixed a spurious export (ShadowRootAware from annotation_src.dart) that does not exist anymore.