1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/doc
Valentin Anger 3374c73fba
feat(doc): Improve terminal printer (#6594)
- 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
2020-07-12 14:16:33 +02:00
..
class.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
display.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
enum.rs upgrade dprint to 0.9.10 (#4601) 2020-04-03 18:35:03 +02:00
function.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
interface.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
mod.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
module.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
namespace.rs refactor: factor out AstParser from DocParser (#4923) 2020-04-27 15:46:39 +02:00
node.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
params.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
parser.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
printer.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
tests.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
ts_type.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
ts_type_param.rs feat(doc): Improve terminal printer (#6594) 2020-07-12 14:16:33 +02:00
type_alias.rs feat(doc): handle function params and type params (#4672) 2020-04-08 17:03:42 +02:00
variable.rs fix(doc): better repr for object literal types (#4998) 2020-04-30 16:40:51 +02:00