Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | refactor: TS compiler and module graph (#5817) | Bartek Iwańczuk | |
This PR addresses many problems with module graph loading introduced in #5029, as well as many long standing issues. "ModuleGraphLoader" has been wired to "ModuleLoader" implemented on "State" - that means that dependency analysis and fetching is done before spinning up TS compiler worker. Basic dependency tracking for TS compilation has been implemented. Errors caused by import statements are now annotated with import location. Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-05-27 | fix(doc): handle comments at the top of the file (#5891) | Matt Dumler | |
2020-05-26 | fix: parsing of JSX and TSX in SWC (#5870) | Bartek Iwańczuk | |
2020-05-19 | fix(doc): crash on formatting type predicate (#5651) | Ryan Dahl | |
2020-05-17 | Update to dprint 0.18.3 and the latest version of swc (#5509) | David Sherret | |
2020-05-14 | Remove debug prints introduced in e18aaf49c (#5356) | Valentin Anger | |
2020-05-06 | feat: deno doc handles default exports (#4873) | Bartek Iwańczuk | |
2020-04-30 | fix(doc): better repr for object literal types (#4998) | Bartek Iwańczuk | |
2020-04-27 | refactor: factor out AstParser from DocParser (#4923) | Bartek Iwańczuk | |
2020-04-23 | upgrade: Rust 1.43.0 (#4871) | Bartek Iwańczuk | |
2020-04-14 | fix(doc): Added extends field to interface (#4739) | Luca Casonato | |
2020-04-14 | fix(doc): expose optionality in function params and class members (#4738) | Luca Casonato | |
2020-04-09 | feat(cli/doc): Support doc for runtime built-ins (#4635) | Nayeem Rahman | |
2020-04-08 | feat(doc): handle function params and type params (#4672) | Bartek Iwańczuk | |
2020-04-07 | feat(doc): handle basic reexports (#4625) | Bartek Iwańczuk | |
2020-04-03 | upgrade dprint to 0.9.10 (#4601) | Bartek Iwańczuk | |
2020-04-03 | "deno doc" parses the "implements" clause of a class def (#4604) | Ondřej Žára | |
2020-04-03 | `deno doc` parses super-class names (#4595) | Ondřej Žára | |
Co-Authored-By: Luca Casonato <luca.casonato@antipy.com> | |||
2020-04-02 | Added 'declare' handling to 'deno doc' (#4573) | Luca Casonato | |
2020-03-29 | fix(doc): Safely deal with optional type (#4526) | Luca Casonato | |
2020-03-28 | feat: Added colors to doc output (#4518) | Luca Casonato | |
2020-03-28 | feat: Add "deno doc" subcommand (#4500) | Bartek Iwańczuk | |