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 Sep 9, 2020. It is now read-only.
The AST generated from the .d.ts file containing the closure types is not optimal. It's using an object map structure where properties are directly added into the object. Instead it should contain arrays for these properties.