Skip to content

Commit fb73ccd

Browse files
committed
docs: add missing parameter docs
Signed-off-by: Kubilay Kahveci <kahvecikubilay@gmail.com>
1 parent 9fefba1 commit fb73ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/transformers/classFields.ts

+1
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ namespace ts {
972972
/**
973973
* Generates brand-check initializer for private methods.
974974
*
975+
* @param statements Statement list that should be used to append new statements.
975976
* @param methods An array of method declarations.
976977
* @param receiver The receiver on which each method should be assigned.
977978
*/

0 commit comments

Comments
 (0)