file-local / package-local decls

This commit is contained in:
2026-08-09 17:01:05 +02:00
parent a7a32894f3
commit 8785912b73
15 changed files with 369 additions and 152 deletions
+3 -3
View File
@@ -243,7 +243,7 @@ Function :: struct {
generated: bool,
analysis_root: bool,
test: bool,
package_hidden: bool,
visibility: types.Visibility,
has_body: bool,
variadic: bool,
params: []Param,
@@ -266,7 +266,7 @@ Global :: struct {
immutable: bool,
external: bool,
writable: bool,
package_hidden: bool,
visibility: types.Visibility,
expr: Expr_Id,
diagnostic: source.Diagnostic_Id,
}
@@ -314,7 +314,7 @@ Declaration_Alias :: struct {
target_pkg: Package_Id,
target: u32,
kind: Declaration_Alias_Kind,
package_hidden: bool,
visibility: types.Visibility,
valid: bool,
diagnostic: source.Diagnostic_Id,
}