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 26, 2019. It is now read-only.
The current regex used for parsing generic types
/(.+)(.\<)(.+)\>/Currently breaks down on nested types
eg.
Foo.<Array.<Bar>>Ultimately, we need the regex to only care about the outermost
.<and>instances