summaryrefslogtreecommitdiff
path: root/tests/specs/run
AgeCommit message (Expand)Author
2024-10-29fix: provide hints in terminal errors for Node.js globals (#26610)Bartek Iwańczuk
2024-10-22refactor: add 'docs' suggestion (#26463)Bartek Iwańczuk
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-15fix: improve suggestions and hints when using CommonJS modules (#26287)Bartek Iwańczuk
2024-10-15fix: add hint for missing `document` global in terminal error (#26218)Bartek Iwańczuk
2024-10-15fix: do not panic running remote cjs module (#26259)David Sherret
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
2024-10-03tests: enable specs::run::package_json::invalid_value (#25826)Satya Rohith
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-25fix(check): properly surface dependency errors in types file of js file (#25860)David Sherret
2024-09-23tests: enable auto_discovered tests of run/no_deno_json (#25821)Satya Rohith
2024-09-23feat: make 'globalThis.location' a configurable property (#25812)Bartek Iwańczuk
2024-09-23feat: Show hints when using `window` global (#25805)Bartek Iwańczuk
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-19fix(node): Don't error out if we fail to statically analyze CJS re-export (#2...Nathan Whitaker
2024-09-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18fix(flags): don't treat empty run command as task subcommand (#25708)Leo Kettmeir
2024-09-18feat: update warning message for --allow-run with no list (#25693)Bartek Iwańczuk
2024-09-16feat: warn when using `--allow-run` with no allow list (#25215)David Sherret
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-16test: rewrite some ignored tests to spec tests (#25652)Bartek Iwańczuk
2024-09-13chore: enable `specs::run::workspaces::explicit_import_map` test (#25611)Asher Gomez
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-10BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)Kenta Moriuchi
2024-09-10feat: require(esm) (#25501)snek
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-09fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)David Sherret
2024-09-09feat: Add better error messages for unstable APIs (#25519)Bartek Iwańczuk
2024-09-05fix: add suggestion how to fix importing CJS module (#21764)Bartek Iwańczuk
2024-09-05fix: update hint for `deno add <package>` (#25455)Bartek Iwańczuk
2024-09-05feat: Allow importing .cjs files (#25426)Bartek Iwańczuk
2024-09-05feat: Add a hint on error about 'Relative import path ... not prefixed with ....Bartek Iwańczuk
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-02fix: remove entrypoint hack for Deno 2.0 (#25332)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-28fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...David Sherret
2024-08-29feat: deprecate import assertions (#25281)David Sherret
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-27fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...David Sherret
2024-08-27fix(task): support tasks with colons in name in `deno run` (#25233)Marvin Hagemeister
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06feat: deno run <task> (#24891)Satya Rohith
2024-07-31fix(ext/node): handle node child_process with --v8-options flag (#24804)Luca Casonato
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez