Jeff Williams 65da78e6bb
fix(jsdoc-parse): infer the existence of a module from @alias tags
If a class has a tag like `@alias module:foo.Bar`, then we can infer that the module for the current file is `module:foo`, even if there's no `/** @module foo */` comment in the file.
2023-12-30 19:58:50 -08:00
..
2023-02-20 19:46:15 -08:00
2023-02-28 20:12:24 -08:00
2023-12-10 17:47:38 -08:00

@jsdoc/parse

Parses, and extracts information from, source code.