summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-03-09refactor: Split extension registration for runtime and snapshotting (#18095)Bartek Iwańczuk
2023-03-09fix(ext/webstorage): check size of inputs before insert (#18087)Divy Srivastava
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-03-08fix(npm): improve peer dependency resolution with circular dependencies (#18069)David Sherret
2023-03-08feat(core): prevent isolate drop for CLI main worker (#18059)Divy Srivastava
2023-03-08chore: update tempfile dependency (#18077)Bartek Iwańczuk
2023-03-08Revert "perf: disable snapshot compression (#18061)" (#18074)Bartek Iwańczuk
2023-03-08fix: attempt to only allow one deno process to update the node_modules folder...David Sherret
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-08refactor(runtime): conditionally register Extension with source files (#18068)Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-07fix(cli): add space after period in `--v8-flags` (#18063)Caleb Cox
2023-03-07chore(docs): Fixed manual link (#18060)ayame113
2023-03-07perf: disable snapshot compression (#18061)Bartek Iwańczuk
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk
2023-03-07chore(tests): use temp dir in test `missing_deno_dir` (#18057)Nick Hanley
2023-03-06chore(tests): ability to capture stdout and stderr separately (#18035)David Sherret
2023-03-05refactor: move definition of Deno.build from "runtime" to "core" (#18036)Bartek Iwańczuk
2023-03-05fix(check): include dts files in tsc roots (#18026)Nayeem Rahman
2023-03-05fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030)Filip Skokan
2023-03-05refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-03-05test(compile): Add a test for dynamic imports in `deno compile` (#18017)Andreu Botella
2023-03-04refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014)David Sherret
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk
2023-03-04refactor: simplify to string calls (#18011)Geert-Jan Zwiers
2023-03-04chore(docs): add note about loadavg returning 0 on windows (#18006)Geert-Jan Zwiers
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-03-03chore: update deno_std submodule to 0.178.0 (#18003)Bartek Iwańczuk
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-03-02chore(cli): update deno_lint to 0.41.0 (#17997)Yusuke Tanaka
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-02-28chore(test): remove TestCommandOutput macros (#17975)David Sherret
2023-02-27chore: test builders for integration tests (#17965)David Sherret
2023-02-27chore(ext/node): suppress node compat tests stdout by default (#17909)Yoshiya Hinosawa
2023-02-26fix(ext/node): util.types.isSharedArrayBuffer (#17836)Yoshiya Hinosawa
2023-02-25chore: fix flaky package_json_basic tests (#17940)David Sherret
2023-02-24chore: forward v1.31.1 release commit to main (#17939)denobot
2023-02-25fix(npm): skip analyzing more specifiers in package.json (#17938)David Sherret
2023-02-25fix: regression remapping remote specifier to local file (#17935)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-24fix: ignore workspace specifiers in package.json (#17934)David Sherret
2023-02-24refactor(flash): move remoteAddr to options bag (#17913)Leo Kettmeir
2023-02-24fix: ensure concurrent non-statically analyzable dynamic imports do not somet...David Sherret
2023-02-24feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)David Sherret
2023-02-24fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...David Sherret
2023-02-24fix: remote modules should be allowed to import data urls (#17920)David Sherret
2023-02-241.31.0 (#17906)denobot
2023-02-23fix(npm): allow resolving from package.json when an import map exists (#17905)David Sherret