Expand description
Environment configuration, ported from EnvironmentConfigSchema in Environment.ts.
Contains feature flags and custom hook definitions that control compiler behavior.
Structs§
- Environment
Config - Compiler environment configuration. Contains feature flags and settings.
- External
Function Config - External function reference (source module + import name).
Corresponds to TS
ExternalFunction. - Hook
Config - Custom hook configuration, ported from TS
HookSchema. - Instrumentation
Config - Instrumentation configuration.
Corresponds to TS
InstrumentationSchema.