Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > Builtin Module @build

Builtin Module @build

Panther
Documentation


PackageID

type PackageID = alias UI32;

Unique ID for a package.

PackageWarningSettings

type PackageWarningSettings = struct {
	var methodCallOnNonMethod        : Bool = true;
	var deleteMovedFromExpr          : Bool = true;
	var deleteTriviallyDeletableType : Bool = true;
	var comptimeIfCond               : Bool = true;
	var alreadyUnsafe                : Bool = true;
	var experimentalF80              : Bool = true;
}

Structure for which warning should be enabled for a package.