summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
AgeCommit message (Expand)Author
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-24fix(npm): create `node_modules/.deno/node_modules` folder (#19242)David Sherret
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-24chore: upgrade rusty_v8 to 0.72.0 (#19228)Bartek Iwańczuk
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-22chore(cli): Don't assume deno is in path for spawn_kill_permissions (#19198)Matt Mastracci
2023-05-19feat(vendor): support for npm specifiers (#19186)David Sherret
2023-05-18fix(npm): run pre and post tasks if present (#19178)Marvin Hagemeister
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-05-14fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)Yoshiya Hinosawa
2023-05-11fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)Nayeem Rahman
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-10fix(node): conditional exports edge case (#19082)Bartek Iwańczuk
2023-05-04fix(core): allow esm extensions not included in snapshot (#18980)Nayeem Rahman
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
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-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)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-21feat: upgrade deno_ast to 0.26 (#18795)David Sherret
2023-04-19fix(test/coverage): exclude test files (#18748)Levente Kurusa
2023-04-18test: fix flaky worker test (#18754)Bartek Iwańczuk
2023-04-16Revert "perf(core): immediately schedule another tick if there are un… (#18...Bartek Iwańczuk
2023-04-14chore: remove node_modules folder being created in testdata directory (#18708)David Sherret
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-04-13refactor(cli): move runTests() and runBenchmarks() to rust (#18563)Nayeem Rahman
2023-04-12fix(core): preserve syntax error locations in dynamic imports (#18664)Nayeem Rahman
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-06chore: fix flaky tests checking ms when CI is slow (#18559)David Sherret
2023-04-06fix(ext/node): fix unable to resolve fraction.js (#18544)Marvin Hagemeister
2023-04-06fix(ext/node): json encode binary command name (#18596)Geert-Jan Zwiers
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-04-01fix(test): don't swallow sanitizer errors with permissions (#18550)Nayeem Rahman
2023-03-30fix(coverage): ignore files from npm registry (#18457)Geert-Jan Zwiers
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-26feat(bench): add `--no-run` flag (#18433)Geert-Jan Zwiers
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
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