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
/
test_util
Age
Commit message (
Expand
)
Author
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-10
feat(install): follow redirects for urls with no path (#17449)
Kamil Ogórek
2023-02-06
chore: update std submodule to 0.176.0 (#17668)
Bartek Iwańczuk
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
chore(test): report correct cwd when running tests via itest macro (#17132)
Kamil Ogórek
2022-12-19
chore(test_util): use pty2 instead of pty (#17131)
Divy Srivastava
2022-12-07
feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)
David Sherret
2022-12-02
chore: update std submodule to 0.167.0 (#16894)
Bartek Iwańczuk
2022-11-30
fix(lsp): analyze fs dependencies of dependencies to find npm package require...
David Sherret
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-22
chore: workspace inheritance (#16343)
Leo Kettmeir
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-11-06
chore: upgrade deno_std submodule (#16546)
Bartek Iwańczuk
2022-10-26
chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)
Colin Ihrig
2022-10-26
feat: Stabilize Deno.consoleSize() API (#15933)
Bartek Iwańczuk
2022-10-24
test(wpt): add mimesniff tests (#16225)
Marcos Casagrande
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-17
chore: upgrade internal deno_std to 0.160 (#16333)
David Sherret
2022-10-16
fix(cli/bench): skip strace table border (#16310)
Marcos Casagrande
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-22
feat(npm): add flag for creating and resolving npm packages to a local node_m...
David Sherret
2022-09-22
chore: update wpt (#15979)
Divy Srivastava
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-16
upgrade deps (#15914)
Ryan Dahl
2022-09-07
feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)
Arnau Orriols
2022-09-02
fix(npm): respect `latest` dist tag for getting current version (#15746)
David Sherret
2022-08-29
chore: update test_util/std/ submodule (#15657)
Bartek Iwańczuk
2022-08-26
chore(npm): add test for esm npm binary package (#15609)
David Sherret
2022-08-25
fix: avoid global declaration collisions in cjs (#15608)
David Sherret
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-23
fix(cache): do not attempt to emit non-emitable files (#15562)
David Sherret
2022-08-22
perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...
David Sherret
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-10
fix: update deno_graph to fix importing config as JSON module (#15388)
Kitson Kelly
2022-07-18
BREAKING(unstable): Improve Deno.spawn() stdio API (#14919)
Nayeem Rahman
2022-07-15
chore: fix Windows specific clippy errors (#15212)
David Sherret
[next]