summaryrefslogtreecommitdiff
path: root/tests/specs/run
AgeCommit message (Expand)Author
2024-08-27fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...David Sherret
2024-08-27fix(task): support tasks with colons in name in `deno run` (#25233)Marvin Hagemeister
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06feat: deno run <task> (#24891)Satya Rohith
2024-07-31fix(ext/node): handle node child_process with --v8-options flag (#24804)Luca Casonato
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-22fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...Kenta Moriuchi
2024-07-11chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)David Sherret
2024-07-11fix(workspace): allow using --import-map flag with workspace (#24527)Bartek Iwańczuk
2024-07-09fix: do not download compilerOptions -> types when not type checking (#24473)David Sherret
2024-07-09fix: restore reference to dom.extras in lib.dom.d.ts (#24489)Bartek Iwańczuk
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29perf: avoid building module graph if dynamic specifier already in graph (#24035)David Sherret
2024-05-27fix: `--env` flag confusing message on syntax error (#23915)Hasan-Alrimawi
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-21chore: add test to ensure parsing only happens once on first load (#23837)David Sherret
2024-05-14fix(emit): regression - keep comments in emit (#23815)David Sherret
2024-05-14chore: 045_proxy output stdout & stderr on failure (#23810)David Sherret
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-25fix: unref stdin read (#23534)Bartek Iwańczuk
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek Iwańczuk
2024-04-15test: add test for running in V8 jitless mode (#23054)Bartek Iwańczuk
2024-03-15chore(specs): use jsonc for metadata file (#22946)David Sherret
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret