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
/
standalone
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-08-06
feat: deno run <task> (#24891)
Satya Rohith
2024-08-01
fix: regressions around Error.prepareStackTrace (#24839)
Bartek Iwańczuk
2024-07-31
feat: upgrade V8 to 12.8 (#24693)
snek
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-22
Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)
Bartek Iwańczuk
2024-07-21
fix: CFunctionInfo and CTypeInfo leaks (#24634)
Divy Srivastava
2024-07-17
fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...
David Sherret
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: bump deno_graph to 0.79 (#24337)
David Sherret
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-26
chore(cli): remove extract_standalone path from CLI (#23982)
Divy Srivastava
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-05-18
perf: analyze cjs exports and emit typescript in parallel (#23856)
David Sherret
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-06
fix(compile): relative permissions should be retained as relative (#23719)
David Sherret
2024-05-05
fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)
Satya Rohith
2024-04-27
fix(compile): certain jsr specifiers sometimes can't load (#23567)
David Sherret
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-03-31
refactor: cleanup main entrypoint (#23145)
David Sherret
2024-03-21
chore: upgrade deno_core to 0.272.0 (#23022)
Bartek Iwańczuk
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-23
fix(ext/node): set correct process.argv0 (#22555)
Satya Rohith
2024-02-15
chore: add DENO_FUTURE env var (#22318)
Divy Srivastava
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava
2024-02-10
chore: deno_core bump (#22379)
Matt Mastracci
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-31
chore: temporarily disable deprecation warnings (#22204)
Bartek Iwańczuk
2024-01-27
refactor(cli): decouple resolvers from `module_loader.rs` for standalone use ...
Divy Srivastava
2024-01-27
chore: upgrade deno_core to 0.256.0 (#22145)
Divy Srivastava
2024-01-26
fix: make deprecation warnings less verbose (#22128)
Bartek Iwańczuk
2024-01-22
refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)
Bartek Iwańczuk
2024-01-18
feat: Start warning on each use of a deprecated API (#21939)
Bartek Iwańczuk
2024-01-14
chore: upgrade deno_core to 0.246.0 (#21904)
Bartek Iwańczuk
2024-01-06
fix(compile): preserve granular unstable features (#21827)
Bartek Iwańczuk
2024-01-03
chore: upgrade deno_core to 0.241.0 (#21765)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
[next]