Age | Commit message (Collapse) | Author |
|
|
|
|
|
Removes ImportMap implementation from "cli/" and instead
uses "import_map" crate
|
|
|
|
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
|
|
|
|
Fixes: #11458
Fixes: #11461
Closes: denoland/vscode_deno#414
|
|
|
|
|
|
Closes #10122
|
|
|
|
Fixes #10168
Fixes #10615
Fixes #10616
|
|
Fixes #10765
|
|
|
|
Fixes #9823
|
|
Landed without test to meet 1.10.0 deadline. See #10587.
|
|
|
|
|
|
|
|
|
|
Fixes #9514
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
|
|
|
|
|
|
Fixes #9425
|
|
|
|
The mutex was used to hide the fact that the Sources object mutates
itself when it's queried. Be honest about that and mark everything that
directly or indirectly mutates it as `mut`.
This is a follow-up to commit 2828690fc7bb510c3248dda7b1cda8793e789ca6
from last month ("fix(lsp): fix deadlocks, use one big mutex (#9271)")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
|
|
|
|
Resolves #8400
|