summaryrefslogtreecommitdiff
path: root/cli/factory.rs
AgeCommit message (Expand)Author
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-09-30refactor: move ByonmNpmResolver to deno_resolver (#25937)David Sherret
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-29refactor: cleanup for creating worker structs (#25933)David Sherret
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-09-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-09-03chore: cleanup code for deprecation notices in JS code (#25368)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-26perf(cache): single cache file for remote modules (#24983)David Sherret
2024-08-16fix(ext/node): improve shelljs compat with managed npm execution (#24912)Yoshiya Hinosawa
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-08perf: skip saving to emit cache after first failure (#24896)David Sherret
2024-08-05fix(unstable): panic when running deno install with DENO_FUTURE=1 (#24866)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-24fix: use hash of in-memory bytes only for code cache (#23966)David Sherret
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker