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
The GitGalaxy TypeScript parser fails to match arrow functions when the type annotation of a const contains complex indexed access syntax (e.g., const _alt: Alt2<URI>['alt'] = (fa, that) => ...).
The GitGalaxy TypeScript parser fails to match arrow functions when the type annotation of a
constcontains complex indexed access syntax (e.g.,const _alt: Alt2<URI>['alt'] = (fa, that) => ...).