feat: move world implementation (#1183)

* feat: move world implementation

* dev: remove vector ir

* fix: errors

* fix: clippy

* fix: don't build world in web

* fix: unused patches

* fix: fmt

* fix: docs example

* fix: doc examples
This commit is contained in:
Myriad-Dreamin 2025-01-19 08:25:35 +08:00 committed by GitHub
parent a9437b2772
commit 6180e343e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
122 changed files with 7829 additions and 439 deletions

View file

@ -177,7 +177,7 @@ impl ReferencesWorker<'_> {
#[cfg(test)]
mod tests {
use reflexo::path::unix_slash;
use tinymist_std::path::unix_slash;
use super::*;
use crate::syntax::find_module_level_docs;