API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceBuildInfo

@codexo/exojs / core / stable

Immutable compile-time build metadata for `@codexo/exojs`. `development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Core package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.

3
props
0
methods
0
events
Import
import { BuildInfo } from '@codexo/exojs'

Immutable compile-time build metadata for `@codexo/exojs`.

`development` mirrors the `__DEV__` compile-time constant and is statically replaced before tree shaking. `version` is the exact `package.json` version of the Core package at build time. `revision` is the short source-control revision (appended with `-dirty` when uncommitted changes are present) or `"unknown"` when no revision information is available.

Properties3
development: boolean
revision: string
version: string
Source