summaryrefslogtreecommitdiff
path: root/tests/integration
AgeCommit message (Expand)Author
2024-04-05perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)David Sherret
2024-04-05fix(lsp): respect DENO_FUTURE for BYONM config (#23207)Nayeem Rahman
2024-04-03fix(ext/node): polyfill node:domain module (#23088)Bartek Iwańczuk
2024-04-03FUTURE: enable BYONM by default (#23194)Bartek Iwańczuk
2024-04-02feat(lsp): respect nested deno.json for fmt and lint config (#23159)Nayeem Rahman
2024-04-02fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)Matt Mastracci
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-03-31fix(lsp): don't apply preload limit to workspace walk (#23123)Nayeem Rahman
2024-03-29chore: Make jupyter integration tests less flaky and avoid hang (#23134)Nathan Whitaker
2024-03-28chore: update deno_doc to 0.119.0 (#23103)Leo Kettmeir
2024-03-27feat: add `--watch-exclude` flag (#21935)Łukasz Czerniawski
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk
2024-03-27feat(init): use jsr specifier for @std/assert (#23073)Bartek Iwańczuk
2024-03-27fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)Hajime-san
2024-03-27fix(lsp): prefer cache over tsc quick fixes (#23093)Nayeem Rahman
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-26feat(add): always produce multiline config file (#23077)Bartek Iwańczuk
2024-03-26fix(kernel): Do not increase counter if store_history=false (#20848)Don Jayamanne
2024-03-26refactor(lsp): unify config file data into ConfigTree (#23032)Nayeem Rahman
2024-03-25chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)Nathan Whitaker
2024-03-26fix(cli): output more detailed information for steps when using JUnit reporte...Yusuke Tanaka
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-03-22feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)Asher Gomez
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-21refactor(lsp): factor out workspace walk from resolver update (#22937)Nayeem Rahman
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-15chore: move more tests away from itest (#22909)David Sherret
2024-03-15chore(lsp): add tests for compiler options being resolved relative the config...David Sherret
2024-03-15fix: handle cache body file not existing when using etag (#22931)David Sherret
2024-03-13fix(ext/node): make worker ids sequential (#22884)Satya Rohith
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
2024-03-09fix(publish): regression - publishing with vendor folder (#22830)David Sherret
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret
2024-03-08fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)David Sherret
2024-03-08fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)David Sherret
2024-03-08fix(node): resolve .css files in npm packages when type checking (#22804)David Sherret
2024-03-08fix(publish): include explicitly specified .gitignored files and directories ...David Sherret
2024-03-08fix(publish): do not include .gitignore (#22789)David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-03-07fix(lsp): don't apply renames to remote modules (#22765)Nayeem Rahman
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-03-06fix(node): improve cjs tracking (#22673)David Sherret
2024-03-04fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#...David Sherret