Skip to content

AIDK API Reference / aidk/compiler / CompileStabilizationOptions

Interface: CompileStabilizationOptions ​

Defined in: packages/core/src/compiler/types.ts:89

Options for the compileUntilStable method.

Properties ​

PropertyTypeDescriptionDefined in
maxIterations?numberMaximum iterations before forced stabilization. Default: 10packages/core/src/compiler/types.ts:91
trackMutations?booleanEnable development mode warnings for forgotten requestRecompile calls. Default: true in developmentpackages/core/src/compiler/types.ts:93

Released under the MIT License.