summaryrefslogtreecommitdiff
path: root/tests/specs
AgeCommit message (Expand)Author
2024-06-07fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)Divy Srivastava
2024-06-07fix: do not panic linting files with UTF-8 BOM (#24136)David Sherret
2024-06-06fix(cli): Overwrite existing bin entries in `node_modules` (#24123)Nathan Whitaker
2024-06-06chore: support `-- --nocapture` in the spec tests (#24113)David Sherret
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05fix: update deno_npm (#24065)Bartek Iwańczuk
2024-06-05fix: support importing statically unanalyzable npm specifiers (#24107)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-30feat: do not require `DENO_FUTURE=1` for npmrc support (#24043)David Sherret
2024-05-29fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...Nathan Whitaker
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29fix(task): always use `npm` for `npm run` with flags (#24028)Marvin Hagemeister
2024-05-29perf: avoid building module graph if dynamic specifier already in graph (#24035)David Sherret
2024-05-28perf: skip npm install if graph has no new packages (#24017)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-28FUTURE(ext/ffi,ext/webgpu): stabilize FFI and WebGPU APIs (#24011)Asher Gomez
2024-05-28fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...David Sherret
2024-05-27FUTURE(ext/fs): stabilize file system APIs (#23968)Bartek Iwańczuk
2024-05-27fix: `--env` flag confusing message on syntax error (#23915)Hasan-Alrimawi
2024-05-23fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...Bartek Iwańczuk
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-23feat(task): run `npm run` commands with Deno more often (#23794)David Sherret
2024-05-23feat(cli/test): `deno test --clean` (#23519)Asher Gomez
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-23feat: add lowercase `-v` version flag (#23750)David Sherret
2024-05-22feat(cli): Add slow test warning (#23874)Matt Mastracci
2024-05-21refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...Kyle Kelley
2024-05-21chore: add test to ensure parsing only happens once on first load (#23837)David Sherret
2024-05-21fix(task): do not error if node_modules folder not exists (#23920)David Sherret
2024-05-21perf: analyze cjs re-exports in parallel (#23894)David Sherret
2024-05-18perf: analyze cjs exports and emit typescript in parallel (#23856)David Sherret
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-16perf(jsr): download metadata files as soon as possible and in parallel (#23836)David Sherret
2024-05-14chore: fix flaky rejection_handled_web_process (#23817)David Sherret
2024-05-14fix(emit): regression - keep comments in emit (#23815)David Sherret
2024-05-14fix(publish): always include config file when publishing (#23797)David Sherret
2024-05-14chore: 045_proxy output stdout & stderr on failure (#23810)David Sherret
2024-05-14fix(publish): error for missing version constraints on dry-publish instead of...David Sherret
2024-05-13chore(task): various small refactorings (#23793)David Sherret
2024-05-10fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)Matt Mastracci
2024-05-10fix(node): better cjs re-export handling (#23760)David Sherret
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-07fix(jsr): panic when importing jsr package with deps via https (#23728)David Sherret
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret