summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-27feat(publish): discover jsr.json and jsr.jsonc files (#22587)Bartek Iwańczuk
2024-02-24fix(lsp): import map expansion (#22553)David Sherret
2024-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-23feat: infer dependencies from package.json (#22563)Marvin Hagemeister
2024-02-23feat(publish): respect .gitignore during `deno publish` (#22514)Divy Srivastava
2024-02-21fix(compile): respect compiler options for emit (#22521)Bartek Iwańczuk
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-20fix(publish): print files that will be published (#22495)Luca Casonato
2024-02-19fix(publish): ignore .DS_Store while publishing (#22478)Luca Casonato
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-19chore(fs): rename `op_fs_file_stat_{async/sync}` ops (#22476)Asher Gomez
2024-02-19fix: write lockfile in `deno info` (#22272)Luca Casonato
2024-02-16refactor: remove module graph setup from ModuleLoader (#22442)David Sherret
2024-02-16refactor(cli): move op sanitizer to Rust (#22413)Matt Mastracci
2024-02-16chore(ext/web): refactor timer ops before landing op sanitizer (#22435)Matt Mastracci
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-14chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)Nayeem Rahman
2024-02-14feat(unstable): define config in publish url (#22406)Leo Kettmeir
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-02-12chore: update to Rust 1.76 (#22376)林炳权
2024-02-10fix: cache bust jsr deps on constraint failure (#22372)David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-02-05refactor(cli): Add TestFailureDescription (#22267)Matt Mastracci
2024-02-01fix(publish): use lighter crate for opening browser (#22224)Bartek Iwańczuk
2024-02-01fix(publish): add node specifiers (#22213)Leo Kettmeir
2024-02-01fix(install): forward granular --unstable-* flags (#22164)Bartek Iwańczuk
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-02-01fix(publish): rename --no-fast-check to --no-zap (#22214)Bartek Iwańczuk
2024-01-31chore(publish): try to automatically open the web browser (#22208)Bartek Iwańczuk
2024-01-31chore: update deno_doc (#22174)Leo Kettmeir
2024-01-31chore(publish): add --no-fast-check flag (#22203)Bartek Iwańczuk
2024-01-30fix: canary for arm64 macos (#22187)Luca Casonato
2024-01-27Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)Bartek Iwańczuk
2024-01-26refactor(cli): use new sanitizer for resources (#22125)Matt Mastracci
2024-01-24feat(publish): error on invalid external imports (#22088)Luca Casonato
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato
2024-01-24feat(publish): exclude and include (#22055)Luca Casonato
2024-01-24chore: improve unanalyzable dynamic import diagnostic (#22051)Luca Casonato
2024-01-24feat: TC39 decorator proposal support (#22040)Bartek Iwańczuk
2024-01-24refactor: set removal version for `deno bundle` (#22062)Asher Gomez
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato