Add type alias declarations to inclusion list docs

This commit is contained in:
uniqueiniquity 2017-12-11 16:15:32 -08:00
parent 03b036b630
commit 97a573984f

View File

@ -205,6 +205,7 @@ namespace ts.JsDoc {
* - namespace declarations
* - interface declarations
* - method signatures
* - type alias declarations
*
* Hosts should ideally check that:
* - The line is all whitespace up to 'position' before performing the insertion.