Skip to content

API Reference / @gtkx/codegen / CodegenRunnerResult

Type Alias: CodegenRunnerResult

CodegenRunnerResult = object

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

What a runCodegen run produced.

Properties

duration

duration: number

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

Wall-clock duration of the run, in milliseconds.


intrinsicElements

intrinsicElements: number

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

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:47

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


namespaces

namespaces: number

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

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


notices

notices: string[]

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

Deprecation notices about how the store was wired, one line each; empty when nothing needs attention.

Released under the MPL-2.0 License.