summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-07-11fix(node/http): add destroy to FakeSocket (#19796)Leo Kettmeir
2023-07-11fix(node/http): allow callback in first argument of end call (#19778)Leo Kettmeir
2023-07-11fix(lsp): remove quotes and period surrounding specifier in uncached messages...David Sherret
2023-07-10fix(lsp): exclude files in deno.json "exclude" (#19791)David Sherret
2023-07-10refactor(cli): Creating a TestReporter trait (#19786)Cooper Benson
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-07-10perf: add setup cache for node_modules folder (#19787)David Sherret
2023-07-10chore(tests): update info_with_compiled_source to use TestContextBuilder (#19...David Sherret
2023-07-10fix(node/http): server use FakeSocket and add end method (#19660)Leo Kettmeir
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-07tests: add more jsxImportSource regression tests (#15592)Luca Casonato
2023-07-05fix(vendor): support import mapped jsxImportSource (#19724)David Sherret
2023-07-05test(ext/node): clean up node:path test cases (#19610)Yoshiya Hinosawa
2023-07-051.35.0 (#19717)denobot
2023-07-04fix: move `Deno.serve` to stable namespace (#19718)Bartek Iwańczuk
2023-07-04fix(ext/node): Define performance.timeOrigin as getter property (#19714)await-ovo
2023-07-04fix: bump default @types/node version range to 18.16.19 (#19706)David Sherret
2023-07-04feat: stabilize 'alpnProtocols' setting (#19704)Bartek Iwańczuk
2023-07-04tests: deflake _fs_read_test.ts again (#19705)Bartek Iwańczuk
2023-07-04chore: upgrade deno_lint to 0.49.0 (#19703)Bartek Iwańczuk
2023-07-03tests: deflake _fs_read_test.ts (#19699)Bartek Iwańczuk
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-07-04feat: upgrade to TypeScript 5.1.6 (#19695)David Sherret
2023-07-03fix(npm): escape export identifier in double quoted string (#19694)await-ovo
2023-07-03fix(dts): make globals available on globalThis (#19438)ud2
2023-07-03feat(lsp): support import maps in quick fix and auto-imports (#19692)David Sherret
2023-07-03fix: Update typings for Deno.errors namespace (#19688)Bartek Iwańczuk
2023-07-02fix(ext/node): ignore cancelled timer when node timer refresh (#19637)await-ovo
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-07-02test: ignore fmt_check_all_files_on_each_change_test (#19682)Bartek Iwańczuk
2023-07-01fix(npm): handle more reserved words as cjs exports (#19672)David Sherret
2023-07-02build: remove stale benchmark (#19681)Bartek Iwańczuk
2023-07-02feat(lsp): basic support of auto-imports for npm specifiers (#19675)David Sherret
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-07-01fix(ext/kv): expose Deno.AtomicOperation (#19674)Luca Casonato
2023-06-30fix(npm): support siblings that are peer dependencies of each other (#19657)David Sherret
2023-06-30test(ext/node): add perf_hooks test (#19648)Hans
2023-06-30test(ext/node): added unit test for net node modules compat from std (#19663)Kaique da Silva
2023-06-30test(ext/node): added assertion errors test (#19609)Kaique da Silva
2023-06-30fix(node/http): add setKeepAlive to FakeSocket (#19659)Leo Kettmeir
2023-06-29fix: add `exactOptionalPropertyTypes` for configuration file JSON schema (#19...scarf
2023-06-28fix(console): correct the parseCssColor algorithm (#19645)Nicholas Berlette
2023-06-28chore: reconfigure windows builder storage (#19601)Matt Mastracci
2023-06-28fix(cli): Fix the bug where the command description is not displayed. (#19604)nasa
2023-06-27chore: update deno_lint to 0.48.0 (#19619)Bartek Iwańczuk
2023-06-27fix(kv): assertReject should always be awaited (#19612)Heyang Zhou
2023-06-27test(ext/node): port crypto_test.ts from deno_std (#19561)Felipe Baltor
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret