Age | Commit message (Collapse) | Author |
|
Closes: #10194
Fixes: #10468
|
|
|
|
Fixes #10765
|
|
Fixes #10603
|
|
|
|
Resolves #9447
Resolves #9415
|
|
|
|
|
|
|
|
|
|
Landed without test to meet 1.10.0 deadline. See #10587.
|
|
Ref: #10368
|
|
|
|
(#10481)
Currently file passed to --config file is parsed using TsConfig structure
that does multiple things when loading the file. Instead of relying on that
structure I've introduced ConfigFile structure that can be updated to
sniff out more fields from the config file in the future.
|
|
Ref #8643
|
|
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Fixes #10125
|
|
|
|
|
|
Fixes: #9773
|
|
|
|
Resolves: #9913
|
|
Fixes #9741
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Fixes #9920
|
|
|
|
|
|
Ref: #8643
|
|
|
|
Backwards incompatible change cannot be made in-between patch releases.
This commit broke std tests https://github.com/denoland/deno_std/runs/2112369372
This reverts commit c4709834b37640fd3c9d492123e6add904546573.
|
|
Fixes #9773
|
|
|
|
|
|
|
|
Fixes #9514
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
Fixes: #9444
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
|
|
|
|
Fixes #9425
|
|
|
|
|
|
|
|
When we migrated away from all the locks, there was a regression that
was not caught immediately. The tsc::get_asset() would attempt to modify
the snapshot, but the problem was that the snapshot was a .clone() of
the inner language server's assets, which meant that modifications to
that where lost. When we then attempted to do a hover on those assets,
the inner language servers assets didn't have the retrieved asset, and
therefore would throw an error.
|