Closed as not planned
Description
Search terms
Typescript 5.6 @link built-in types
Steps to reproduce the bug
/**
* Returns a validator for the map's {@link Map.size|size}.
*
* @returns a validator for the map's {@link Map.size|size}
* @throws TypeError if the value is `undefined` or `null`
*/
Returns this warning: [warning] Failed to resolve link to "Map.keys|keys" in comment for index.MapValidator.keys
Environment
- Typedoc version: 0.26.7 (version 0.26.6 works fine)
- TypeScript version: 5.6.2
- Node.js version: 22.8.0
- OS: Microsoft Windows [Version 10.0.19045.4780]