feat: cache relative imports (#6504)

* all

* all

* update
This commit is contained in:
Ruben Fiszel
2025-09-01 14:55:08 +00:00
committed by GitHub
parent ac04779df1
commit 16912b484d
9 changed files with 112 additions and 17 deletions

View File

@@ -2145,6 +2145,7 @@ pub async fn start_worker(
None,
None,
None,
None,
)
.await
.to_vec();
@@ -2264,6 +2265,7 @@ for line in sys.stdin:
None,
None,
None,
None,
)
.await;