summaryrefslogtreecommitdiff
path: root/tests/specs
AgeCommit message (Expand)Author
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
2024-05-03refactor(tests): move worker_threads itests to spec tests (#23648)Satya Rohith
2024-05-03chore(tests/specs): ability to have sub tests in file (#23667)David Sherret
2024-05-03chore: move cert itests to spec tests (#23607)David Sherret
2024-05-03test: npm registry handles two test scopes (#23663)Bartek Iwańczuk
2024-05-02fix(test): proper type checking for files with doc tests (#23654)Leo Kettmeir
2024-05-01chore(cli): add permission test (#23633)Matt Mastracci
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-05-01chore: fix flaky module graph cache tests (#23623)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-29chore: add tests for moduleGraph2 (#23603)David Sherret
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-04-29fix(ext/node): add support for MessagePort.removeListener/off (#23598)Satya Rohith
2024-04-27fix(compile): certain jsr specifiers sometimes can't load (#23567)David Sherret
2024-04-25fix: unref stdin read (#23534)Bartek Iwańczuk
2024-04-24feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...David Sherret
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
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-21FUTURE(ext/net): remove `Deno.ConnectTlsOptions.(certFile|certChain|privateKe...Asher Gomez
2024-04-21FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` (#23271)Asher Gomez
2024-04-20feat(task): support running npm binary commands in deno.json (#23478)David Sherret