microsoft/TypeScript-Handbook

Outdated information about circular references of type aliases

evelynhathaway opened this issue · 0 comments

In the section on type aliases, the comment and example about them erroring on the right side of the declaration is no longer accurate since TypeScript v3.7. (Playground)

Another example explaining when circular references are allowed and when they are disallowed in newer versions of TypeScript would be beneficial.