implement import & scopedImport (WIP, ResolvePath resolves to string)

This commit is contained in:
2026-05-05 15:18:31 +08:00
parent 9df43f6152
commit ed86c928d1
11 changed files with 452 additions and 102 deletions
+3
View File
@@ -247,6 +247,9 @@ pub enum PrimOpPhase {
CallFunctor1,
CallFunctor2,
ImportFinalize,
ScopedImportFinalize,
Illegal,
}