refactor file loading

This commit is contained in:
nora 2023-08-02 15:01:52 +02:00
parent beb0321382
commit 7eeaf548d0
9 changed files with 236 additions and 193 deletions

View file

@ -74,6 +74,7 @@ export function resolve(
itemsById: cx.newItemsById,
rootItems,
packageName: ast.packageName,
rootFile: ast.rootFile,
};
}