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
/
factory.rs
Age
Commit message (
Expand
)
Author
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-19
fix: cjs resolution cases (#25739)
snek
2024-09-17
chore: upgrade deno_core (#25674)
Bartek Iwańczuk
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-03
chore: cleanup code for deprecation notices in JS code (#25368)
Bartek Iwańczuk
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-27
fix: removed unstable-htttp from deno help (#25216)
HasanAlrimawi
2024-08-26
perf(cache): single cache file for remote modules (#24983)
David Sherret
2024-08-16
fix(ext/node): improve shelljs compat with managed npm execution (#24912)
Yoshiya Hinosawa
2024-08-12
feat: deno remove (#24952)
David Sherret
2024-08-08
perf: skip saving to emit cache after first failure (#24896)
David Sherret
2024-08-05
fix(unstable): panic when running deno install with DENO_FUTURE=1 (#24866)
David Sherret
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-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
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-05
fix(publish): unfurling should always be done with the package json (#24435)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
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-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-24
fix: use hash of in-memory bytes only for code cache (#23966)
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-08
FUTURE: `deno install` changes (#23498)
Bartek Iwańczuk
2024-05-05
fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)
Satya Rohith
2024-04-24
feat: Add `deno serve` subcommand (#23511)
Matt Mastracci
2024-04-23
fix(cli): Don't panic on invalid emit options (#23463)
Nathan Whitaker
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-16
feat(check): allow using side effect imports with unknown module kinds (ex. c...
David Sherret
2024-04-12
fix(inspector): don't panic if port is not free (#22745)
Bartek Iwańczuk
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-04-05
FUTURE: override byonm with nodeModulesDir setting (#23222)
David Sherret
2024-04-03
FUTURE: enable BYONM by default (#23194)
Bartek Iwańczuk
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-03-05
refactor: move deno json functionality to args module (#22710)
David Sherret
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
[next]