UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

25 lines (23 loc) 1.33 kB
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="412e0b0e-e6da-5005-9030-ea661a3f709b")}catch(e){}}(); import { BuildKeyboardInfo } from './BuildKeyboardInfo.js'; import { BuildKmnKeyboard } from './BuildKmnKeyboard.js'; import { BuildLdmlKeyboard } from './BuildLdmlKeyboard.js'; import { BuildModel } from './BuildModel.js'; import { BuildModelInfo } from './BuildModelInfo.js'; import { BuildPackage } from './BuildPackage.js'; // These builders are listed in the order that files need to be built in // projects. Packages depend on .kmn, .xml and .model.ts file types export const buildActivities = [ new BuildKmnKeyboard(), new BuildLdmlKeyboard(), new BuildModel(), new BuildPackage(), ]; // These are built from the .kpj reference after all others export const buildKeyboardInfoActivity = new BuildKeyboardInfo(); export const buildModelInfoActivity = new BuildModelInfo(); // Note: BuildProject is not listed here to avoid circular references, // because it depends on the other activities here. This means that // BuildProject must be separately checked. //# sourceMappingURL=buildActivities.js.map //# debugId=412e0b0e-e6da-5005-9030-ea661a3f709b