package-private visibility

This commit is contained in:
2026-08-01 22:55:35 +02:00
parent 304880a9aa
commit f267e8c3cb
11 changed files with 301 additions and 185 deletions
+3 -3
View File
@@ -243,7 +243,7 @@ Function :: struct {
generated: bool,
analysis_root: bool,
test: bool,
file_hidden: bool,
package_hidden: bool,
has_body: bool,
variadic: bool,
params: []Param,
@@ -265,7 +265,7 @@ Global :: struct {
immutable: bool,
external: bool,
writable: bool,
file_hidden: bool,
package_hidden: bool,
expr: Expr_Id,
diagnostic: source.Diagnostic_Id,
}
@@ -313,7 +313,7 @@ Declaration_Alias :: struct {
target_pkg: Package_Id,
target: u32,
kind: Declaration_Alias_Kind,
file_hidden: bool,
package_hidden: bool,
valid: bool,
diagnostic: source.Diagnostic_Id,
}