summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-10-24bench: remove http benchmarks (#26484)Bartek Iwańczuk
2024-10-24fix: add 'fmt-component' to unstable features in schema file (#26526)Bartek Iwańczuk
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-24fix(fmt): --ext flag requires to pass files (#26525)Bartek Iwańczuk
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-24fix(config): schemas for lint rule and tag autocompletion (#26515)Nayeem Rahman
2024-10-24feat: support node-api in denort (#26389)snek
2024-10-23fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)Nathan Whitaker
2024-10-23fix(install): cache type only module deps in `deno install` (#26497)Nathan Whitaker
2024-10-22fix(check): support `--frozen` on deno check (#26479)Nathan Whitaker
2024-10-22fix(fmt): upgrade formatters (#26469)Pig Fang
2024-10-22fix(install): update lockfile when using package.json (#26458)Bartek Iwańczuk
2024-10-21fix(lsp): import-map-remap quickfix for type imports (#26454)Nayeem Rahman
2024-10-21fix(install): better json editing (#26450)David Sherret
2024-10-21feat(lsp): interactive inlay hints (#26382)Nayeem Rahman
2024-10-18fix(info): resolve workspace member mappings (#26350)Marvin Hagemeister
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-18fix(help): missing package specifier (#26380)Marvin Hagemeister
2024-10-18chore: forward v2.0.2 release commit to main (#26376)denobot
2024-10-18fix(jupyter): fix panics for overslow subtraction (#26371)Bartek Iwańczuk
2024-10-17fix(install): don't attempt to cache specifiers that point to directories (#2...Nathan Whitaker
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-10-17fix(jupyter): update to the new logo (#26353)Jeremy Tuloup
2024-10-17fix(cli): set napi object property properly (#26344)LongYinan
2024-10-16chore: forward v2.0.1 release commit to main (#26338)denobot
2024-10-16Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)Nayeem Rahman
2024-10-16fix: use syntect for deno doc html generation (#26322)Leo Kettmeir
2024-10-16Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...Bartek Iwańczuk
2024-10-16fix(cli): add prefix to install commands in help (#26318)Marvin Hagemeister
2024-10-16fix(add): exact version should not have range `^` specifier (#26302)Marvin Hagemeister
2024-10-16feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)Nayeem Rahman
2024-10-16chore: add dhat feature (#26285)David Sherret
2024-10-16fix(jupyter): copy kernels icons to the kernel directory (#26084)Jeremy Tuloup
2024-10-16fix: node-api function call should use preamble (#26297)snek
2024-10-16fix(cli): consolidate pkg parser for install & remove (#26298)Satya Rohith
2024-10-15fix(install): retry downloads of registry info / tarballs (#26278)Nathan Whitaker
2024-10-15fix: add hint for missing `document` global in terminal error (#26218)Bartek Iwańczuk
2024-10-15refactor: always apply hint when formatting JsError (#26252)Bartek Iwańczuk
2024-10-15fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)Nathan Whitaker
2024-10-15chore: upgrade to rust 1.81.0 (#26261)林炳权
2024-10-15fix(repl): remove check flags (#26140)Yoshiya Hinosawa
2024-10-15fix: do not panic running remote cjs module (#26259)David Sherret
2024-10-14fix(cli): named export takes precedence over default export in doc testing (#...Yusuke Tanaka
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-14fix(install): support installing npm package with alias (#26246)David Sherret
2024-10-14perf: use fast calls for microtask ops (#26236)Divy Srivastava
2024-10-14feat(cli): improve deno info output for npm packages (#25906)Luca Casonato
2024-10-14fix(ext/napi): pass user context to napi_threadsafe_fn finalizers (#26229)Divy Srivastava
2024-10-12feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...Nathan Whitaker
2024-10-11fix(lsp): relative completions for bare import-mapped specifiers (#26137)Nayeem Rahman