summaryrefslogtreecommitdiff
path: root/tests/integration
AgeCommit message (Expand)Author
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava
2024-08-21fix(lsp): resolve jsx import source with types mode (#25064)Nayeem Rahman
2024-08-21chore(lsp): use 'install' terminology for jsr and npm packages (#25119)Nayeem Rahman
2024-08-20fix(lsp): include scoped import map keys in completions (#25047)Nayeem Rahman
2024-08-20fix: adjust suggestion for lockfile regeneration (#25107)Bartek Iwańczuk
2024-08-20fix(repl): Prevent panic on broken pipe (#21945)melbourne2991
2024-08-19fix(lint): support linting tsx/jsx from stdin (#24955)Yazan AbdAl-Rahman
2024-08-19feat(FUTURE): terse lockfile (v4) (#25059)David Sherret
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-15Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)Bartek Iwańczuk
2024-08-15chore: Disable part of parallel serve test on macos (flaky) (#25057)Nathan Whitaker
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14fix(lsp): import map lookup for jsr subpath auto import (#25025)Nayeem Rahman
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-08-14fix(cli): support --watch when running cjs npm packages (#25038)Luca Casonato
2024-08-14fix: `node:inspector` not being registered (#25007)Marvin Hagemeister
2024-08-14feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)Łukasz Czerniawski
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-08-12chore: mark upgrade_prompt as flaky (#25009)David Sherret
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-12feat: Rename --unstable-hmr to --watch-hmr (#24975)Bartek Iwańczuk
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-08-08feat(permissions): link to docs in permission prompt (#24948)Bartek Iwańczuk
2024-08-08perf: skip saving to emit cache after first failure (#24896)David Sherret
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06feat(lsp): node specifier completions (#24904)Nayeem Rahman
2024-08-06feat(fetch): accept async iterables for body (#24623)Leo Kettmeir
2024-08-02feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)David Sherret
2024-08-02feat(fmt): support YAML (#24717)Pig Fang
2024-08-02chore: mark upgrade_invalid_canary_version as flaky (#24833)David Sherret
2024-08-01chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746)Ryan Dahl
2024-08-01fix(compile): adhoc codesign mach-o by default (#24824)Divy Srivastava
2024-07-29chore: mark upgrade invalid lockfile as flaky (#24760)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-28fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)Yazan AbdAl-Rahman
2024-07-27fix: adapt to new jupyter runtime API and include session IDs (#24762)Kyle Kelley
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25fix: upgrade deno_core to 0.298.0 (#24709)Bartek Iwańczuk
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-24fix: update lsp error message of 'relative import path' to 'use deno add' for...HasanAlrimawi
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23fix(lsp): rewrite import for 'infer return type' action (#24685)Nayeem Rahman
2024-07-23Revert "fix(cli): add NAPI support in standalone mode (#24642)" (#24682)Bartek Iwańczuk