summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238)David Sherret
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-14feat: explicit resource management in TypeScript (#20506)David Sherret
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-09-08feat: lockfile v3 (#20424)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-30fix(runtime/permissions): Resolve executable specifiers in allowlists and que...Nayeem Rahman
2023-08-29feat(lockfile): add redirects to the lockfile (#20262)David Sherret
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-17fix(unstable): disable importing from the vendor directory (#20067)David Sherret
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-06fix(unstable): vendor cache should support adding files to hashed directories...David Sherret
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-22chore(cli): Don't assume deno is in path for spawn_kill_permissions (#19198)Matt Mastracci
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-11fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)Nayeem Rahman
2023-04-28fix(ext/websocket): restore op_ws_send_ping (#18891)Bartek Iwańczuk
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-23refactor: rewrite client side tests to 'fastwebsockets' crate (#18800)Bartek Iwańczuk
2023-04-12fix(core): preserve syntax error locations in dynamic imports (#18664)Nayeem Rahman
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-25chore(tests): enable `single_compile_with_reload` again (#18196)Geert-Jan Zwiers
2023-03-23fix(cli): restore `deno run -` to handle stdin as typescript (#18391)Cre3per
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-16chore: ignore permission_prompt_strips_ansi_codes_and_control_chars test (#18...David Sherret
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-03-13fix: ensure no node_modules directory is created when a package.json exists a...David Sherret