LexicalModelCompilerResult interface
Home > @keymanapp/kmc-model > LexicalModelCompilerResult
LexicalModelCompilerResult interface
Build artifacts from the lexical model compiler
Signature:
export interface LexicalModelCompilerResult extends KeymanCompilerResult
Extends: KeymanCompilerResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
artifacts | LexicalModelCompilerArtifacts | Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with LexicalModelCompiler.write() |