diff --git a/packages/documentation/copy/en/javascript/JSDoc Reference.md b/packages/documentation/copy/en/javascript/JSDoc Reference.md index b6feaa9be2ad..76bdfc182523 100644 --- a/packages/documentation/copy/en/javascript/JSDoc Reference.md +++ b/packages/documentation/copy/en/javascript/JSDoc Reference.md @@ -827,6 +827,7 @@ The following tags have open issues to support them: - `@memberof` ([issue #7237](https://github.com/Microsoft/TypeScript/issues/7237)) - `@yields` ([issue #23857](https://github.com/Microsoft/TypeScript/issues/23857)) +- `@member` ([issue #56674](https://github.com/microsoft/TypeScript/issues/56674)) ### Legacy type synonyms @@ -852,4 +853,4 @@ So the compiler treats these types as synonyms based on usage in old JSDoc: The last four aliases are turned off when `noImplicitAny: true`: - `object` and `Object` are built-in types, although `Object` is rarely used. -- `array` and `promise` are not built-in, but might be declared somewhere in your program. \ No newline at end of file +- `array` and `promise` are not built-in, but might be declared somewhere in your program.