TypeScript/tests/cases/conformance/types/rest
Anders Hejlsberg 8b83703632
Properly strip readonly from rest argument types (#35169)
* Properly strip readonlyness from rest argument types

* Add tests

* Accept new baselines
2019-11-18 13:11:36 -08:00
..
genericObjectRest.ts Add tests 2018-11-02 08:20:06 -07:00
genericRestArity.ts
genericRestArityStrict.ts
genericRestParameters1.ts Add [Constructor]Parameter types to lib.d.ts (#26243) 2018-08-31 07:46:16 -07:00
genericRestParameters2.ts Add [Constructor]Parameter types to lib.d.ts (#26243) 2018-08-31 07:46:16 -07:00
genericRestParameters3.ts Properly strip readonly from rest argument types (#35169) 2019-11-18 13:11:36 -08:00
objectRest.ts
objectRest2.ts
objectRestAssignment.ts
objectRestCatchES5.ts Fix compiler crash with object rest in catch binding (#31522) 2019-05-22 11:20:07 -07:00
objectRestForOf.ts
objectRestNegative.ts
objectRestParameter.ts
objectRestParameterES5.ts
objectRestPropertyMustBeLast.ts Fix crash when checking invalid object rest (#31530) 2019-05-22 11:20:57 -07:00
objectRestReadonly.ts
restElementMustBeLast.ts
restTuplesFromContextualTypes.ts Add tests 2019-02-19 07:02:50 -10:00