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
/
cli
/
tests
/
testdata
/
run
Age
Commit message (
Expand
)
Author
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-22
feat: support bare specifier resolution with package.json (#17864)
Bartek Iwańczuk
2023-02-22
feat(permissions): grant all permission for a group in permission prompt (#17...
Asher Gomez
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-14
fix: loading built-in Node modules embedded in the binary (#17777)
Bartek Iwańczuk
2023-02-11
fix(cli/graph_util): don't append referrer info for root module errors (#17730)
Nayeem Rahman
2023-02-11
feat: add signal option to Deno.resolveDns (#17384)
Leo Kettmeir
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-07
chore: upgrade rusty_v8 to 0.62.2 (#17604)
Bartek Iwańczuk
2023-02-06
chore: update std submodule to 0.176.0 (#17668)
Bartek Iwańczuk
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-02-05
fix(ext/console): log class for class constructor (#17615)
Gasman
2023-01-25
fix: support import map specified as data uri (#17531)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-25
Revert "chore: upgrade rusty_v8 to 0.62.0 (#17200)" (#17523)
Bartek Iwańczuk
2023-01-25
chore: upgrade rusty_v8 to 0.62.0 (#17200)
Bartek Iwańczuk
2023-01-25
feat: Add sync APIs for "Deno.permissions" (#17019)
Asher Gomez
2023-01-24
feat: suggest adding a "node:" prefix for bare specifiers that look like buil...
David Sherret
2023-01-24
feat(fmt): add ability to configure semicolons (#17292)
Bartek Iwańczuk
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-24
fix: update expected output for config auto-discovery debug log (#17514)
Leo Kettmeir
2023-01-24
feat: log detection of config file (#17338)
Leo Kettmeir
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-13
fix(permissions): lock stdio streams when prompt is shown (#17392)
Bartek Iwańczuk
2023-01-11
fix: don't panic on resolveDns if unsupported record type is specified (#17336)
Leo Kettmeir
2023-01-04
fix: upgrade deno_ast to 0.23 (#17269)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-23
fix(core): run macrotasks and next ticks after polling dynamic imports (#17173)
Bartek Iwańczuk
2022-12-21
fix(core): Do not print errors prop for non-AggregateError errors (#17123)
Kamil Ogórek
2022-12-19
fix: display URL in invalid URL error (#17128)
Leo Kettmeir
2022-12-08
feat(cli): support configuring the lock file in the config file (#16781)
Roj
2022-12-02
chore: rewrite tests and utils to use Deno.Command API (#16895)
Bartek Iwańczuk
2022-11-28
feat(core): show unresolved promise origin (#16650)
Bartek Iwańczuk
2022-11-24
feat(cli): add warning for incorrectly ordered flags (#16734)
Asher Gomez
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-11
fix(npm): disable npm specifiers in import.meta.resolve() (#16599)
Bartek Iwańczuk
2022-11-11
fix(npm): remove forgotten unstable check (#16598)
Bartek Iwańczuk
2022-11-08
fix(lock): only store integrities for http: and https: imports (#16558)
Bartek Iwańczuk
2022-11-03
fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)
Bartek Iwańczuk
2022-11-02
fix(lock): autodiscovery of lockfile (#16498)
Bartek Iwańczuk
2022-10-31
fix(test): add slice method to filename to make them portable (#16482)
Shogo Hida
2022-10-28
feat: support npm specifiers in `deno info` for display text output only (#16...
David Sherret
2022-10-26
feat(cli): show error cause recursion information (#16384)
Cre3per
2022-10-25
feat: stabilize Deno.loadavg() (#16412)
Colin Ihrig
2022-10-20
feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)
Aapo Alasuutari
[next]