feat: pass tests if warnings happens (#1535)

This commit is contained in:
Myriad-Dreamin 2025-03-19 12:02:40 +08:00 committed by GitHub
parent 4bb16b5b93
commit c8c891fbc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 61 additions and 51 deletions

View file

@ -7,5 +7,5 @@ pub use tinymist_world::entry::*;
pub use tinymist_world::{font, package, system, vfs};
pub use tinymist_world::{
with_main, CompilerUniverse, CompilerWorld, DiagnosticFormat, EntryOpts, EntryState,
RevisingUniverse, TaskInputs,
RevisingUniverse, SourceWorld, TaskInputs,
};