Type Alias: TargetOS
TargetOS =
"mac"|"linux"|"windows"
Defined in: cli/compile.ts:33
Represents the target operating system for compilation.
- 'mac': macOS operating system (maps to 'darwin' in OS-level APIs; conversion is handled by targetFromOSArch)
- 'linux': Linux operating system
- 'windows': Windows operating system