Files
TypeScript/tests/cases/compiler
AndyandGitHub 4b96edf72f Treat ... in jsdoc type as creating a synthetic rest parameter -- not as an array type (#19483)
* Treat `...` in jsdoc type as creating a synthetic rest parameter -- not as an array type

* Change type parsing so `...T[]` parses as `...(T[])` and not `(...T)[]`

* Replace the last parameter with ...args, and make access to it potentially undefined

* Code review
2017-11-15 13:04:08 -08:00
..
2017-08-24 15:06:06 -07:00
2017-08-30 17:14:16 -07:00
2017-08-02 12:07:09 -07:00
2017-07-30 18:08:10 -07:00
2017-09-08 15:51:25 -07:00
2017-08-25 08:55:43 -07:00
2017-07-24 17:07:24 -07:00
2017-06-12 13:17:24 -07:00
2017-10-06 09:22:10 -07:00
2017-11-13 10:55:33 -08:00