move constant tys

This commit is contained in:
nora 2023-12-16 12:44:30 +01:00
parent d18ab34e9f
commit b4fb837efe
10 changed files with 71 additions and 75 deletions

View file

@ -63,10 +63,7 @@ function resolveModItem(
return contents.get(name);
}
export function resolve(
gcx: GlobalContext,
ast: Pkg<Built>,
): Pkg<Resolved> {
export function resolve(gcx: GlobalContext, ast: Pkg<Built>): Pkg<Resolved> {
const cx: Context = {
ast,
gcx,