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 May 22, 2025. It is now read-only.
Don’t emit closure type casts for Polymer behaviors
when using a call expression.
E.g.
```
Polymer({behaviors: [(Polymer as any).NeonAnimationRunnerBehavior])
```
This type cast was never emitted in non transformer mode due to
microsoft/TypeScript#9873.
This is a temporary workaround, the real fix is to change
the Polymer Closure plugin (see #529).
0 commit comments