Skip to content

API Reference / @gtkx/codegen / CodegenRunnerResult

Type Alias: CodegenRunnerResult

CodegenRunnerResult = object

Defined in: codegen/dist/runner.d.ts:35

What a runCodegen run produced.

Properties

duration

duration: number

Defined in: codegen/dist/runner.d.ts:43

Wall-clock duration of the run, in milliseconds.


intrinsicElements

intrinsicElements: number

Defined in: codegen/dist/runner.d.ts:41

How many JSX elements the jsx store binds, zero when no jsx store was requested.


isRegenerated

isRegenerated: boolean

Defined in: codegen/dist/runner.d.ts:37

Whether either store was rewritten; false means both were already fresh.


namespaces

namespaces: number

Defined in: codegen/dist/runner.d.ts:39

How many namespaces the gi store was written with, zero when it was already fresh.

Released under the MPL-2.0 License.