@keymanapp/kmc-keyboard-info
Version:
Keyman Developer .keyboard_info compiler
48 lines • 2.08 kB
TypeScript
/**
* @internal
*/
export declare class KeyboardInfoCompilerMessages {
static FATAL_UnexpectedException: number;
static Fatal_UnexpectedException: (o: {
e: any;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_FileDoesNotExist: number;
static Error_FileDoesNotExist: (o: {
filename: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_InvalidAuthorEmail: number;
static Error_InvalidAuthorEmail: (o: {
email: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_LicenseFileIsMissing: number;
static Error_LicenseFileIsMissing: (o: {
filename: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_LicenseFileIsDamaged: number;
static Error_LicenseFileIsDamaged: (o: {
filename: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_LicenseIsNotValid: number;
static Error_LicenseIsNotValid: (o: {
filename: string;
message: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_CannotBuildWithoutKmpFile: number;
static Error_CannotBuildWithoutKmpFile: () => import("@keymanapp/common-types").CompilerEvent;
static ERROR_NoLicenseFound: number;
static Error_NoLicenseFound: () => import("@keymanapp/common-types").CompilerEvent;
static ERROR_FontFileCannotBeRead: number;
static Error_FontFileCannotBeRead: (o: {
filename: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_FontFileMetaDataIsInvalid: number;
static Error_FontFileMetaDataIsInvalid: (o: {
filename: string;
message: string;
}) => import("@keymanapp/common-types").CompilerEvent;
static ERROR_DescriptionIsMissing: number;
static Error_DescriptionIsMissing: (o: {
filename: string;
}) => import("@keymanapp/common-types").CompilerEvent;
}
//# sourceMappingURL=keyboard-info-compiler-messages.d.ts.map