Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | fix(docs): rename read to readSync (#10732) | 迷渡 | |
Signed-off-by: 迷渡 <justjavac@gmail.com> | |||
2021-05-31 | fix(test): ensure coverage dir exists (#10717) | Yoshiya Hinosawa | |
2021-05-31 | fix(runtime/http): fix empty blob response (#10689) | Yoshiya Hinosawa | |
2021-05-31 | chore(lsp): provide test for lsp deadlock issue (#10679) | Kitson Kelly | |
Resolves: #10587 | |||
2021-05-31 | fix(cli/tools/test_runner): --doc should not require permissions (#10719) | Casper Beyer | |
2021-05-31 | fix(lsp): re-enable the per resource configuration without a deadlock (#10625) | Kitson Kelly | |
Fixes #10603 | |||
2021-05-31 | fix(cli/dts): fix missing error class (NotSupported) in types (#10713) | Carter Snook | |
2021-05-31 | fix(cli): always allow documentation modules to be checked (#10581) | Casper Beyer | |
2021-05-31 | fix(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-31 | test(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-31 | ci: fix 'skip save cache' step in windows CI (#10704) | Yoshiya Hinosawa | |
2021-05-31 | fix(cli/tools/test_runner): use file_fetcher.fetch to get sources (#10708) | Casper Beyer | |
2021-05-31 | fix(cli): canonicalize coverage dir (#10364) | Casper Beyer | |
2021-05-31 | docs(cli/dts): fix plugin example (#10647) | Casper Beyer | |
2021-05-31 | fix(runtime/http): expose nextRequest() errors in respondWith() (#10384) | Nayeem Rahman | |
2021-05-31 | fix(webstorage): use opstate for sqlite connection (#10692) | crowlKats | |
Fixes #10691 | |||
2021-05-31 | fix(#10695): deps diagnostics include data property (#10696) | Kitson Kelly | |
Fixes #10695 | |||
2021-05-31 | docs(cli/dts): make worker example pass (#10703) | Casper Beyer | |
2021-05-31 | docs: fix unix socket examples (#10705) | Casper Beyer | |
2021-05-31 | fix(deno install): support `file:` scheme URLs (#10562) | Satya Rohith | |
2021-05-31 | docs(cli/dts): fix typo in `TestDefinition.only` description (#10697) | Casper Beyer | |
2021-05-31 | docs: fix misspelling (#10683) | Raika Toriyama | |
2021-05-31 | fix(runtime): support source maps with Deno.emit() and bundle (#10510) | Satya Rohith | |
Closes: #10413 | |||
2021-05-31 | docs: update getting started for clarity (#10694) | Kitson Kelly | |
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com> | |||
2021-05-31 | docs(typescript): fix typo in faqs (#10682) | Raika Toriyama | |
2021-05-31 | fix(lsp): make failed to load config error descriptive (#10685) | Satya Rohith | |
2021-05-31 | chore: update deno_lint binary used in CI to v0.5.0 (#10652) | Yusuke Tanaka | |
2021-05-31 | feat(lsp): provide X-Deno-Warning as a diagnostic (#10680) | Kitson Kelly | |
Closes #9932 | |||
2021-05-31 | feat(lsp): support formatting json and markdown files (#10180) | Satya Rohith | |
Resolves #9447 Resolves #9415 | |||
2021-05-31 | fix(lsp): ignore type definition not found diagnostic (#10610) | Satya Rohith | |
Fixes #10575 | |||
2021-05-31 | refactor(lsp): memoize script versions per tsc request (#10601) | Kitson Kelly | |
2021-05-31 | chore: add/update crates listed in workspace (#10673) | Bert Belder | |
2021-05-31 | ci: make rustc deny warnings on all platforms (#10672) | Bert Belder | |
2021-05-31 | refactor: share test harness for lsp between bench and integration (#10659) | Kitson Kelly | |
2021-05-31 | Update release dates (#10800) | Ryan Dahl | |
2021-05-31 | fix: remove unimplemented Request attributes (#10784) | Luca Casonato | |
Not having them is better than throwing "unimplemented" errors on access. | |||
2021-05-31 | fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) | Nayeem Rahman | |
Fixes #10168 Fixes #10615 Fixes #10616 | |||
2021-05-29 | build: cli(build) shouldn't depend on deno_runtime (#10787) | Luca Casonato | |
This speeds up incremental rebuild when only touching JS files by 30% compared to #10786. Rebuild time after touch 01_broadcast_channel.js: main: run 1 49.18s, run 2 50.34s #10786: run 1 43.12s, run 2 43.19s this + #10786: run 1 30.30s, run 2 30.95s | |||
2021-05-29 | core: don't include_str extension js code (#10786) | Luca Casonato | |
This speeds up incremental rebuild when only touching JS files by 13-15% Rebuild time after `touch 01_broadcast_channel.js`: main: run 1 49.18s, run 2 50.34s this: run 1 43.12s, run 2 43.19s | |||
2021-05-29 | fix(#10765): lsp import fixes include extensions (#10778) | Kitson Kelly | |
Fixes #10765 | |||
2021-05-29 | chore: upgrade Tokio to 1.6.1 (#10782) | Yusuke Tanaka | |
2021-05-29 | chore: release web extension@0.38.0 (#10773) | Luca Casonato | |
2021-05-28 | docs(runtime): fix fetch API usage of HTTP server (#10777) | Takeshi Kurosawa | |
2021-05-28 | feat(cli): upgrade to TypeScript 4.3 (#9960) | Kitson Kelly | |
2021-05-27 | fix(ext/fetch): fix error message of Request constructor (#10772) | Yoshiya Hinosawa | |
2021-05-27 | docs(permissions): fix grammatical error in permissions docs (#10755) | Jonathan Svenheden | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-05-27 | fix(#10733): empty tsconfig.json file does not cause error (#10734) | Romain Prignon | |
Fixes #10733 | |||
2021-05-27 | feat(cli): add origin data dir to deno info (#10589) | crowlKats | |
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> | |||
2021-05-26 | fix(fetch): make prototype properties writable (#10769) | Luca Casonato | |
2021-05-26 | refactor: move JsRuntimeInspector to deno_core (#10763) | Bartek Iwańczuk | |
This commit moves implementation of "JsRuntimeInspector" to "deno_core" crate. To achieve that following changes were made: * "Worker" and "WebWorker" no longer own instance of "JsRuntimeInspector", instead it is now owned by "deno_core::JsRuntime". * Consequently polling of inspector is no longer done in "Worker"/"WebWorker", instead it's done in "deno_core::JsRuntime::poll_event_loop". * "deno_core::JsRuntime::poll_event_loop" and "deno_core::JsRuntime::run_event_loop", now accept "wait_for_inspector" boolean that tells if event loop should still be "pending" if there are active inspector sessions - this change fixes the problem that inspector disconnects from the frontend and process exits once the code has stopped executing. |