summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-261.35.3 (#19947)denobot
2023-07-26fix(task): ensure quoted strings are maintained mid-word (#19944)David Sherret
2023-07-26chore: update chrono dependency (#19943)Bartek Iwańczuk
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-25refactor: simplify signature of diagnose_resolution (#19753)Martin Fischer
2023-07-25fix(lint): allow to use --rules with --rules-tags (#19754)Bartek Iwańczuk
2023-07-25fix: deno info should respect import map (#19781)Vedant Pandey
2023-07-25fix(node): add writable and readable fields to FakeSocket (#19931)Bartek Iwańczuk
2023-07-25fix(ext/net): fix string port number handling in listen (#19921)Yoshiya Hinosawa
2023-07-25fix(cli/test): fix clear screen behavior when run `deno test --watch` (#19888)李瑞丰
2023-07-24fix(cli/init): update to `assert/mod.ts` (#19924)sitogi
2023-07-24refactor(ext/node): CjsCodeAnalyzer - analyze_cjs optionally pass source text...David Sherret
2023-07-23fix(cli): build script panics on musl due to glibc_version check (#19913)Jakub Jirutka
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-21fix(lsp): handle watched files events from symlinked config files (#19898)David Sherret
2023-07-21fix(node/http): add encrypted field to FakeSocket (#19886)Leo Kettmeir
2023-07-20fix(cli): output file handling in deno upgrade (#18994)solach
2023-07-20fix(lsp): auto-discover deno.json in more cases (#19894)David Sherret
2023-07-20perf(lsp): format in a blocking task (#19883)David Sherret
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-19fix(node/http): call callback after request is sent (#19871)Leo Kettmeir
2023-07-19fix(runtime): print process name in case of spawn error (#19855)sigmaSd
2023-07-19fix(node/net): Server connection callback include socket value (#19779)Leo Kettmeir
2023-07-17chore: disable rustls logging (#19859)Bartek Iwańczuk
2023-07-17fix(npm): support dynamic import of Deno TS from npm package (#19858)David Sherret
2023-07-17fix(bench): run warmup benchmark to break JIT bias (#19844)Bartek Iwańczuk
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-17fix(ext/node): fix stream/promises export (#19820)await-ovo
2023-07-14fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...David Sherret
2023-07-14fix(npm): improve error message importing non-existent file in a node_modules...David Sherret
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-12chore: disable failing node compat test (#19811)Bartek Iwańczuk
2023-07-11fix(lsp): stop diagnostics flickering (#19803)David Sherret
2023-07-11refactor(lsp): update diagnostics.rs to use structs instead of records (#19799)David Sherret
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