summaryrefslogtreecommitdiff
path: root/cli/tools/doc.rs
AgeCommit message (Expand)Author
2022-02-15feat(cli): Replace bundling with eszip in deno compile (#13563)William Tetlow
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-13refactor: upgrade to import_map v0.6 (#13368)David Sherret
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-20refactor: Use dedicated flags structures (#13148)Bartek Iwańczuk
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-24refactor: Rename ProgramState to ProcState (#12204)Ryan Dahl
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-02chore: upgrade crates (#11894)Bartek Iwańczuk
2021-07-29fix(cli): deno doc panics on invalid url (#11536)Feng Yu
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-03-02chore: upgrade crates (#9632)Bartek Iwańczuk
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy