Casper Beyer
|
330cd6b7ea
|
feat(cli): support URL overloads for Deno.utime and Deno.utimeSync (#10792)
|
2021-05-31 20:05:57 +02:00 |
|
Bartek Iwańczuk
|
ea2c7ac556
|
fix: running subcommand with coverage collection (#10802)
|
2021-05-31 16:53:49 +02:00 |
|
Luca Casonato
|
2c1f37b4a9
|
fix: remove unimplemented Request attributes (#10784)
Not having them is better than throwing "unimplemented" errors on
access.
|
2021-05-31 16:37:36 +02:00 |
|
Nayeem Rahman
|
8a7e1c616d
|
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Fixes #10168
Fixes #10615
Fixes #10616
|
2021-05-31 16:37:36 +02:00 |
|
Kitson Kelly
|
925ba8fbbf
|
fix(#10765): lsp import fixes include extensions (#10778)
Fixes #10765
|
2021-05-31 16:37:36 +02:00 |
|
Yusuke Tanaka
|
475bc35646
|
chore: upgrade Tokio to 1.6.1 (#10782)
|
2021-05-31 16:37:35 +02:00 |
|
Luca Casonato
|
283e7ca92b
|
chore: release web extension@0.38.0 (#10773)
|
2021-05-31 16:37:35 +02:00 |
|
Takeshi Kurosawa
|
18db5be386
|
docs(runtime): fix fetch API usage of HTTP server (#10777)
|
2021-05-31 16:37:35 +02:00 |
|
Yoshiya Hinosawa
|
c00f9ad515
|
fix(ext/fetch): fix error message of Request constructor (#10772)
|
2021-05-31 16:37:35 +02:00 |
|
Jonathan Svenheden
|
a43d11fa32
|
docs(permissions): fix grammatical error in permissions docs (#10755)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2021-05-31 16:37:35 +02:00 |
|
Romain Prignon
|
cf6b764a35
|
fix(#10733): empty tsconfig.json file does not cause error (#10734)
Fixes #10733
|
2021-05-31 16:37:35 +02:00 |
|
Luca Casonato
|
379d40955a
|
fix(fetch): make prototype properties writable (#10769)
|
2021-05-31 16:37:34 +02:00 |
|
Yusuke Tanaka
|
8a19f28a00
|
feat(lsp): show hints from deno_lint in addition to messages (#10739)
|
2021-05-31 16:37:34 +02:00 |
|
Yoshiya Hinosawa
|
323fa5272d
|
fix(extension/file): update File constructor following the spec (#10760)
|
2021-05-31 16:37:34 +02:00 |
|
Carter Snook
|
18a02c0f79
|
cleanup(test_plugin): use else if statement (#10718)
|
2021-05-31 16:37:34 +02:00 |
|
Casper Beyer
|
620a2e0f84
|
docs(cli/dts): tag test permission example as typescript (#10753)
|
2021-05-31 16:37:33 +02:00 |
|
Kitson Kelly
|
6bbefdff39
|
feat(lsp): diagnostics for deno types and triple-slash refs (#10699)
Fixes #9823
|
2021-05-31 16:37:33 +02:00 |
|
Casper Beyer
|
7b6bba5d3a
|
fix(cli/test): don't use reserved symbol : in specifier (#10751)
|
2021-05-31 16:37:33 +02:00 |
|
CGQAQ
|
43417b4660
|
fix(cli/upgrade): modify download size paddings (#10639)
|
2021-05-31 16:37:33 +02:00 |
|
Ben Noordhuis
|
f3d5e74d2d
|
chore: update wpt
|
2021-05-31 16:37:33 +02:00 |
|
迷渡
|
859a88ba44
|
fix(docs): rename read to readSync (#10732)
Signed-off-by: 迷渡 <justjavac@gmail.com>
|
2021-05-31 16:37:33 +02:00 |
|
Yoshiya Hinosawa
|
195808a538
|
fix(test): ensure coverage dir exists (#10717)
|
2021-05-31 16:37:32 +02:00 |
|
Yoshiya Hinosawa
|
7b1fd3d146
|
fix(runtime/http): fix empty blob response (#10689)
|
2021-05-31 16:37:32 +02:00 |
|
Kitson Kelly
|
25b784f00d
|
chore(lsp): provide test for lsp deadlock issue (#10679)
Resolves: #10587
|
2021-05-31 16:37:32 +02:00 |
|
Casper Beyer
|
47ec33eca7
|
fix(cli/tools/test_runner): --doc should not require permissions (#10719)
|
2021-05-31 16:37:32 +02:00 |
|
Kitson Kelly
|
176075980b
|
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Fixes #10603
|
2021-05-31 16:37:32 +02:00 |
|
Carter Snook
|
67cf683aad
|
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
|
2021-05-31 16:37:32 +02:00 |
|
Casper Beyer
|
2fe4aaa10d
|
fix(cli): always allow documentation modules to be checked (#10581)
|
2021-05-31 16:37:31 +02:00 |
|
Aaron O'Mullan
|
72eb6e1d7c
|
fix(serde_v8): remove intentional deserialization error on non-utf8 strings (#10156)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2021-05-31 16:37:31 +02:00 |
|
Casper Beyer
|
3df9f41dfd
|
test(cli/dts): typecheck examples in declaration files (#10707)
This commits adds two integration tests that typecheck examples
in the docstrings in Deno declaration files.
|
2021-05-31 16:37:31 +02:00 |
|
Yoshiya Hinosawa
|
c5f700ca63
|
ci: fix 'skip save cache' step in windows CI (#10704)
|
2021-05-31 16:37:31 +02:00 |
|
Casper Beyer
|
8a512b99c9
|
fix(cli/tools/test_runner): use file_fetcher.fetch to get sources (#10708)
|
2021-05-31 16:37:30 +02:00 |
|
Casper Beyer
|
2e9bd3e295
|
fix(cli): canonicalize coverage dir (#10364)
|
2021-05-31 16:37:30 +02:00 |
|
Casper Beyer
|
736ff290b8
|
docs(cli/dts): fix plugin example (#10647)
|
2021-05-31 16:37:30 +02:00 |
|
Nayeem Rahman
|
218ba031f0
|
fix(runtime/http): expose nextRequest() errors in respondWith() (#10384)
|
2021-05-31 16:37:30 +02:00 |
|
crowlKats
|
a1125765ec
|
fix(webstorage): use opstate for sqlite connection (#10692)
Fixes #10691
|
2021-05-31 16:37:30 +02:00 |
|
Kitson Kelly
|
6ef64b9fce
|
fix(#10695): deps diagnostics include data property (#10696)
Fixes #10695
|
2021-05-31 16:37:30 +02:00 |
|
Casper Beyer
|
073e05f9fb
|
docs(cli/dts): make worker example pass (#10703)
|
2021-05-31 16:37:29 +02:00 |
|
Casper Beyer
|
736b736479
|
docs: fix unix socket examples (#10705)
|
2021-05-31 16:37:29 +02:00 |
|
Satya Rohith
|
7a751b8135
|
fix(deno install): support file: scheme URLs (#10562)
|
2021-05-31 16:37:29 +02:00 |
|
Casper Beyer
|
44cd0b1ef6
|
docs(cli/dts): fix typo in TestDefinition.only description (#10697)
|
2021-05-31 16:37:29 +02:00 |
|
Raika Toriyama
|
127d938c84
|
docs: fix misspelling (#10683)
|
2021-05-31 16:37:29 +02:00 |
|
Satya Rohith
|
4fedc702c6
|
fix(runtime): support source maps with Deno.emit() and bundle (#10510)
Closes: #10413
|
2021-05-31 16:37:29 +02:00 |
|
Kitson Kelly
|
c02af34342
|
docs: update getting started for clarity (#10694)
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com>
|
2021-05-31 16:37:29 +02:00 |
|
Raika Toriyama
|
0c40446bed
|
docs(typescript): fix typo in faqs (#10682)
|
2021-05-31 16:37:28 +02:00 |
|
Satya Rohith
|
913d4f28b3
|
fix(lsp): make failed to load config error descriptive (#10685)
|
2021-05-31 16:37:28 +02:00 |
|
Yusuke Tanaka
|
22426fee1e
|
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
|
2021-05-31 16:37:28 +02:00 |
|
Kitson Kelly
|
d987ca5b07
|
feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)
Closes #9932
|
2021-05-31 16:37:28 +02:00 |
|
Satya Rohith
|
6966c4e916
|
feat(lsp): support formatting json and markdown files (#10180)
Resolves #9447
Resolves #9415
|
2021-05-31 16:37:28 +02:00 |
|
Satya Rohith
|
a622486a1a
|
fix(lsp): ignore type definition not found diagnostic (#10610)
Fixes #10575
|
2021-05-31 16:37:27 +02:00 |
|