index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
run
Age
Commit message (
Expand
)
Author
2024-11-17
feat(cli): support multiple env file argument (#26527)
Bhuwan Pandit
2024-11-15
fix: update message for unsupported schemes with npm and jsr (#26884)
Bartek Iwańczuk
2024-11-14
feat(cli): add `--unstable-node-globals` flag (#26617)
Marvin Hagemeister
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-12
fix(permissions): say to use --allow-run instead of --allow-all (#26842)
David Sherret
2024-11-05
chore: deprecate run itests (#26444)
Mohammad Sulaiman
2024-11-05
fix(workspace): support wildcard packages (#26568)
Bartek Iwańczuk
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix: surface package.json location on dep parse failure (#26665)
David Sherret
2024-10-29
fix: provide hints in terminal errors for Node.js globals (#26610)
Bartek Iwańczuk
2024-10-22
refactor: add 'docs' suggestion (#26463)
Bartek Iwańczuk
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-15
fix: improve suggestions and hints when using CommonJS modules (#26287)
Bartek Iwańczuk
2024-10-15
fix: add hint for missing `document` global in terminal error (#26218)
Bartek Iwańczuk
2024-10-15
fix: do not panic running remote cjs module (#26259)
David Sherret
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-10-04
Revert "feat: warn when using --allow-run with no allow list" (#26021)
David Sherret
2024-10-03
tests: enable specs::run::package_json::invalid_value (#25826)
Satya Rohith
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
fix(check): properly surface dependency errors in types file of js file (#25860)
David Sherret
2024-09-23
tests: enable auto_discovered tests of run/no_deno_json (#25821)
Satya Rohith
2024-09-23
feat: make 'globalThis.location' a configurable property (#25812)
Bartek Iwańczuk
2024-09-23
feat: Show hints when using `window` global (#25805)
Bartek Iwańczuk
2024-09-19
fix: cjs resolution cases (#25739)
snek
2024-09-19
fix(node): Don't error out if we fail to statically analyze CJS re-export (#2...
Nathan Whitaker
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
fix(flags): don't treat empty run command as task subcommand (#25708)
Leo Kettmeir
2024-09-18
feat: update warning message for --allow-run with no list (#25693)
Bartek Iwańczuk
2024-09-16
feat: warn when using `--allow-run` with no allow list (#25215)
David Sherret
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-16
test: rewrite some ignored tests to spec tests (#25652)
Bartek Iwańczuk
2024-09-13
chore: enable `specs::run::workspaces::explicit_import_map` test (#25611)
Asher Gomez
2024-09-12
feat: stabilize `Deno.createHttpClient()` (#25569)
Asher Gomez
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-10
feat: require(esm) (#25501)
snek
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-09
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)
David Sherret
2024-09-09
feat: Add better error messages for unstable APIs (#25519)
Bartek Iwańczuk
2024-09-05
fix: add suggestion how to fix importing CJS module (#21764)
Bartek Iwańczuk
2024-09-05
fix: update hint for `deno add <package>` (#25455)
Bartek Iwańczuk
2024-09-05
feat: Allow importing .cjs files (#25426)
Bartek Iwańczuk
2024-09-05
feat: Add a hint on error about 'Relative import path ... not prefixed with ....
Bartek Iwańczuk
2024-09-04
fix: lock down allow-run permissions more (#25370)
David Sherret
2024-09-02
fix: remove entrypoint hack for Deno 2.0 (#25332)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-28
fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...
David Sherret
2024-08-29
feat: deprecate import assertions (#25281)
David Sherret
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
[next]