## API Report File for "@keymanapp/kmc-kmn" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { CompilerCallbacks } from '@keymanapp/developer-utils'; import { CompilerEvent } from '@keymanapp/developer-utils'; import { CompilerOptions } from '@keymanapp/developer-utils'; import { KeymanCompiler } from '@keymanapp/developer-utils'; import { KeymanCompilerArtifactOptional } from '@keymanapp/developer-utils'; import { KeymanCompilerArtifacts } from '@keymanapp/developer-utils'; import { KeymanCompilerResult } from '@keymanapp/developer-utils'; import { LdmlKeyboardTypes } from '@keymanapp/common-types'; import { ObjectWithCompileContext } from '@keymanapp/common-types'; import { TouchLayout } from '@keymanapp/common-types'; import { VisualKeyboard } from '@keymanapp/common-types'; // Warning: (ae-internal-missing-underscore) The name "CompilerResultExtraGroup" should be prefixed with an underscore because the declaration is marked as @internal // // @internal (undocumented) export interface CompilerResultExtraGroup { // (undocumented) isReadOnly: boolean; // (undocumented) name: string; } // Warning: (ae-internal-missing-underscore) The name "CompilerResultExtraStore" should be prefixed with an underscore because the declaration is marked as @internal // // @internal (undocumented) export interface CompilerResultExtraStore { // (undocumented) line: number; // (undocumented) name: string; // (undocumented) storeType: number; } // @public export class KmnCompiler implements KeymanCompiler, LdmlKeyboardTypes.UnicodeSetParser { // @internal static fixNewPattern(pattern: string): string; init(callbacks: CompilerCallbacks, options: KmnCompilerOptions): Promise; // @internal (undocumented) parseUnicodeSet(pattern: string, rangeCount: number, compileContext?: any): LdmlKeyboardTypes.UnicodeSet | null; run(infile: string, outfile: string): Promise; // @internal (undocumented) sizeUnicodeSet(pattern: string, compileContext?: any): number; // @internal testSentry(): any; verifyInitialized(): boolean; write(artifacts: KmnCompilerArtifacts): Promise; } // @public export interface KmnCompilerArtifacts extends KeymanCompilerArtifacts { js?: KeymanCompilerArtifactOptional; kmx?: KeymanCompilerArtifactOptional; kvk?: KeymanCompilerArtifactOptional; } // Warning: (ae-internal-missing-underscore) The name "KmnCompilerMessages" should be prefixed with an underscore because the declaration is marked as @internal // // @internal export class KmnCompilerMessages { // (undocumented) static ERROR_140FeatureOnlyContextAndNotAnyWeb: number; // (undocumented) static Error_140FeatureOnlyContextAndNotAnyWeb: () => CompilerEvent; // (undocumented) static ERROR_501FeatureOnly_Call: number; // (undocumented) static Error_501FeatureOnly_Call: () => CompilerEvent; // (undocumented) static ERROR_60FeatureOnly_Contextn: number; // (undocumented) static Error_60FeatureOnly_Contextn: () => CompilerEvent; // (undocumented) static ERROR_60FeatureOnly_EthnologueCode: number; // (undocumented) static Error_60FeatureOnly_EthnologueCode: () => CompilerEvent; // (undocumented) static ERROR_60FeatureOnly_MnemonicLayout: number; // (undocumented) static Error_60FeatureOnly_MnemonicLayout: () => CompilerEvent; // (undocumented) static ERROR_60FeatureOnly_NamedCodes: number; // (undocumented) static Error_60FeatureOnly_NamedCodes: () => CompilerEvent; // (undocumented) static ERROR_60FeatureOnly_OldCharPosMatching: number; // (undocumented) static Error_60FeatureOnly_OldCharPosMatching: () => CompilerEvent; // (undocumented) static ERROR_60FeatureOnly_VirtualCharKey: number; // (undocumented) static Error_60FeatureOnly_VirtualCharKey: () => CompilerEvent; // (undocumented) static ERROR_70FeatureOnly: number; // (undocumented) static Error_70FeatureOnly: () => CompilerEvent; // (undocumented) static ERROR_80FeatureOnly: number; // (undocumented) static Error_80FeatureOnly: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnly_IfSystemStores: number; // (undocumented) static Error_90FeatureOnly_IfSystemStores: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnly_SetSystemStores: number; // (undocumented) static Error_90FeatureOnly_SetSystemStores: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnlyEmbedCSS: number; // (undocumented) static Error_90FeatureOnlyEmbedCSS: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnlyKeyboardVersion: number; // (undocumented) static Error_90FeatureOnlyKeyboardVersion: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnlyLayoutFile: number; // (undocumented) static Error_90FeatureOnlyLayoutFile: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnlyTargets: number; // (undocumented) static Error_90FeatureOnlyTargets: () => CompilerEvent; // (undocumented) static ERROR_90FeatureOnlyVirtualKeyDictionary: number; // (undocumented) static Error_90FeatureOnlyVirtualKeyDictionary: () => CompilerEvent; // (undocumented) static ERROR_CannotLoadIncludeFile: number; // (undocumented) static Error_CannotLoadIncludeFile: () => CompilerEvent; // (undocumented) static ERROR_CannotReadBitmapFile: number; // (undocumented) static Error_CannotReadBitmapFile: () => CompilerEvent; // (undocumented) static ERROR_CannotReadInfile: number; // (undocumented) static Error_CannotReadInfile: () => CompilerEvent; // (undocumented) static ERROR_CannotUseReadWriteGroupFromReadonlyGroup: number; // (undocumented) static Error_CannotUseReadWriteGroupFromReadonlyGroup: () => CompilerEvent; // (undocumented) static ERROR_CasedKeysMustContainOnlyVirtualKeys: number; // (undocumented) static Error_CasedKeysMustContainOnlyVirtualKeys: () => CompilerEvent; // (undocumented) static ERROR_CasedKeysMustNotIncludeShiftStates: number; // (undocumented) static Error_CasedKeysMustNotIncludeShiftStates: () => CompilerEvent; // (undocumented) static ERROR_CasedKeysNotSupportedWithMnemonicLayout: number; // (undocumented) static Error_CasedKeysNotSupportedWithMnemonicLayout: () => CompilerEvent; // (undocumented) static ERROR_CharacterExpansionMustBeFollowedByCharacter: number; // (undocumented) static Error_CharacterExpansionMustBeFollowedByCharacter: () => CompilerEvent; // (undocumented) static ERROR_CharacterRangeTooLong: number; // (undocumented) static Error_CharacterRangeTooLong: () => CompilerEvent; // (undocumented) static ERROR_CodeInvalidInKeyStore: number; // (undocumented) static Error_CodeInvalidInKeyStore: () => CompilerEvent; // (undocumented) static ERROR_CodeInvalidInThisSection: number; // (undocumented) static Error_CodeInvalidInThisSection: () => CompilerEvent; // (undocumented) static ERROR_ContextAndIndexInvalidInMatchNomatch: number; // (undocumented) static Error_ContextAndIndexInvalidInMatchNomatch: () => CompilerEvent; // (undocumented) static ERROR_ContextExCannotReferenceIf: number; // (undocumented) static Error_ContextExCannotReferenceIf: () => CompilerEvent; // (undocumented) static ERROR_ContextExCannotReferenceNul: number; // (undocumented) static Error_ContextExCannotReferenceNul: () => CompilerEvent; // (undocumented) static ERROR_ContextExHasInvalidOffset: number; // (undocumented) static Error_ContextExHasInvalidOffset: () => CompilerEvent; // (undocumented) static ERROR_DuplicateGroup: number; // Warning: (ae-forgotten-export) The symbol "KmcmpLibMessageParameters" needs to be exported by the entry point main.d.ts // // (undocumented) static Error_DuplicateGroup: (o: KmcmpLibMessageParameters) => CompilerEvent; // (undocumented) static ERROR_DuplicateStore: number; // (undocumented) static Error_DuplicateStore: (o: KmcmpLibMessageParameters) => CompilerEvent; // (undocumented) static ERROR_ExpansionMustBePositive: number; // (undocumented) static Error_ExpansionMustBePositive: () => CompilerEvent; // (undocumented) static ERROR_ExpansionMustFollowCharacterOrVKey: number; // (undocumented) static Error_ExpansionMustFollowCharacterOrVKey: () => CompilerEvent; // (undocumented) static ERROR_ExtendedStringTooLong: number; // (undocumented) static Error_ExtendedStringTooLong: () => CompilerEvent; // (undocumented) static ERROR_FileNotFound: number; // (undocumented) static Error_FileNotFound: (o: { filename: string; }) => CompilerEvent; // (undocumented) static ERROR_GroupDoesNotExist: number; // (undocumented) static Error_GroupDoesNotExist: () => CompilerEvent; // (undocumented) static ERROR_IfSystemStore_NotFound: number; // (undocumented) static Error_IfSystemStore_NotFound: () => CompilerEvent; // (undocumented) static ERROR_IndexDoesNotPointToAny: number; // (undocumented) static Error_IndexDoesNotPointToAny: () => CompilerEvent; // (undocumented) static ERROR_InfileNotExist: number; // (undocumented) static Error_InfileNotExist: () => CompilerEvent; // (undocumented) static ERROR_InvalidAny: number; // (undocumented) static Error_InvalidAny: () => CompilerEvent; // (undocumented) static ERROR_InvalidBegin: number; // (undocumented) static Error_InvalidBegin: () => CompilerEvent; // (undocumented) static ERROR_InvalidBitmapLine: number; // (undocumented) static Error_InvalidBitmapLine: () => CompilerEvent; // (undocumented) static ERROR_InvalidCall: number; // (undocumented) static Error_InvalidCall: () => CompilerEvent; // (undocumented) static ERROR_InvalidCharacter: number; // (undocumented) static Error_InvalidCharacter: () => CompilerEvent; // (undocumented) static ERROR_InvalidCodeInKeyPartOfRule: number; // (undocumented) static Error_InvalidCodeInKeyPartOfRule: () => CompilerEvent; // (undocumented) static ERROR_InvalidCopyright: number; // (undocumented) static Error_InvalidCopyright: () => CompilerEvent; // (undocumented) static ERROR_InvalidDeadkey: number; // (undocumented) static Error_InvalidDeadkey: () => CompilerEvent; // (undocumented) static ERROR_InvalidDisplayMapFile: number; // (undocumented) static Error_InvalidDisplayMapFile: (o: { filename: string; e: any; }) => CompilerEvent; // (undocumented) static ERROR_InvalidEthnologueCode: number; // (undocumented) static Error_InvalidEthnologueCode: () => CompilerEvent; // (undocumented) static ERROR_InvalidGroupLine: number; // (undocumented) static Error_InvalidGroupLine: () => CompilerEvent; // (undocumented) static ERROR_InvalidIf: number; // (undocumented) static Error_InvalidIf: () => CompilerEvent; // (undocumented) static ERROR_InvalidIndex: number; // (undocumented) static Error_InvalidIndex: () => CompilerEvent; // (undocumented) static ERROR_InvalidKeyCode: number; // (undocumented) static Error_InvalidKeyCode: (o: { keyId: string; }) => CompilerEvent; // (undocumented) static ERROR_InvalidKvkFile: number; // (undocumented) static Error_InvalidKvkFile: (o: { filename: string; e: any; }) => CompilerEvent; // (undocumented) static ERROR_InvalidKvksFile: number; // (undocumented) static Error_InvalidKvksFile: (o: { filename: string; e: any; }) => CompilerEvent; // (undocumented) static ERROR_InvalidLanguageLine: number; // (undocumented) static Error_InvalidLanguageLine: () => CompilerEvent; // (undocumented) static ERROR_InvalidLanguageName: number; // (undocumented) static Error_InvalidLanguageName: () => CompilerEvent; // (undocumented) static ERROR_InvalidLayoutLine: number; // (undocumented) static Error_InvalidLayoutLine: () => CompilerEvent; // (undocumented) static ERROR_InvalidLineContinuation: number; // (undocumented) static Error_InvalidLineContinuation: () => CompilerEvent; // (undocumented) static ERROR_InvalidMessage: number; // (undocumented) static Error_InvalidMessage: () => CompilerEvent; // (undocumented) static ERROR_InvalidName: number; // (undocumented) static Error_InvalidName: () => CompilerEvent; // (undocumented) static ERROR_InvalidNamedCode: number; // (undocumented) static Error_InvalidNamedCode: () => CompilerEvent; // (undocumented) static ERROR_InvalidOuts: number; // (undocumented) static Error_InvalidOuts: () => CompilerEvent; // (undocumented) static ERROR_InvalidReset: number; // (undocumented) static Error_InvalidReset: () => CompilerEvent; // (undocumented) static ERROR_InvalidSave: number; // (undocumented) static Error_InvalidSave: () => CompilerEvent; // (undocumented) static ERROR_InvalidSet: number; // (undocumented) static Error_InvalidSet: () => CompilerEvent; // (undocumented) static ERROR_InvalidStoreLine: number; // (undocumented) static Error_InvalidStoreLine: () => CompilerEvent; // (undocumented) static ERROR_InvalidSwitch: number; // (undocumented) static Error_InvalidSwitch: () => CompilerEvent; // (undocumented) static ERROR_InvalidSystemStore: number; // (undocumented) static Error_InvalidSystemStore: () => CompilerEvent; // (undocumented) static ERROR_InvalidTarget: number; // (undocumented) static Error_InvalidTarget: (o: KmcmpLibMessageParameters) => CompilerEvent; // (undocumented) static ERROR_InvalidToken: number; // (undocumented) static Error_InvalidToken: () => CompilerEvent; // (undocumented) static ERROR_InvalidTouchLayoutFile: number; // (undocumented) static Error_InvalidTouchLayoutFile: (o: { filename: string; }) => CompilerEvent; // (undocumented) static ERROR_InvalidUse: number; // (undocumented) static Error_InvalidUse: () => CompilerEvent; // (undocumented) static ERROR_InvalidValue: number; // (undocumented) static Error_InvalidValue: () => CompilerEvent; // (undocumented) static ERROR_InvalidVersion: number; // (undocumented) static Error_InvalidVersion: () => CompilerEvent; // (undocumented) static ERROR_KeyboardVersionFormatInvalid: number; // (undocumented) static Error_KeyboardVersionFormatInvalid: () => CompilerEvent; // (undocumented) static ERROR_LayoutButNoLanguage: number; // (undocumented) static Error_LayoutButNoLanguage: () => CompilerEvent; // (undocumented) static ERROR_LineTooLong: number; // (undocumented) static Error_LineTooLong: () => CompilerEvent; // (undocumented) static ERROR_NameContainsInvalidCharacter: number; // (undocumented) static Error_NameContainsInvalidCharacter: (o: { name: string; }) => CompilerEvent; // (undocumented) static ERROR_NameMustBeAtLeastOneCharLong: number; // (undocumented) static Error_NameMustBeAtLeastOneCharLong: () => CompilerEvent; // (undocumented) static ERROR_NameMustBeAtMostNCharsLong: number; // (undocumented) static Error_NameMustBeAtMostNCharsLong: (o: { name: string; length: string; }) => CompilerEvent; // (undocumented) static ERROR_NameMustNotContainComma: number; // (undocumented) static Error_NameMustNotContainComma: (o: { name: string; }) => CompilerEvent; // (undocumented) static ERROR_NameMustNotContainParentheses: number; // (undocumented) static Error_NameMustNotContainParentheses: (o: { name: string; }) => CompilerEvent; // (undocumented) static ERROR_NameMustNotContainSpaces: number; // (undocumented) static Error_NameMustNotContainSpaces: (o: { name: string; }) => CompilerEvent; // (undocumented) static ERROR_NameMustNotContainSquareBrackets: number; // (undocumented) static Error_NameMustNotContainSquareBrackets: (o: { name: string; }) => CompilerEvent; // (undocumented) static ERROR_NewContextGroupMustBeReadonly: number; // (undocumented) static Error_NewContextGroupMustBeReadonly: () => CompilerEvent; // (undocumented) static ERROR_NonBMPCharactersNotSupportedInKeySection: number; // (undocumented) static Error_NonBMPCharactersNotSupportedInKeySection: () => CompilerEvent; // (undocumented) static ERROR_NoTargetsSpecified: number; // (undocumented) static Error_NoTargetsSpecified: () => CompilerEvent; // (undocumented) static ERROR_NoTokensFound: number; // (undocumented) static Error_NoTokensFound: () => CompilerEvent; // (undocumented) static ERROR_NotSupportedInKeymanWebContext: number; // (undocumented) static Error_NotSupportedInKeymanWebContext: (o: { line: number; code: String; }) => CompilerEvent; // (undocumented) static ERROR_NotSupportedInKeymanWebOutput: number; // (undocumented) static Error_NotSupportedInKeymanWebOutput: (o: { line: number; code: string; }) => CompilerEvent; // (undocumented) static ERROR_NotSupportedInKeymanWebStore: number; // (undocumented) static Error_NotSupportedInKeymanWebStore: (o: { code: string; store: string; }) => CompilerEvent; // (undocumented) static ERROR_NoVersionLine: number; // (undocumented) static Error_NoVersionLine: () => CompilerEvent; // (undocumented) static ERROR_OutputInReadonlyGroup: number; // (undocumented) static Error_OutputInReadonlyGroup: () => CompilerEvent; // (undocumented) static ERROR_OutsTooLong: number; // (undocumented) static Error_OutsTooLong: () => CompilerEvent; // (undocumented) static ERROR_PostKeystrokeGroupMustBeReadonly: number; // (undocumented) static Error_PostKeystrokeGroupMustBeReadonly: () => CompilerEvent; // (undocumented) static ERROR_RepeatedBegin: number; // (undocumented) static Error_RepeatedBegin: () => CompilerEvent; // (undocumented) static ERROR_ReservedCharacter: number; // (undocumented) static Error_ReservedCharacter: () => CompilerEvent; // (undocumented) static ERROR_SetSystemStore_NotFound: number; // (undocumented) static Error_SetSystemStore_NotFound: () => CompilerEvent; // (undocumented) static ERROR_StatementNotPermittedInReadonlyGroup: number; // (undocumented) static Error_StatementNotPermittedInReadonlyGroup: () => CompilerEvent; // (undocumented) static ERROR_StoreDoesNotExist: number; // (undocumented) static Error_StoreDoesNotExist: () => CompilerEvent; // (undocumented) static ERROR_TextBeforeOrAfterNulInOutput: number; // (undocumented) static Error_TextBeforeOrAfterNulInOutput: () => CompilerEvent; // (undocumented) static ERROR_TooManyIndexToKeyRefs: number; // (undocumented) static Error_TooManyIndexToKeyRefs: () => CompilerEvent; // (undocumented) static ERROR_TouchLayoutInvalidIdentifier: number; // (undocumented) static Error_TouchLayoutInvalidIdentifier: (o: { keyId: string; platformName: string; layerId: string; address: KeyAddress; }) => CompilerEvent; // (undocumented) static ERROR_UnicodeSetHasProperties: number; // (undocumented) static Error_UnicodeSetHasProperties: (compileContext?: ObjectWithCompileContext) => CompilerEvent; // (undocumented) static ERROR_UnicodeSetHasStrings: number; // (undocumented) static Error_UnicodeSetHasStrings: (compileContext?: ObjectWithCompileContext) => CompilerEvent; // (undocumented) static ERROR_UnicodeSetSyntaxError: number; // (undocumented) static Error_UnicodeSetSyntaxError: (compileContext?: ObjectWithCompileContext) => CompilerEvent; // (undocumented) static ERROR_UnterminatedString: number; // (undocumented) static Error_UnterminatedString: () => CompilerEvent; // (undocumented) static ERROR_VersionAlreadyIncluded: number; // (undocumented) static Error_VersionAlreadyIncluded: () => CompilerEvent; // (undocumented) static ERROR_VirtualCharacterKeysNotSupportedInKeymanWeb: number; // (undocumented) static Error_VirtualCharacterKeysNotSupportedInKeymanWeb: (o: { line: number; }) => CompilerEvent; // (undocumented) static ERROR_VirtualKeyExpansionTooLong: number; // (undocumented) static Error_VirtualKeyExpansionTooLong: () => CompilerEvent; // (undocumented) static ERROR_VirtualKeyInContext: number; // (undocumented) static Error_VirtualKeyInContext: () => CompilerEvent; // (undocumented) static ERROR_VirtualKeyNotAllowedHere: number; // (undocumented) static Error_VirtualKeyNotAllowedHere: () => CompilerEvent; // (undocumented) static ERROR_VirtualKeysNotValidForMnemonicLayouts: number; // (undocumented) static Error_VirtualKeysNotValidForMnemonicLayouts: (o: { line: number; }) => CompilerEvent; // (undocumented) static ERROR_VKeyExpansionMustBeFollowedByVKey: number; // (undocumented) static Error_VKeyExpansionMustBeFollowedByVKey: () => CompilerEvent; // (undocumented) static ERROR_VKeyExpansionMustUseConsistentShift: number; // (undocumented) static Error_VKeyExpansionMustUseConsistentShift: () => CompilerEvent; // (undocumented) static ERROR_ZeroLengthString: number; // (undocumented) static Error_ZeroLengthString: () => CompilerEvent; // (undocumented) static FATAL_BadCallParams: number; // (undocumented) static Fatal_BadCallParams: () => CompilerEvent; // (undocumented) static FATAL_BufferOverflow: number; // (undocumented) static Fatal_BufferOverflow: () => CompilerEvent; // (undocumented) static FATAL_CallbacksNotSet: number; // (undocumented) static Fatal_CallbacksNotSet: () => CompilerEvent; // (undocumented) static FATAL_CannotAllocateMemory: number; // (undocumented) static Fatal_CannotAllocateMemory: () => CompilerEvent; // (undocumented) static FATAL_CannotCreateTempfile: number; // (undocumented) static Fatal_CannotCreateTempfile: () => CompilerEvent; // (undocumented) static FATAL_MissingWasmModule: number; // (undocumented) static Fatal_MissingWasmModule: (o: { e?: any; }) => CompilerEvent; // (undocumented) static FATAL_SomewhereIGotItWrong: number; // (undocumented) static Fatal_SomewhereIGotItWrong: () => CompilerEvent; // (undocumented) static FATAL_UnexpectedException: number; // (undocumented) static Fatal_UnexpectedException: (o: { e: any; }) => CompilerEvent; // (undocumented) static FATAL_UnicodeSetOutOfRange: number; // (undocumented) static Fatal_UnicodeSetOutOfRange: (compileContext?: ObjectWithCompileContext) => CompilerEvent; // (undocumented) static HINT_IndexStoreLong: number; // (undocumented) static Hint_IndexStoreLong: () => CompilerEvent; // (undocumented) static HINT_NonUnicodeFile: number; // (undocumented) static Hint_NonUnicodeFile: () => CompilerEvent; // (undocumented) static HINT_UnreachableKeyCode: number; // (undocumented) static Hint_UnreachableKeyCode: (o: { line: number; key: string; }) => CompilerEvent; // (undocumented) static HINT_UnreachableRule: number; // (undocumented) static Hint_UnreachableRule: (o: KmcmpLibMessageParameters) => CompilerEvent; // (undocumented) static INFO_MinimumCoreEngineVersion: number; // (undocumented) static Info_MinimumCoreEngineVersion: (o: KmcmpLibMessageParameters) => CompilerEvent; // (undocumented) static WARN_ANSIInUnicodeGroup: number; // (undocumented) static Warn_ANSIInUnicodeGroup: () => CompilerEvent; // (undocumented) static WARN_BitmapNotUsed: number; // (undocumented) static Warn_BitmapNotUsed: () => CompilerEvent; // (undocumented) static WARN_CustomLanguagesNotSupported: number; // (undocumented) static Warn_CustomLanguagesNotSupported: () => CompilerEvent; // (undocumented) static WARN_DontMixChiralAndNonChiralModifiers: number; // (undocumented) static Warn_DontMixChiralAndNonChiralModifiers: () => CompilerEvent; // (undocumented) static WARN_EmbedJsFileMissing: number; // (undocumented) static Warn_EmbedJsFileMissing: (o: { line: number; jsFilename: string; e: any; }) => CompilerEvent; // (undocumented) static WARN_ExtendedShiftFlagsNotSupportedInKeymanWeb: number; // (undocumented) static Warn_ExtendedShiftFlagsNotSupportedInKeymanWeb: (o: { line: number; flags: string; }) => CompilerEvent; // (undocumented) static WARN_HeaderStatementIsDeprecated: number; // (undocumented) static Warn_HeaderStatementIsDeprecated: () => CompilerEvent; // (undocumented) static WARN_HelpFileMissing: number; // (undocumented) static Warn_HelpFileMissing: (o: { line: number; helpFilename: string; e: any; }) => CompilerEvent; // (undocumented) static WARN_HotkeyHasInvalidModifier: number; // (undocumented) static Warn_HotkeyHasInvalidModifier: () => CompilerEvent; // (undocumented) static WARN_IfShouldBeAtStartOfContext: number; // (undocumented) static Warn_IfShouldBeAtStartOfContext: () => CompilerEvent; // (undocumented) static WARN_IndexStoreShort: number; // (undocumented) static Warn_IndexStoreShort: () => CompilerEvent; // (undocumented) static WARN_InvalidVkeyInKvksFile: number; // (undocumented) static Warn_InvalidVkeyInKvksFile: (o: { filename: string; invalidVkey: string; }) => CompilerEvent; // (undocumented) static WARN_KeyBadLength: number; // (undocumented) static Warn_KeyBadLength: () => CompilerEvent; // (undocumented) static WARN_KeyShouldIncludeNCaps: number; // (undocumented) static Warn_KeyShouldIncludeNCaps: () => CompilerEvent; // (undocumented) static WARN_KVKFileIsInSourceFormat: number; // (undocumented) static Warn_KVKFileIsInSourceFormat: () => CompilerEvent; // (undocumented) static WARN_LanguageHeadersDeprecatedInKeyman10: number; // (undocumented) static Warn_LanguageHeadersDeprecatedInKeyman10: () => CompilerEvent; // (undocumented) static WARN_MixingLeftAndRightModifiers: number; // (undocumented) static Warn_MixingLeftAndRightModifiers: () => CompilerEvent; // (undocumented) static WARN_NulNotFirstStatementInContext: number; // (undocumented) static Warn_NulNotFirstStatementInContext: () => CompilerEvent; // (undocumented) static WARN_OldVersion: number; // (undocumented) static Warn_OldVersion: () => CompilerEvent; // (undocumented) static WARN_OptionStoreNameInvalid: number; // (undocumented) static Warn_OptionStoreNameInvalid: (o: { name: string; }) => CompilerEvent; // (undocumented) static WARN_PlatformNotInTargets: number; // (undocumented) static Warn_PlatformNotInTargets: () => CompilerEvent; // (undocumented) static WARN_PunctuationInEthnologueCode: number; // (undocumented) static Warn_PunctuationInEthnologueCode: () => CompilerEvent; // (undocumented) static WARN_ReservedCharacter: number; // (undocumented) static Warn_ReservedCharacter: () => CompilerEvent; // (undocumented) static WARN_StoreAlreadyUsedAsOptionOrCall: number; // (undocumented) static Warn_StoreAlreadyUsedAsOptionOrCall: () => CompilerEvent; // (undocumented) static WARN_StoreAlreadyUsedAsStoreOrCall: number; // (undocumented) static Warn_StoreAlreadyUsedAsStoreOrCall: () => CompilerEvent; // (undocumented) static WARN_StoreAlreadyUsedAsStoreOrOption: number; // (undocumented) static Warn_StoreAlreadyUsedAsStoreOrOption: () => CompilerEvent; // (undocumented) static WARN_TooManyWarnings: number; // (undocumented) static Warn_TooManyWarnings: () => CompilerEvent; // (undocumented) static WARN_TouchLayoutCustomKeyNotDefined: number; // (undocumented) static Warn_TouchLayoutCustomKeyNotDefined: (o: { keyId: string; platformName: string; layerId: string; address: KeyAddress; }) => CompilerEvent; // (undocumented) static WARN_TouchLayoutFontShouldBeSameForAllPlatforms: number; // (undocumented) static Warn_TouchLayoutFontShouldBeSameForAllPlatforms: () => CompilerEvent; // (undocumented) static WARN_TouchLayoutMissingLayer: number; // (undocumented) static Warn_TouchLayoutMissingLayer: (o: { keyId: string; platformName: string; layerId: string; nextLayer: string; address: KeyAddress; }) => CompilerEvent; // (undocumented) static WARN_TouchLayoutMissingRequiredKeys: number; // (undocumented) static Warn_TouchLayoutMissingRequiredKeys: (o: { layerId: string; platformName: string; missingKeys: string; }) => CompilerEvent; // (undocumented) static WARN_TouchLayoutSpecialLabelOnNormalKey: number; // (undocumented) static Warn_TouchLayoutSpecialLabelOnNormalKey: (o: { keyId: string; platformName: string; layerId: string; label: string; address: KeyAddress; }) => CompilerEvent; // (undocumented) static WARN_TouchLayoutUnidentifiedKey: number; // (undocumented) static Warn_TouchLayoutUnidentifiedKey: (o: { layerId: string; address: KeyAddress; }) => CompilerEvent; // (undocumented) static WARN_UnicodeInANSIGroup: number; // (undocumented) static Warn_UnicodeInANSIGroup: () => CompilerEvent; // (undocumented) static WARN_UnicodeSurrogateUsed: number; // (undocumented) static Warn_UnicodeSurrogateUsed: () => CompilerEvent; // (undocumented) static WARN_UseNotLastStatementInRule: number; // (undocumented) static Warn_UseNotLastStatementInRule: () => CompilerEvent; // (undocumented) static WARN_VirtualCharKeyWithPositionalLayout: number; // (undocumented) static Warn_VirtualCharKeyWithPositionalLayout: () => CompilerEvent; // (undocumented) static WARN_VirtualKeyInOutput: number; // (undocumented) static Warn_VirtualKeyInOutput: () => CompilerEvent; // (undocumented) static WARN_VirtualKeyWithMnemonicLayout: number; // (undocumented) static Warn_VirtualKeyWithMnemonicLayout: () => CompilerEvent; } // @public export interface KmnCompilerOptions extends CompilerOptions { } // @public export interface KmnCompilerResult extends KeymanCompilerResult { artifacts: KmnCompilerArtifacts; displayMap?: Osk.PuaMap; // Warning: (ae-incompatible-release-tags) The symbol "extra" is marked as @public, but its signature references "KmnCompilerResultExtra" which is marked as @internal extra: KmnCompilerResultExtra; } // Warning: (ae-internal-missing-underscore) The name "KmnCompilerResultExtra" should be prefixed with an underscore because the declaration is marked as @internal // // @internal export interface KmnCompilerResultExtra { // (undocumented) displayMapFilename?: string; // (undocumented) groups: CompilerResultExtraGroup[]; // (undocumented) kvksFilename?: string; // (undocumented) stores: CompilerResultExtraStore[]; targets: number; } // Warning: (ae-internal-missing-underscore) The name "KmwCompilerMessages" should be prefixed with an underscore because the declaration is marked as @internal // // @internal export class KmwCompilerMessages extends KmnCompilerMessages { // (undocumented) static ERROR_InvalidTouchLayoutFileFormat: number; // (undocumented) static Error_InvalidTouchLayoutFileFormat: (o: { msg: string; }) => CompilerEvent; // (undocumented) static ERROR_TouchLayoutFileDoesNotExist: number; // (undocumented) static Error_TouchLayoutFileDoesNotExist: (o: { filename: string; }) => CompilerEvent; // (undocumented) static ERROR_TouchLayoutIdentifierRequires15: number; // (undocumented) static Error_TouchLayoutIdentifierRequires15: (o: { keyId: string; platformName: string; layerId: string; address: KeyAddress; }) => CompilerEvent; // (undocumented) static HINT_TouchLayoutUsesUnsupportedGesturesDownlevel: number; // (undocumented) static Hint_TouchLayoutUsesUnsupportedGesturesDownlevel: (o: { keyId: string; }) => CompilerEvent; // (undocumented) static INFO_MinimumWebEngineVersion: number; // (undocumented) static Info_MinimumWebEngineVersion: (o: { version: string; }) => CompilerEvent; } declare namespace Osk { export { parseMapping, remapVisualKeyboard, remapTouchLayout, StringRefUsage, StringRef, StringResult, PuaMap } } export { Osk } // @public (undocumented) function parseMapping(mapping: any): PuaMap; // @public (undocumented) type PuaMap = { [index: string]: string; }; // @public (undocumented) function remapTouchLayout(source: TouchLayout.TouchLayoutFile, map: PuaMap): boolean; // @public (undocumented) function remapVisualKeyboard(vk: VisualKeyboard.VisualKeyboard, map: PuaMap): boolean; // @public (undocumented) interface StringRef { // (undocumented) str: string; // (undocumented) usages: StringRefUsage[]; } // @public (undocumented) interface StringRefUsage { // (undocumented) count: number; // (undocumented) filename: string; } // @public interface StringResult { pua: string; str: string; unicode: string; usages: StringRefUsage[] | string[]; } // Warnings were encountered during analysis: // // src/compiler/kmn-compiler-messages.ts:468:103 - (ae-forgotten-export) The symbol "KeyAddress" needs to be exported by the entry point main.d.ts ```