Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
Yearly tradition of creating extra noise in git.
|
|
This commit fixes "Add all missing imports" quick fix; before
it was replacing all occurrences with the same specifier. Now
every line returned from TSC is processed individually.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ref: #12864
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
|
|
Fixes: #13099
|
|
|
|
|
|
(#12644)
|
|
Closes #12473
|
|
|
|
This commit fixes problem with LSP where diagnostics coming
from "deno lint" don't respect configuration file.
LSP was changed to store "Option<ConfigFile>", "Option<LintConfig>"
and "Option<FmtConfig>" on "Inner"; as well as storing "Option<LintConfig>"
and "Option<FmtConfig>" on "StateSnapshot".
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
|
|
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
|