TypeScript/tests
Titian Cernicova-Dragomir f883bf3acb
Adding support for @implements. (#36292)
* Adding support for @implements.

* Fixed code review issues for @implements, added some more tests.

* Fixed declaration emit for @interface

* Improved getImplementsTypes to not cache the results since it is only used once.

* Removed unnecessary checks from getImplementsTypes
2020-02-27 09:27:37 -08:00
..
baselines/reference Adding support for @implements. (#36292) 2020-02-27 09:27:37 -08:00
cases Adding support for @implements. (#36292) 2020-02-27 09:27:37 -08:00
lib
projects