TS: "<" missing when parsing generic arrow functions #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
type identity<T> = T;turns into the following:This includes the
<character.const identity = <T> (x: T): T => x;turns into the following:Looks like the
<token has gone AWOL?The token was missing a name. Attached patch adds it.
Let me know when you think you're done reporting these --- I'll cut another release.
Done for today, thank you :)