mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-21 12:18:32 +00:00
feat: compile diag crate for wasm32 target (#2026)
This commit is contained in:
parent
8431f386ce
commit
b102b42d2c
8 changed files with 121 additions and 92 deletions
|
|
@ -3,7 +3,7 @@ use std::sync::Arc;
|
|||
|
||||
use ecow::{eco_format, EcoString};
|
||||
use tinymist_std::path::unix_slash;
|
||||
use tinymist_world::system::print_diagnostics_to_string;
|
||||
use tinymist_world::diag::print_diagnostics_to_string;
|
||||
use tinymist_world::vfs::WorkspaceResolver;
|
||||
use tinymist_world::{
|
||||
DiagnosticFormat, EntryReader, EntryState, ShadowApi, SourceWorld, TaskInputs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue