summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-19fix(serde_v8): remove intentional deserialization error on non-utf8 strings ↵Aaron O'Mullan
(#10156) Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-05-19tooling: re-enable bench_util (#10674)Aaron O'Mullan
2021-05-19test(cli/dts): typecheck examples in declaration files (#10707)Casper Beyer
This commits adds two integration tests that typecheck examples in the docstrings in Deno declaration files.
2021-05-19ci: fix 'skip save cache' step in windows CI (#10704)Yoshiya Hinosawa
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(webstorage): use opstate for sqlite connection (#10692)crowlKats
Fixes #10691
2021-05-19fix(#10695): deps diagnostics include data property (#10696)Kitson Kelly
Fixes #10695
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-19docs: fix misspelling (#10683)Raika Toriyama
2021-05-19fix(runtime): support source maps with Deno.emit() and bundle (#10510)Satya Rohith
Closes: #10413
2021-05-19docs: update getting started for clarity (#10694)Kitson Kelly
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com>
2021-05-19docs(typescript): fix typo in faqs (#10682)Raika Toriyama
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-18cleanup(core.js): make op wrapper arg names generic (#10675)Aaron O'Mullan
These bits were missed in #10448.
2021-05-18feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)Kitson Kelly
Closes #9932
2021-05-18feat(lsp): support formatting json and markdown files (#10180)Satya Rohith
Resolves #9447 Resolves #9415
2021-05-18fix(lsp): ignore type definition not found diagnostic (#10610)Satya Rohith
Fixes #10575
2021-05-18refactor(lsp): memoize script versions per tsc request (#10601)Kitson Kelly
2021-05-17chore: add/update crates listed in workspace (#10673)Bert Belder
2021-05-17ci: make rustc deny warnings on all platforms (#10672)Bert Belder
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly
2021-05-17Merge v1.10.2 into main (#10669)Bert Belder
2021-05-171.10.2Luca Casonato
2021-05-17chore: release crates (#10661)Luca Casonato
For the Deno 1.10.2 release.
2021-05-17chore: update dependencies (#10660)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
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
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-15cleanup(core/example/hello_world): use Deno.core.print instead of new op ↵Aaron O'Mullan
(#10645)
2021-05-15cleanup(core): flatten print's op args (#10643)Aaron O'Mullan
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(lint): update available rules (#10638)Yusuke Tanaka
2021-05-15docs(cli/dts): fix link from master to main (#10633)Yusuke Tanaka
2021-05-15docs(runtime): add WebStorage API (#10593)crowlKats
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
2021-05-13docs(cli/dts): use `Deno.stdin.rid` in `Deno.setRaw` example (#10623)Casper Beyer
2021-05-13docs(cli/dts): fix `Deno.createHttpClient` example (#10608)Casper Beyer
2021-05-13docs(cli/dts): fix missing std/testing/asserts.ts imports in examples (#10579)Casper Beyer
2021-05-13fix(cli): ignore x-typescript-types header when media type is not js/jsx ↵Yoshiya Hinosawa
(#10574)