summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
AgeCommit message (Expand)Author
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-17fix(npm): support dynamic import of Deno TS from npm package (#19858)David Sherret
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-14fix(npm): improve error message importing non-existent file in a node_modules...David Sherret
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-11fix(lsp): remove quotes and period surrounding specifier in uncached messages...David Sherret
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-07tests: add more jsxImportSource regression tests (#15592)Luca Casonato
2023-07-04feat: upgrade to TypeScript 5.1.6 (#19695)David Sherret
2023-07-03fix(npm): escape export identifier in double quoted string (#19694)await-ovo
2023-07-01fix(npm): handle more reserved words as cjs exports (#19672)David Sherret
2023-06-28chore: reconfigure windows builder storage (#19601)Matt Mastracci
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-15fix(cli): avoid crash on import of invalid module names (#19523)Bartek Iwańczuk
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-12chore(core): fix flaky flock_test on windows (#19477)Matt Mastracci
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-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-06-07fix(cli): formatting bench with colors (#19323)Mike Mulchrone
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
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