Age | Commit message (Collapse) | Author |
|
|
|
Ref: denoland/vscode_deno#629
|
|
Ref: denoland/vscode_deno#633
|
|
|
|
|
|
Fixes #13437
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
|
|
|
|
This avoids a bunch of duplicated code.
|
|
Closes: #11610
|
|
Ref: denoland/vscode_deno#287
|
|
|
|
(#11289)
parking_lot is already transitively used in tokio via the "full" cargo feature
|
|
Fixes #10677
|
|
|
|
Ref #8643
|
|
Closes: #10194
Fixes: #10468
|
|
|
|
Fixes #10603
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#8865)
|
|
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
|
|
|
|
Resolves #8400
|