summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-02-27fix(unstable): sloppy imports should resolve .d.ts files during types resolut...David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
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-23chore: improve not implemented npm system info message (#22571)David Sherret
2024-02-23perf(fmt): reduce memory usage and improve performance (#22570)David Sherret
2024-02-23fix(compile): add aarch64 linux to `CliOptions::npm_system_info` (#22567)tuhana
2024-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-23fix(compile): allow to compile for ARM linux (#22542)Bartek Iwańczuk
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-23feat: infer dependencies from package.json (#22563)Marvin Hagemeister
2024-02-23chore(cli): swap `CreateHttpClientOptions.{cert,key}` descriptions (#22543)Asher Gomez
2024-02-23feat(publish): respect .gitignore during `deno publish` (#22514)Divy Srivastava
2024-02-221.41.0 (#22524)denobot
2024-02-21fix(compile): respect compiler options for emit (#22521)Bartek Iwańczuk
2024-02-21perf: linter lsp memory leak fix and deno_graph executor (#22519)David Sherret
2024-02-21fix(ext/fs): make errors in tempfile creation clearer (#22498)Matt Mastracci
2024-02-21fix(publish): better no-slow-types type discovery (#22517)David Sherret
2024-02-21chore: bump deno_lint to 0.57.0 (#22513)Bartek Iwańczuk
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-21feat(lsp): auto-import completions for jsr specifiers (#22462)Nayeem Rahman
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-20fix(lsp): add schema for JSR related config options (#22497)Luca Casonato
2024-02-20fix(publish): print files that will be published (#22495)Luca Casonato
2024-02-20chore: add missing `@category` tags to runtime APIs (#22486)Asher Gomez
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: move `test_util` to `tests/util/server` (#22444)Asher Gomez
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-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-18BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)Asher Gomez
2024-02-18BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)Asher Gomez
2024-02-17chore: bump deno_core (#22443)Matt Mastracci
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-16fix(fmt): remove debug output when formatting dynamic imports (#22433)David Sherret
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-15chore: forward v1.40.5 release commit to main (#22424)denobot
2024-02-15chore: add DENO_FUTURE env var (#22318)Divy Srivastava
2024-02-14feat(lsp): jsr support with cache probing (#22418)Nayeem Rahman
2024-02-14docs: add missing `@category` tags (#22411)Asher Gomez
2024-02-14chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)Nayeem Rahman
2024-02-14feat(publish): allow passing config flag (#22416)Leo Kettmeir
2024-02-14feat(unstable): define config in publish url (#22406)Leo Kettmeir
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava