Age | Commit message (Collapse) | Author |
|
|
|
|
|
This commit adds additional objects to JSON output
of "deno doc" command to facilitate linking between
types in different modules.
|
|
- Add more support for generics
- Add the --private flag - displays documentation for
not exported and private nodes
- Display more attributes like abstract, static and readonly
- Display type aliases
- Refactor module to use the Display trait
- Use a bit more color
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Luca Casonato <luca.casonato@antipy.com>
|
|
|
|
|
|
|
|
|