fix(lsp): handle data URLs properly (#9522)

Fixes #9514

Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
This commit is contained in:
Kitson Kelly 2021-02-18 15:37:05 +11:00 committed by GitHub
parent 78e34d4912
commit 2225e83da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 374 additions and 125 deletions

View file

@ -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();