mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
* Add 'extends' clause to 'infer' type * Revise parse for infer..extends, improve parenthesizer * More aggressive parens to match existing DT tests * tests 'infer' constraint using outer type parameter * Adds a test showing 'infer' cannot reference other 'infer' in same 'extends' * Emit extends clause for synthetic infer typesduring declaration emit