index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
task
Age
Commit message (
Expand
)
Author
2024-10-04
tests: enable package_json_node_modules_none (#25825)
Satya Rohith
2024-10-02
chore: remove unnecessary envs in spec tests (#25982)
David Sherret
2024-09-24
refactor: reenable more tests after DENO_FUTURE migration (#25752)
Bartek Iwańczuk
2024-09-15
fix(cli): `deno task` exit with status 0 (#25637)
Divy Srivastava
2024-09-11
chore: deprecate task itests (#25558)
HasanAlrimawi
2024-09-03
fix(task): correct name for scoped npm package binaries (#25390)
David Sherret
2024-08-31
chore: remove DENO_FUTURE=1 from spec tests (#25329)
Bartek Iwańczuk
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-19
fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)
Nathan Whitaker
2024-07-09
fix: add warning for invalid unstable feature use in deno.json/jsonc (#24120)
HasanAlrimawi
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-06
fix(cli): Overwrite existing bin entries in `node_modules` (#24123)
Nathan Whitaker
2024-05-29
fix(task): always use `npm` for `npm run` with flags (#24028)
Marvin Hagemeister
2024-05-23
fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...
Bartek Iwańczuk
2024-05-23
feat(task): run `npm run` commands with Deno more often (#23794)
David Sherret
2024-05-21
fix(task): do not error if node_modules folder not exists (#23920)
David Sherret
2024-05-09
fix(task): regression where `npx <command>` sometimes couldn't find command (...
David Sherret
2024-04-20
feat(task): support running npm binary commands in deno.json (#23478)
David Sherret
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker