summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run
AgeCommit message (Expand)Author
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
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-07feat: support import attributes (#20342)David Sherret
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-18ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)David Sherret
2023-08-12chore: deno_core -> 0.201.0 (#20135)Matt Mastracci
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-08-01fix: deno diagnostic - clarify where to put triple-slash directive (#20009)David Sherret
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-04feat: upgrade to TypeScript 5.1.6 (#19695)David Sherret
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-09chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)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-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-24chore: upgrade rusty_v8 to 0.72.0 (#19228)Bartek Iwańczuk
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-05-04fix(core): allow esm extensions not included in snapshot (#18980)Nayeem Rahman
2023-05-01perf(ext/web): fast path for ws events (#18905)Divy Srivastava
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-28fix(ext/websocket): restore op_ws_send_ping (#18891)Bartek Iwańczuk
2023-04-27chore: upgrade rusty_v8 to 0.71.0 (#18868)Bartek Iwańczuk
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-26chore: upgrade rusty_v8 to 0.70.0 (#18844)Bartek Iwańczuk
2023-04-23test: deflake worker tests (#18813)Bartek Iwańczuk
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)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-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(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-21chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...Yoshiya Hinosawa
2023-03-14refactor: deno_core not using std::env::current_dir (#18173)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk