summaryrefslogtreecommitdiff
path: root/tests/integration
AgeCommit message (Expand)Author
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-10feat: deprecate `deno vendor` (#22183)Asher Gomez
2024-07-09fix(lsp): do sloppy resolution for node-to-node imports in byonm (#24481)Nayeem Rahman
2024-07-08fix(lsp): inherit workspace-root-only fields in members (#24440)Nayeem Rahman
2024-07-08fix(node/assert): throws not checking error instance (#24466)Marvin Hagemeister
2024-07-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-03fix(lsp): correct scope attribution for injected @types/node (#24404)Nayeem Rahman
2024-07-03feat: Upgrade to TypeScript 5.5.2 (#24326)Bartek Iwańczuk
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk
2024-07-01fix(lsp): respect lockfile redirects entries for resolution (#24365)Nayeem Rahman
2024-06-28chore: update deno_doc (#24308)Leo Kettmeir
2024-06-26feat(lsp): ts language service scopes (#24345)Nayeem Rahman
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-24fix(ext/node): rewrite crypto.Hash (#24302)Luca Casonato
2024-06-19Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)Bartek Iwańczuk
2024-06-19fix(lsp): use import map from workspace root (#24246)Nayeem Rahman
2024-06-18perf(node): ensure cjs wrapper module has deterministic output (#24248)David Sherret
2024-06-17feat(lsp): multi deno.json resolver scopes (#24206)Nayeem Rahman
2024-06-14fix(inspector): crash on "Debugger.setBlackboxPatterns" (#24204)Bartek Iwańczuk
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-13chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)Bartek Iwańczuk
2024-06-12fix(lsp): strip .js before probing for valid import fix (#24188)Nayeem Rahman
2024-06-12feat(lsp): respect editor indentation options (#24181)Nayeem Rahman
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-10feat(lsp): workspace jsr resolution (#24121)Nayeem Rahman
2024-06-05chore: upgrade trust-dns-resolver and friends (#24108)Ryan Dahl
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-03fix(lsp): complete exports for import mapped jsr specifiers (#24054)Nayeem Rahman
2024-06-03refactor: extract structs for downloading tarballs and npm registry packument...David Sherret
2024-05-30feat: do not require `DENO_FUTURE=1` for npmrc support (#24043)David Sherret
2024-05-30feat(lsp): support .npmrc (#24042)Nayeem Rahman
2024-05-29perf(repl): don't walk workspace in repl language server (#24037)Nayeem Rahman
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-29fix(ext/node): windows cancel stdin read in line mode (#23969)Divy Srivastava
2024-05-29perf(lsp): lock out requests until init is complete (#23998)Nayeem Rahman
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-28chore: fix flaky inspector_with_ts_files (#24015)David Sherret
2024-05-28fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200)Hajime-san
2024-05-28fix(coverage): skip generating coverage json for http(s) scripts (#24008)Yoshiya Hinosawa
2024-05-28fix(coverage): handle ignore patterns (#23974)Yoshiya Hinosawa
2024-05-26fix(coverage): add tooltip to line count in html report (#23971)Yoshiya Hinosawa
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-23fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...Nathan Whitaker
2024-05-23refactor(lsp): determine file referrer for each document (#23867)Nayeem Rahman
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-22fix(lsp): process Fenced Code Block in JSDoc on `completion` correctly (#23822)Hajime-san
2024-05-22refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)Leo Kettmeir