mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix(lsp): handle data URLs properly (#9522)
Fixes #9514 Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
This commit is contained in:
parent
78e34d4912
commit
2225e83da2
16 changed files with 374 additions and 125 deletions
|
@ -13,7 +13,7 @@ mod performance;
|
|||
mod sources;
|
||||
mod text;
|
||||
mod tsc;
|
||||
mod utils;
|
||||
mod urls;
|
||||
|
||||
pub async fn start() -> Result<(), AnyError> {
|
||||
let stdin = tokio::io::stdin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue