mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
* Permit type arguments in references to generic functions * Accept new baselines * Delete pointless fourslash test * Fix lint issue * Finalize implementation * Add tests * Accept new baselines * Properly handle instantiation of instantiation expression types * Accept new API baselines * Fix lint error * Add more tests * Properly handle unions/intersections of generic types * Add more tests * More permissive parsing of type arguments in member expressions * Update tests * Accept new baselines