summaryrefslogtreecommitdiff
path: root/cli/tools/doc.rs
AgeCommit message (Expand)Author
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
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-12refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)David Sherret
2023-04-03Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...Yoshiya Hinosawa
2023-03-26fix(cli): don't store blob and data urls in the module cache (#18261)Nayeem Rahman
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-13refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)Bartek Iwańczuk
2023-03-13fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
2023-01-14refactor: create enum for `--builtin` doc flag (#17423)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-08fix(compile): ensure import map is used when specified in deno config file (#...David Sherret