mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
move constant tys
This commit is contained in:
parent
d18ab34e9f
commit
b4fb837efe
10 changed files with 71 additions and 75 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue