summaryrefslogtreecommitdiff
path: root/cli/tools/doc.rs
AgeCommit message (Expand)Author
2024-11-19refactor: update deno_doc, use prismjs, remove internal reference html genera...Leo Kettmeir
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-08fix: use tree-sitter for deno_doc (#26066)Leo Kettmeir
2024-09-26fix(doc): surface graph errors as warnings (#25888)David Sherret
2024-09-05feat: include version number in all --json based outputs (#25335)Kamil Ogórek
2024-08-12fix: update deno_doc (#24972)Leo Kettmeir
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-28chore: update deno_doc (#24308)Leo Kettmeir
2024-06-17fix(docs): correctly resolve href for built-ins (#24228)Leo Kettmeir
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-28perf: parse source files in parallel (#23858)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-01chore: update deno_doc (#23621)Leo Kettmeir
2024-04-24chore: update deno_doc (#23544)Leo Kettmeir
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-28chore: update deno_doc to 0.119.0 (#23103)Leo Kettmeir
2024-03-27fix: less aggressive vendor folder ignoring (#23100)David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
2024-01-31chore: update deno_doc (#22174)Leo Kettmeir
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato
2024-01-23chore: update deno_ast and deno_graph (#22033)Bartek Iwańczuk
2024-01-18fix(lsp): regression - formatting was broken on windows (#21972)David Sherret
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-14feat: remove conditional unstable type-checking (#21825)Bartek Iwańczuk
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-30chore: update deno_doc to 0.85.0 (#21678)Leo Kettmeir
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-11-10fix: improve `deno doc --lint` error messages (#21156)David Sherret
2023-11-04fix(doc): `deno doc --lint mod.ts` should output how many files checked (#21084)David Sherret
2023-11-01feat: deno doc --html (#21015)Bartek Iwańczuk
2023-10-31feat: `deno doc --lint` (#21032)David Sherret
2023-10-31refactor: update to deno_doc 0.71 (#21023)David Sherret
2023-10-30feat(doc): support multiple file entry (#21018)Bartek Iwańczuk
2023-10-26feat(doc): display non-exported types referenced in exported types (#20990)David Sherret
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman