summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
2021-05-26fix(fetch): make prototype properties writable (#10769)Luca Casonato
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-26refactor: Rewrite Inspector implementation (#10725)Bartek Iwańczuk
2021-05-26feat(lsp): show hints from `deno_lint` in addition to messages (#10739)Yusuke Tanaka
2021-05-25fix(extension/file): update File constructor following the spec (#10760)Yoshiya Hinosawa
2021-05-25docs(cli/dts): tag test permission example as typescript (#10753)Casper Beyer
2021-05-25feat(lsp): diagnostics for deno types and triple-slash refs (#10699)Kitson Kelly
2021-05-24fix(cli/test): don't use reserved symbol `:` in specifier (#10751)Casper Beyer
2021-05-24fix(cli/upgrade): modify download size paddings (#10639)CGQAQ
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-23feat(extensions): add BroadcastChannelBen Noordhuis
2021-05-21fix(docs): rename read to readSync (#10732)迷渡
2021-05-21fix(test): ensure coverage dir exists (#10717)Yoshiya Hinosawa
2021-05-21fix(runtime/http): fix empty blob response (#10689)Yoshiya Hinosawa
2021-05-21chore(lsp): provide test for lsp deadlock issue (#10679)Kitson Kelly
2021-05-20fix(cli/tools/test_runner): --doc should not require permissions (#10719)Casper Beyer
2021-05-20fix(lsp): re-enable the per resource configuration without a deadlock (#10625)Kitson Kelly
2021-05-20fix(cli/dts): fix missing error class (NotSupported) in types (#10713)Carter Snook
2021-05-19fix(cli): always allow documentation modules to be checked (#10581)Casper Beyer
2021-05-19test(cli/dts): typecheck examples in declaration files (#10707)Casper Beyer
2021-05-19fix(cli/tools/test_runner): use file_fetcher.fetch to get sources (#10708)Casper Beyer
2021-05-19fix(cli): canonicalize coverage dir (#10364)Casper Beyer
2021-05-19docs(cli/dts): fix plugin example (#10647)Casper Beyer
2021-05-19fix(runtime/http): expose nextRequest() errors in respondWith() (#10384)Nayeem Rahman
2021-05-19fix(#10695): deps diagnostics include data property (#10696)Kitson Kelly
2021-05-19docs(cli/dts): make worker example pass (#10703)Casper Beyer
2021-05-19docs: fix unix socket examples (#10705)Casper Beyer
2021-05-19fix(deno install): support `file:` scheme URLs (#10562)Satya Rohith
2021-05-19docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)Casper Beyer
2021-05-19fix(runtime): support source maps with Deno.emit() and bundle (#10510)Satya Rohith
2021-05-18fix(lsp): make failed to load config error descriptive (#10685)Satya Rohith
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-18feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)Kitson Kelly
2021-05-18feat(lsp): support formatting json and markdown files (#10180)Satya Rohith
2021-05-18fix(lsp): ignore type definition not found diagnostic (#10610)Satya Rohith
2021-05-18refactor(lsp): memoize script versions per tsc request (#10601)Kitson Kelly
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly
2021-05-171.10.2Luca Casonato
2021-05-17chore: release crates (#10661)Luca Casonato
2021-05-17tests: fix broken tests on main (#10663)Luca Casonato
2021-05-17docs(cli/dts): fix `Deno.startTls` example (#10657)Casper Beyer
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-17feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)Casper Beyer
2021-05-16docs(cli/dts): fix http server example (#10651)Casper Beyer
2021-05-15docs(cli/dts): remove stray new operators in examples (#10648)Casper Beyer
2021-05-15chore: upgrade Tokio to 1.6.0 (#10637)Yusuke Tanaka
2021-05-15docs(cli/dts): fix link from master to main (#10633)Yusuke Tanaka
2021-05-14refactor(cli/ops): don't pass ops through json (#10629)Casper Beyer
2021-05-13fix(lsp): remove duplicate cwd in config path (#10620)Niclas Overby