@keymanapp/kmc-ldml 17.0.154-alpha → 17.0.156-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/build/src/compiler/compiler.d.ts +57 -55
  2. package/build/src/compiler/compiler.d.ts.map +1 -1
  3. package/build/src/compiler/compiler.js +198 -198
  4. package/build/src/compiler/compiler.js.map +1 -1
  5. package/build/src/compiler/disp.d.ts +14 -12
  6. package/build/src/compiler/disp.d.ts.map +1 -1
  7. package/build/src/compiler/disp.js +45 -43
  8. package/build/src/compiler/disp.js.map +1 -1
  9. package/build/src/compiler/empty-compiler.d.ts +39 -37
  10. package/build/src/compiler/empty-compiler.d.ts.map +1 -1
  11. package/build/src/compiler/empty-compiler.js +71 -69
  12. package/build/src/compiler/empty-compiler.js.map +1 -1
  13. package/build/src/compiler/keymanweb-compiler.d.ts +16 -16
  14. package/build/src/compiler/keymanweb-compiler.d.ts.map +1 -1
  15. package/build/src/compiler/keymanweb-compiler.js +97 -96
  16. package/build/src/compiler/keymanweb-compiler.js.map +1 -1
  17. package/build/src/compiler/keys.d.ts +30 -28
  18. package/build/src/compiler/keys.d.ts.map +1 -1
  19. package/build/src/compiler/keys.js +240 -238
  20. package/build/src/compiler/keys.js.map +1 -1
  21. package/build/src/compiler/layr.d.ts +12 -10
  22. package/build/src/compiler/layr.d.ts.map +1 -1
  23. package/build/src/compiler/layr.js +83 -81
  24. package/build/src/compiler/layr.js.map +1 -1
  25. package/build/src/compiler/ldml-compiler-options.d.ts +10 -0
  26. package/build/src/compiler/ldml-compiler-options.d.ts.map +1 -0
  27. package/build/src/compiler/ldml-compiler-options.js +5 -0
  28. package/build/src/compiler/ldml-compiler-options.js.map +1 -0
  29. package/build/src/compiler/loca.d.ts +18 -16
  30. package/build/src/compiler/loca.d.ts.map +1 -1
  31. package/build/src/compiler/loca.js +61 -59
  32. package/build/src/compiler/loca.js.map +1 -1
  33. package/build/src/compiler/marker-tracker.d.ts +36 -34
  34. package/build/src/compiler/marker-tracker.d.ts.map +1 -1
  35. package/build/src/compiler/marker-tracker.js +75 -73
  36. package/build/src/compiler/marker-tracker.js.map +1 -1
  37. package/build/src/compiler/messages.d.ts +135 -133
  38. package/build/src/compiler/messages.d.ts.map +1 -1
  39. package/build/src/compiler/messages.js +79 -77
  40. package/build/src/compiler/messages.js.map +1 -1
  41. package/build/src/compiler/meta.d.ts +14 -12
  42. package/build/src/compiler/meta.d.ts.map +1 -1
  43. package/build/src/compiler/meta.js +60 -58
  44. package/build/src/compiler/meta.js.map +1 -1
  45. package/build/src/compiler/metadata-compiler.d.ts +15 -13
  46. package/build/src/compiler/metadata-compiler.d.ts.map +1 -1
  47. package/build/src/compiler/metadata-compiler.js +49 -47
  48. package/build/src/compiler/metadata-compiler.js.map +1 -1
  49. package/build/src/compiler/name.d.ts +12 -10
  50. package/build/src/compiler/name.d.ts.map +1 -1
  51. package/build/src/compiler/name.js +22 -20
  52. package/build/src/compiler/name.js.map +1 -1
  53. package/build/src/compiler/section-compiler.d.ts +18 -16
  54. package/build/src/compiler/section-compiler.d.ts.map +1 -1
  55. package/build/src/compiler/section-compiler.js +36 -34
  56. package/build/src/compiler/section-compiler.js.map +1 -1
  57. package/build/src/compiler/touch-layout-compiler.d.ts +10 -8
  58. package/build/src/compiler/touch-layout-compiler.d.ts.map +1 -1
  59. package/build/src/compiler/touch-layout-compiler.js +89 -87
  60. package/build/src/compiler/touch-layout-compiler.js.map +1 -1
  61. package/build/src/compiler/tran.d.ts +39 -37
  62. package/build/src/compiler/tran.d.ts.map +1 -1
  63. package/build/src/compiler/tran.js +187 -185
  64. package/build/src/compiler/tran.js.map +1 -1
  65. package/build/src/compiler/vars.d.ts +23 -21
  66. package/build/src/compiler/vars.d.ts.map +1 -1
  67. package/build/src/compiler/vars.js +221 -219
  68. package/build/src/compiler/vars.js.map +1 -1
  69. package/build/src/compiler/visual-keyboard-compiler.d.ts +9 -7
  70. package/build/src/compiler/visual-keyboard-compiler.d.ts.map +1 -1
  71. package/build/src/compiler/visual-keyboard-compiler.js +52 -54
  72. package/build/src/compiler/visual-keyboard-compiler.js.map +1 -1
  73. package/build/src/compiler/vkey.d.ts +11 -9
  74. package/build/src/compiler/vkey.d.ts.map +1 -1
  75. package/build/src/compiler/vkey.js +61 -59
  76. package/build/src/compiler/vkey.js.map +1 -1
  77. package/build/src/main.d.ts +11 -9
  78. package/build/src/main.d.ts.map +1 -1
  79. package/build/src/main.js +10 -8
  80. package/build/src/main.js.map +1 -1
  81. package/build/src/util/util.d.ts +44 -42
  82. package/build/src/util/util.d.ts.map +1 -1
  83. package/build/src/util/util.js +122 -120
  84. package/build/src/util/util.js.map +1 -1
  85. package/package.json +8 -8
  86. package/build/src/compiler/compiler-options.d.ts +0 -16
  87. package/build/src/compiler/compiler-options.d.ts.map +0 -1
  88. package/build/src/compiler/compiler-options.js +0 -6
  89. package/build/src/compiler/compiler-options.js.map +0 -1
  90. package/build/src/kpj.schema.json +0 -127
  91. package/build/src/kvks.schema.json +0 -182
  92. package/build/src/ldml-keyboard.schema.json +0 -702
  93. package/build/src/ldml-keyboardtest.schema.json +0 -221
@@ -1,43 +1,45 @@
1
- import { constants } from "@keymanapp/ldml-keyboard-constants";
2
- import { KMXPlus, MarkerParser } from '@keymanapp/common-types';
3
- import { CompilerMessages } from "./messages.js";
4
- import { SectionCompiler } from "./section-compiler.js";
5
- var Disp = KMXPlus.Disp;
6
- import { MarkerUse } from "./marker-tracker.js";
7
- export class DispCompiler extends SectionCompiler {
8
- static validateMarkers(keyboard, mt) {
9
- keyboard.displays?.display?.forEach(({ to }) => mt.add(MarkerUse.match, MarkerParser.allReferences(to)));
10
- return true;
11
- }
12
- get id() {
13
- return constants.section.disp;
14
- }
15
- validate() {
16
- let valid = true;
17
- const tos = new Set();
18
- if (this.keyboard.displays?.display) {
19
- for (const { to } of this.keyboard.displays?.display) {
20
- if (tos.has(to)) {
21
- this.callbacks.reportMessage(CompilerMessages.Error_DisplayIsRepeated({ to }));
22
- return false;
23
- }
24
- tos.add(to);
25
- }
26
- }
27
- return valid;
28
- }
29
- compile(sections) {
30
- let result = new Disp();
31
- // displayOptions
32
- result.baseCharacter = sections.strs.allocAndUnescapeString(this.keyboard.displays?.displayOptions?.baseCharacter);
33
- // TODO-LDML: substitute variables!
34
- // displays
35
- result.disps = this.keyboard.displays?.display.map(display => ({
36
- to: sections.strs.allocAndUnescapeString(sections.vars.substituteMarkerString(display.to)),
37
- display: sections.strs.allocAndUnescapeString(display.display),
38
- })) || []; // TODO-LDML: need coverage for the []
39
- result.disps.sort((a, b) => a.to.compareTo(b.to));
40
- return result;
41
- }
42
- }
43
- //# sourceMappingURL=disp.js.map
1
+ !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]="861019a0-5241-56e6-9549-f2a584120b5d")}catch(e){}}();
2
+ import { constants } from "@keymanapp/ldml-keyboard-constants";
3
+ import { KMXPlus, MarkerParser } from '@keymanapp/common-types';
4
+ import { CompilerMessages } from "./messages.js";
5
+ import { SectionCompiler } from "./section-compiler.js";
6
+ var Disp = KMXPlus.Disp;
7
+ import { MarkerUse } from "./marker-tracker.js";
8
+ export class DispCompiler extends SectionCompiler {
9
+ static validateMarkers(keyboard, mt) {
10
+ keyboard.displays?.display?.forEach(({ to }) => mt.add(MarkerUse.match, MarkerParser.allReferences(to)));
11
+ return true;
12
+ }
13
+ get id() {
14
+ return constants.section.disp;
15
+ }
16
+ validate() {
17
+ let valid = true;
18
+ const tos = new Set();
19
+ if (this.keyboard.displays?.display) {
20
+ for (const { to } of this.keyboard.displays?.display) {
21
+ if (tos.has(to)) {
22
+ this.callbacks.reportMessage(CompilerMessages.Error_DisplayIsRepeated({ to }));
23
+ return false;
24
+ }
25
+ tos.add(to);
26
+ }
27
+ }
28
+ return valid;
29
+ }
30
+ compile(sections) {
31
+ let result = new Disp();
32
+ // displayOptions
33
+ result.baseCharacter = sections.strs.allocAndUnescapeString(this.keyboard.displays?.displayOptions?.baseCharacter);
34
+ // TODO-LDML: substitute variables!
35
+ // displays
36
+ result.disps = this.keyboard.displays?.display.map(display => ({
37
+ to: sections.strs.allocAndUnescapeString(sections.vars.substituteMarkerString(display.to)),
38
+ display: sections.strs.allocAndUnescapeString(display.display),
39
+ })) || []; // TODO-LDML: need coverage for the []
40
+ result.disps.sort((a, b) => a.to.compareTo(b.to));
41
+ return result;
42
+ }
43
+ }
44
+ //# debugId=861019a0-5241-56e6-9549-f2a584120b5d
45
+ //# sourceMappingURL=disp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"disp.js","sourceRoot":"","sources":["../../../src/compiler/disp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAgB,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,IAAO,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;AAE3B,OAAO,EAAiB,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAE/D,MAAM,OAAO,YAAa,SAAQ,eAAe;IAC/C,MAAM,CAAC,eAAe,CAAC,QAAiC,EAAE,EAAkB;QAC1E,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAC7C,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,KAAK,EAAE,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC3D,OAAO,IAAI,CAAC;IACd,CAAC;IAED,IAAW,EAAE;QACX,OAAO,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC;IAChC,CAAC;IAEM,QAAQ;QACb,IAAI,KAAK,GAAG,IAAI,CAAC;QAEjB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;QAEtB,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE;YACnC,KAAK,MAAM,EAAE,EAAE,EAAE,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE;gBACpD,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE;oBACf,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;oBAC/E,OAAO,KAAK,CAAC;iBACd;gBACD,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;aACb;SACF;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAEM,OAAO,CAAC,QAA4B;QACzC,IAAI,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;QAExB,iBAAiB;QACjB,MAAM,CAAC,aAAa,GAAG,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnH,mCAAmC;QAEnC,WAAW;QACX,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;YAC7D,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;YAC1F,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,OAAO,CAAC;SAC/D,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,sCAAsC;QAEjD,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAW,EAAE,CAAW,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAEtE,OAAO,MAAM,CAAC;IAChB,CAAC;CACF"}
1
+ {"debug_id":"861019a0-5241-56e6-9549-f2a584120b5d","file":"disp.js","mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAgB,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,IAAO,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;AAE3B,OAAO,EAAiB,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAE/D,MAAM,OAAO,YAAa,SAAQ,eAAe;IAC/C,MAAM,CAAC,eAAe,CAAC,QAAiC,EAAE,EAAkB;QAC1E,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAC7C,EAAE,CAAC,GAAG,CAAC,SAAS,CAAC,KAAK,EAAE,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC3D,OAAO,IAAI,CAAC;IACd,CAAC;IAED,IAAW,EAAE;QACX,OAAO,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC;IAChC,CAAC;IAEM,QAAQ;QACb,IAAI,KAAK,GAAG,IAAI,CAAC;QAEjB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;QAEtB,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE;YACnC,KAAK,MAAM,EAAE,EAAE,EAAE,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE;gBACpD,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE;oBACf,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;oBAC/E,OAAO,KAAK,CAAC;iBACd;gBACD,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;aACb;SACF;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAEM,OAAO,CAAC,QAA4B;QACzC,IAAI,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;QAExB,iBAAiB;QACjB,MAAM,CAAC,aAAa,GAAG,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnH,mCAAmC;QAEnC,WAAW;QACX,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;YAC7D,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;YAC1F,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,OAAO,CAAC;SAC/D,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,sCAAsC;QAEjD,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAW,EAAE,CAAW,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAEtE,OAAO,MAAM,CAAC;IAChB,CAAC;CACF","names":[],"sourceRoot":"","sources":["../../../src/compiler/disp.ts"],"version":3}
@@ -1,37 +1,39 @@
1
- import { SectionIdent } from '@keymanapp/ldml-keyboard-constants';
2
- import { SectionCompiler } from "./section-compiler.js";
3
- import { LDMLKeyboard, KMXPlus, CompilerCallbacks } from "@keymanapp/common-types";
4
- import { VarsCompiler } from './vars.js';
5
- /**
6
- * Compiler for typrs that don't actually consume input XML
7
- */
8
- export declare abstract class EmptyCompiler extends SectionCompiler {
9
- private _id;
10
- constructor(id: SectionIdent, source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
11
- get id(): SectionIdent;
12
- get dependencies(): Set<SectionIdent>;
13
- }
14
- export declare class StrsCompiler extends EmptyCompiler {
15
- constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
16
- compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
17
- }
18
- export declare class ElemCompiler extends EmptyCompiler {
19
- constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
20
- compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
21
- get dependencies(): Set<SectionIdent>;
22
- }
23
- export declare class ListCompiler extends EmptyCompiler {
24
- constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
25
- compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
26
- get dependencies(): Set<SectionIdent>;
27
- }
28
- export declare class UsetCompiler extends EmptyCompiler {
29
- constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
30
- compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
31
- get dependencies(): Set<SectionIdent>;
32
- }
33
- /**
34
- * For test use. The top compilers.
35
- */
36
- export declare const BASIC_DEPENDENCIES: (typeof VarsCompiler | typeof StrsCompiler)[];
37
- //# sourceMappingURL=empty-compiler.d.ts.map
1
+ !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]="4c3ff15c-de02-5c5e-8453-5b415fafcf01")}catch(e){}}();
2
+ import { SectionIdent } from '@keymanapp/ldml-keyboard-constants';
3
+ import { SectionCompiler } from "./section-compiler.js";
4
+ import { LDMLKeyboard, KMXPlus, CompilerCallbacks } from "@keymanapp/common-types";
5
+ import { VarsCompiler } from './vars.js';
6
+ /**
7
+ * Compiler for typrs that don't actually consume input XML
8
+ */
9
+ export declare abstract class EmptyCompiler extends SectionCompiler {
10
+ private _id;
11
+ constructor(id: SectionIdent, source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
12
+ get id(): SectionIdent;
13
+ get dependencies(): Set<SectionIdent>;
14
+ }
15
+ export declare class StrsCompiler extends EmptyCompiler {
16
+ constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
17
+ compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
18
+ }
19
+ export declare class ElemCompiler extends EmptyCompiler {
20
+ constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
21
+ compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
22
+ get dependencies(): Set<SectionIdent>;
23
+ }
24
+ export declare class ListCompiler extends EmptyCompiler {
25
+ constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
26
+ compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
27
+ get dependencies(): Set<SectionIdent>;
28
+ }
29
+ export declare class UsetCompiler extends EmptyCompiler {
30
+ constructor(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile, callbacks: CompilerCallbacks);
31
+ compile(sections: KMXPlus.DependencySections): KMXPlus.Section;
32
+ get dependencies(): Set<SectionIdent>;
33
+ }
34
+ /**
35
+ * For test use. The top compilers.
36
+ */
37
+ export declare const BASIC_DEPENDENCIES: (typeof VarsCompiler | typeof StrsCompiler)[];
38
+ //# debugId=4c3ff15c-de02-5c5e-8453-5b415fafcf01
39
+ //# sourceMappingURL=empty-compiler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"empty-compiler.d.ts","sourceRoot":"","sources":["../../../src/compiler/empty-compiler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAa,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC;;GAEG;AACH,8BAAsB,aAAc,SAAQ,eAAe;IACzD,OAAO,CAAC,GAAG,CAAe;gBACd,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAK1G,IAAW,EAAE,IAAI,YAAY,CAE5B;IACD,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAE3C;CACF;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;CAGtE;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;IAGrE,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAG3C;CACF;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;IAGrE,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAG3C;CACF;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;IAGrE,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAG3C;CACF;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,+CAA6D,CAAC"}
1
+ {"debug_id":"4c3ff15c-de02-5c5e-8453-5b415fafcf01","file":"empty-compiler.d.ts","mappings":";AAAA,OAAO,EAAE,YAAY,EAAa,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC;;GAEG;AACH,8BAAsB,aAAc,SAAQ,eAAe;IACzD,OAAO,CAAC,GAAG,CAAe;gBACd,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAK1G,IAAW,EAAE,IAAI,YAAY,CAE5B;IACD,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAE3C;CACF;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;CAGtE;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;IAGrE,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAG3C;CACF;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;IAGrE,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAG3C;CACF;AAED,qBAAa,YAAa,SAAQ,aAAa;gBACjC,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,SAAS,EAAE,iBAAiB;IAGjF,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,OAAO;IAGrE,IAAW,YAAY,IAAI,GAAG,CAAC,YAAY,CAAC,CAG3C;CACF;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,+CAA6D,CAAC","names":[],"sourceRoot":"","sources":["../../../src/compiler/empty-compiler.ts"],"version":3}
@@ -1,69 +1,71 @@
1
- import { constants } from '@keymanapp/ldml-keyboard-constants';
2
- import { SectionCompiler } from "./section-compiler.js";
3
- import { KMXPlus } from "@keymanapp/common-types";
4
- import { VarsCompiler } from './vars.js';
5
- /**
6
- * Compiler for typrs that don't actually consume input XML
7
- */
8
- export class EmptyCompiler extends SectionCompiler {
9
- _id;
10
- constructor(id, source, callbacks) {
11
- super(source, callbacks);
12
- this._id = id;
13
- }
14
- get id() {
15
- return this._id;
16
- }
17
- get dependencies() {
18
- return new Set(); // no dependencies
19
- }
20
- }
21
- export class StrsCompiler extends EmptyCompiler {
22
- constructor(source, callbacks) {
23
- super(constants.section.strs, source, callbacks);
24
- }
25
- compile(sections) {
26
- return new KMXPlus.Strs();
27
- }
28
- }
29
- export class ElemCompiler extends EmptyCompiler {
30
- constructor(source, callbacks) {
31
- super(constants.section.elem, source, callbacks);
32
- }
33
- compile(sections) {
34
- return new KMXPlus.Elem(sections);
35
- }
36
- get dependencies() {
37
- const strsOnly = new Set([constants.section.strs]);
38
- return strsOnly;
39
- }
40
- }
41
- export class ListCompiler extends EmptyCompiler {
42
- constructor(source, callbacks) {
43
- super(constants.section.list, source, callbacks);
44
- }
45
- compile(sections) {
46
- return new KMXPlus.List(sections.strs);
47
- }
48
- get dependencies() {
49
- const strsOnly = new Set([constants.section.strs]);
50
- return strsOnly;
51
- }
52
- }
53
- export class UsetCompiler extends EmptyCompiler {
54
- constructor(source, callbacks) {
55
- super(constants.section.uset, source, callbacks);
56
- }
57
- compile(sections) {
58
- return new KMXPlus.Uset();
59
- }
60
- get dependencies() {
61
- const strsOnly = new Set([constants.section.strs]);
62
- return strsOnly;
63
- }
64
- }
65
- /**
66
- * For test use. The top compilers.
67
- */
68
- export const BASIC_DEPENDENCIES = [StrsCompiler, ListCompiler, ElemCompiler, VarsCompiler];
69
- //# sourceMappingURL=empty-compiler.js.map
1
+ !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]="297ff392-56de-571b-93c0-e6c66c121b86")}catch(e){}}();
2
+ import { constants } from '@keymanapp/ldml-keyboard-constants';
3
+ import { SectionCompiler } from "./section-compiler.js";
4
+ import { KMXPlus } from "@keymanapp/common-types";
5
+ import { VarsCompiler } from './vars.js';
6
+ /**
7
+ * Compiler for typrs that don't actually consume input XML
8
+ */
9
+ export class EmptyCompiler extends SectionCompiler {
10
+ _id;
11
+ constructor(id, source, callbacks) {
12
+ super(source, callbacks);
13
+ this._id = id;
14
+ }
15
+ get id() {
16
+ return this._id;
17
+ }
18
+ get dependencies() {
19
+ return new Set(); // no dependencies
20
+ }
21
+ }
22
+ export class StrsCompiler extends EmptyCompiler {
23
+ constructor(source, callbacks) {
24
+ super(constants.section.strs, source, callbacks);
25
+ }
26
+ compile(sections) {
27
+ return new KMXPlus.Strs();
28
+ }
29
+ }
30
+ export class ElemCompiler extends EmptyCompiler {
31
+ constructor(source, callbacks) {
32
+ super(constants.section.elem, source, callbacks);
33
+ }
34
+ compile(sections) {
35
+ return new KMXPlus.Elem(sections);
36
+ }
37
+ get dependencies() {
38
+ const strsOnly = new Set([constants.section.strs]);
39
+ return strsOnly;
40
+ }
41
+ }
42
+ export class ListCompiler extends EmptyCompiler {
43
+ constructor(source, callbacks) {
44
+ super(constants.section.list, source, callbacks);
45
+ }
46
+ compile(sections) {
47
+ return new KMXPlus.List(sections.strs);
48
+ }
49
+ get dependencies() {
50
+ const strsOnly = new Set([constants.section.strs]);
51
+ return strsOnly;
52
+ }
53
+ }
54
+ export class UsetCompiler extends EmptyCompiler {
55
+ constructor(source, callbacks) {
56
+ super(constants.section.uset, source, callbacks);
57
+ }
58
+ compile(sections) {
59
+ return new KMXPlus.Uset();
60
+ }
61
+ get dependencies() {
62
+ const strsOnly = new Set([constants.section.strs]);
63
+ return strsOnly;
64
+ }
65
+ }
66
+ /**
67
+ * For test use. The top compilers.
68
+ */
69
+ export const BASIC_DEPENDENCIES = [StrsCompiler, ListCompiler, ElemCompiler, VarsCompiler];
70
+ //# debugId=297ff392-56de-571b-93c0-e6c66c121b86
71
+ //# sourceMappingURL=empty-compiler.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"empty-compiler.js","sourceRoot":"","sources":["../../../src/compiler/empty-compiler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAgB,OAAO,EAAqB,MAAM,yBAAyB,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC;;GAEG;AACH,MAAM,OAAgB,aAAc,SAAQ,eAAe;IACjD,GAAG,CAAe;IAC1B,YAAY,EAAgB,EAAE,MAA8C,EAAE,SAA4B;QACxG,KAAK,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;QACzB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;IAChB,CAAC;IAED,IAAW,EAAE;QACX,OAAO,IAAI,CAAC,GAAG,CAAC;IAClB,CAAC;IACD,IAAW,YAAY;QACrB,OAAO,IAAI,GAAG,EAAE,CAAC,CAAC,kBAAkB;IACtC,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAC5B,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACpC,CAAC;IACD,IAAW,YAAY;QACrB,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACrB,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAC5B,CAAC;IACD,IAAW,YAAY;QACrB,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,CAAE,CAAC"}
1
+ {"debug_id":"297ff392-56de-571b-93c0-e6c66c121b86","file":"empty-compiler.js","mappings":";AAAA,OAAO,EAAgB,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAgB,OAAO,EAAqB,MAAM,yBAAyB,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC;;GAEG;AACH,MAAM,OAAgB,aAAc,SAAQ,eAAe;IACjD,GAAG,CAAe;IAC1B,YAAY,EAAgB,EAAE,MAA8C,EAAE,SAA4B;QACxG,KAAK,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;QACzB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;IAChB,CAAC;IAED,IAAW,EAAE;QACX,OAAO,IAAI,CAAC,GAAG,CAAC;IAClB,CAAC;IACD,IAAW,YAAY;QACrB,OAAO,IAAI,GAAG,EAAE,CAAC,CAAC,kBAAkB;IACtC,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAC5B,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACpC,CAAC;IACD,IAAW,YAAY;QACrB,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACrB,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,aAAa;IAC7C,YAAY,MAA8C,EAAE,SAA4B;QACtF,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;IACnD,CAAC;IACM,OAAO,CAAC,QAAoC;QACjD,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAC5B,CAAC;IACD,IAAW,YAAY;QACrB,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,CAAE,CAAC","names":[],"sourceRoot":"","sources":["../../../src/compiler/empty-compiler.ts"],"version":3}
@@ -1,16 +1,16 @@
1
- import { CompilerCallbacks, LDMLKeyboard } from "@keymanapp/common-types";
2
- import { CompilerOptions } from "./compiler-options.js";
3
- export interface LdmlKeyboardKeymanWebCompilerOptions extends CompilerOptions {
4
- }
5
- export declare class LdmlKeyboardKeymanWebCompiler {
6
- private callbacks;
7
- private readonly options;
8
- private readonly nl;
9
- private readonly tab;
10
- constructor(callbacks: CompilerCallbacks, options?: LdmlKeyboardKeymanWebCompilerOptions);
11
- compileVisualKeyboard(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile): string;
12
- compileTouchLayout(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile): string;
13
- private cleanName;
14
- compile(name: string, source: LDMLKeyboard.LDMLKeyboardXMLSourceFile): string;
15
- }
16
- //# sourceMappingURL=keymanweb-compiler.d.ts.map
1
+ !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]="9773f5ca-dcf3-522f-a252-632b52c6d153")}catch(e){}}();
2
+ import { CompilerCallbacks, LDMLKeyboard } from "@keymanapp/common-types";
3
+ import { LdmlCompilerOptions } from "./ldml-compiler-options.js";
4
+ export declare class LdmlKeyboardKeymanWebCompiler {
5
+ private callbacks;
6
+ private readonly options;
7
+ private readonly nl;
8
+ private readonly tab;
9
+ constructor(callbacks: CompilerCallbacks, options?: LdmlCompilerOptions);
10
+ compileVisualKeyboard(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile): string;
11
+ compileTouchLayout(source: LDMLKeyboard.LDMLKeyboardXMLSourceFile): string;
12
+ private cleanName;
13
+ compile(name: string, source: LDMLKeyboard.LDMLKeyboardXMLSourceFile): string;
14
+ }
15
+ //# debugId=9773f5ca-dcf3-522f-a252-632b52c6d153
16
+ //# sourceMappingURL=keymanweb-compiler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keymanweb-compiler.d.ts","sourceRoot":"","sources":["../../../src/compiler/keymanweb-compiler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAkB,YAAY,EAAyB,MAAM,yBAAyB,CAAC;AACjH,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAMxD,MAAM,WAAW,oCAAqC,SAAQ,eAAe;CAC5E;AAED,qBAAa,6BAA6B;IAK5B,OAAO,CAAC,SAAS;IAJ7B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAC/D,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAS;IAC5B,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;gBAET,SAAS,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,oCAAoC;IAMzF,qBAAqB,CAAC,MAAM,EAAE,YAAY,CAAC,yBAAyB;IAgBpE,kBAAkB,CAAC,MAAM,EAAE,YAAY,CAAC,yBAAyB;IAOxE,OAAO,CAAC,SAAS;IAcV,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,yBAAyB,GAAG,MAAM;CA0DrF"}
1
+ {"debug_id":"9773f5ca-dcf3-522f-a252-632b52c6d153","file":"keymanweb-compiler.d.ts","mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAkB,YAAY,EAA0C,MAAM,yBAAyB,CAAC;AAClI,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAMjE,qBAAa,6BAA6B;IAK5B,OAAO,CAAC,SAAS;IAJ7B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAsB;IAC9C,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAS;IAC5B,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;gBAET,SAAS,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,mBAAmB;IAMxE,qBAAqB,CAAC,MAAM,EAAE,YAAY,CAAC,yBAAyB;IAgBpE,kBAAkB,CAAC,MAAM,EAAE,YAAY,CAAC,yBAAyB;IAOxE,OAAO,CAAC,SAAS;IAcV,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,yBAAyB,GAAG,MAAM;CA0DrF","names":[],"sourceRoot":"","sources":["../../../src/compiler/keymanweb-compiler.ts"],"version":3}
@@ -1,96 +1,97 @@
1
- import { VisualKeyboard, TouchLayoutFileWriter } from "@keymanapp/common-types";
2
- import { TouchLayoutCompiler } from "./touch-layout-compiler.js";
3
- import { LdmlKeyboardVisualKeyboardCompiler } from "./visual-keyboard-compiler.js";
4
- const MINIMUM_KMW_VERSION = '16.0';
5
- ;
6
- export class LdmlKeyboardKeymanWebCompiler {
7
- callbacks;
8
- options;
9
- nl;
10
- tab;
11
- constructor(callbacks, options) {
12
- this.callbacks = callbacks;
13
- this.options = { ...options };
14
- this.nl = this.options.debug ? "\n" : '';
15
- this.tab = this.options.debug ? " " : '';
16
- }
17
- compileVisualKeyboard(source) {
18
- const nl = this.nl, tab = this.tab;
19
- const vkc = new LdmlKeyboardVisualKeyboardCompiler();
20
- const vk = vkc.compile(source);
21
- let result = `{F: '${vk.header.unicodeFont.size}pt ${JSON.stringify(vk.header.unicodeFont.name)}', ` +
22
- `K102: ${vk.header.flags & 1 /* VisualKeyboard.VisualKeyboardHeaderFlags.kvkh102 */ ? 1 : 0}};${nl}` + // TODO-LDML: escape ' and " in font name correctly
23
- `${tab}this.KV.KLS={${nl}` +
24
- `${tab}${tab}TODO_LDML: ${vk.keys.length}${nl}` +
25
- // TODO-LDML: fill in KLS
26
- `${tab}}`;
27
- return result;
28
- }
29
- compileTouchLayout(source) {
30
- const tlcompiler = new TouchLayoutCompiler();
31
- const layout = tlcompiler.compileToJavascript(source);
32
- const writer = new TouchLayoutFileWriter({ formatted: this.options.debug });
33
- return writer.compile(layout);
34
- }
35
- cleanName(name) {
36
- let result = this.callbacks.path.basename(name, '.xml');
37
- if (!result) {
38
- throw new Error(`Invalid file name ${name}`);
39
- }
40
- result = result.replaceAll(/[^a-z0-9]/g, '_');
41
- if (result.match(/^[0-9]/)) {
42
- // Can't have a digit as initial
43
- result = '_' + result;
44
- }
45
- return result;
46
- }
47
- compile(name, source) {
48
- const nl = this.nl, tab = this.tab;
49
- const sName = 'Keyboard_' + this.cleanName(name);
50
- const displayUnderlying = true; // TODO-LDML
51
- const modifierBitmask = 0; // TODO-LDML: define the modifiers used by this keyboard
52
- const vkDictionary = ''; // TODO-LDML: vk dictionary for touch keys
53
- const hasSupplementaryPlaneChars = false; // TODO-LDML
54
- const isRTL = false; // TODO-LDML
55
- let result = `if(typeof keyman === 'undefined') {${nl}` +
56
- `${tab}console.error('Keyboard requires KeymanWeb ${MINIMUM_KMW_VERSION} or later');${nl}` +
57
- `} else {${nl}` +
58
- `${tab}KeymanWeb.KR(new ${sName}());${nl}` +
59
- `}${nl}` +
60
- `function ${sName}() {${nl}` +
61
- // `${tab}${this.setupDebug()}${nl}` + ? we may use this for modifierBitmask in future
62
- // `${tab}this._v=(typeof keyman!="undefined"&&typeof keyman.version=="string")?parseInt(keyman.version,10):9;${nl}` + ? we probably don't need this, it's for back-compat
63
- `${tab}this.KI="${sName}";${nl}` +
64
- `${tab}this.KN=${JSON.stringify(source.keyboard.names.name[0])};${nl}` +
65
- `${tab}this.KMINVER=${JSON.stringify(MINIMUM_KMW_VERSION)};${nl}` +
66
- `${tab}this.KV=${this.compileVisualKeyboard(source)};${nl}` +
67
- `${tab}this.KDU=${displayUnderlying ? '1' : '0'};${nl}` +
68
- `${tab}this.KH="";${nl}` + // TODO-LDML: help text not supported
69
- `${tab}this.KM=0;${nl}` + // TODO-LDML: mnemonic layout not supported for LDML keyboards
70
- `${tab}this.KBVER=${JSON.stringify(source.keyboard.version?.number || '0.0')};${nl}` +
71
- `${tab}this.KMBM=${modifierBitmask};${nl}`;
72
- if (isRTL) {
73
- result += `${tab}this.KRTL=1;${nl}`;
74
- }
75
- if (hasSupplementaryPlaneChars) {
76
- result += `${tab}this.KS=1;${nl}`;
77
- }
78
- if (vkDictionary != '') {
79
- result += `${tab}this.KVKD=${JSON.stringify(vkDictionary)};${nl}`;
80
- }
81
- let layoutFile = this.compileTouchLayout(source);
82
- if (layoutFile != '') {
83
- result += `${tab}this.KVKL=${layoutFile};${nl}`;
84
- }
85
- // TODO-LDML: KCSS not supported
86
- // TODO-LDML: embed binary keyboard for loading into Core
87
- // A LDML keyboard has a no-op for its gs() (begin Unicode) function,
88
- // because the functionality is embedded in Keyman Core
89
- result += `${tab}this.gs=function(t,e){${nl}` +
90
- `${tab}${tab}return 0;${nl}` + // TODO-LDML: we will start by embedding call into Keyman Core here
91
- `${tab}};${nl}`;
92
- result += `}${nl}`;
93
- return result;
94
- }
95
- }
96
- //# sourceMappingURL=keymanweb-compiler.js.map
1
+ !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]="0be6f19a-9bc1-5da7-af8e-6d8cbcca258d")}catch(e){}}();
2
+ import { VisualKeyboard, TouchLayoutFileWriter } from "@keymanapp/common-types";
3
+ import { TouchLayoutCompiler } from "./touch-layout-compiler.js";
4
+ import { LdmlKeyboardVisualKeyboardCompiler } from "./visual-keyboard-compiler.js";
5
+ const MINIMUM_KMW_VERSION = '16.0';
6
+ export class LdmlKeyboardKeymanWebCompiler {
7
+ callbacks;
8
+ options;
9
+ nl;
10
+ tab;
11
+ constructor(callbacks, options) {
12
+ this.callbacks = callbacks;
13
+ this.options = { ...options };
14
+ this.nl = this.options.saveDebug ? "\n" : '';
15
+ this.tab = this.options.saveDebug ? " " : '';
16
+ }
17
+ compileVisualKeyboard(source) {
18
+ const nl = this.nl, tab = this.tab;
19
+ const vkc = new LdmlKeyboardVisualKeyboardCompiler();
20
+ const vk = vkc.compile(source);
21
+ let result = `{F: ' 1em ${JSON.stringify(vk.header.unicodeFont.name)}', ` +
22
+ `K102: ${vk.header.flags & 1 /* VisualKeyboard.VisualKeyboardHeaderFlags.kvkh102 */ ? 1 : 0}};${nl}` + // TODO-LDML: escape ' and " in font name correctly
23
+ `${tab}this.KV.KLS={${nl}` +
24
+ `${tab}${tab}TODO_LDML: ${vk.keys.length}${nl}` +
25
+ // TODO-LDML: fill in KLS
26
+ `${tab}}`;
27
+ return result;
28
+ }
29
+ compileTouchLayout(source) {
30
+ const tlcompiler = new TouchLayoutCompiler();
31
+ const layout = tlcompiler.compileToJavascript(source);
32
+ const writer = new TouchLayoutFileWriter({ formatted: this.options.saveDebug });
33
+ return writer.compile(layout);
34
+ }
35
+ cleanName(name) {
36
+ let result = this.callbacks.path.basename(name, ".xml" /* KeymanFileTypes.Source.LdmlKeyboard */);
37
+ if (!result) {
38
+ throw new Error(`Invalid file name ${name}`);
39
+ }
40
+ result = result.replaceAll(/[^a-z0-9]/g, '_');
41
+ if (result.match(/^[0-9]/)) {
42
+ // Can't have a digit as initial
43
+ result = '_' + result;
44
+ }
45
+ return result;
46
+ }
47
+ compile(name, source) {
48
+ const nl = this.nl, tab = this.tab;
49
+ const sName = 'Keyboard_' + this.cleanName(name);
50
+ const displayUnderlying = true; // TODO-LDML
51
+ const modifierBitmask = 0; // TODO-LDML: define the modifiers used by this keyboard
52
+ const vkDictionary = ''; // TODO-LDML: vk dictionary for touch keys
53
+ const hasSupplementaryPlaneChars = false; // TODO-LDML
54
+ const isRTL = false; // TODO-LDML
55
+ let result = `if(typeof keyman === 'undefined') {${nl}` +
56
+ `${tab}console.error('Keyboard requires KeymanWeb ${MINIMUM_KMW_VERSION} or later');${nl}` +
57
+ `} else {${nl}` +
58
+ `${tab}KeymanWeb.KR(new ${sName}());${nl}` +
59
+ `}${nl}` +
60
+ `function ${sName}() {${nl}` +
61
+ // `${tab}${this.setupDebug()}${nl}` + ? we may use this for modifierBitmask in future
62
+ // `${tab}this._v=(typeof keyman!="undefined"&&typeof keyman.version=="string")?parseInt(keyman.version,10):9;${nl}` + ? we probably don't need this, it's for back-compat
63
+ `${tab}this.KI="${sName}";${nl}` +
64
+ `${tab}this.KN=${JSON.stringify(source.keyboard.names.name[0])};${nl}` +
65
+ `${tab}this.KMINVER=${JSON.stringify(MINIMUM_KMW_VERSION)};${nl}` +
66
+ `${tab}this.KV=${this.compileVisualKeyboard(source)};${nl}` +
67
+ `${tab}this.KDU=${displayUnderlying ? '1' : '0'};${nl}` +
68
+ `${tab}this.KH="";${nl}` + // TODO-LDML: help text not supported
69
+ `${tab}this.KM=0;${nl}` + // TODO-LDML: mnemonic layout not supported for LDML keyboards
70
+ `${tab}this.KBVER=${JSON.stringify(source.keyboard.version?.number || '0.0')};${nl}` +
71
+ `${tab}this.KMBM=${modifierBitmask};${nl}`;
72
+ if (isRTL) {
73
+ result += `${tab}this.KRTL=1;${nl}`;
74
+ }
75
+ if (hasSupplementaryPlaneChars) {
76
+ result += `${tab}this.KS=1;${nl}`;
77
+ }
78
+ if (vkDictionary != '') {
79
+ result += `${tab}this.KVKD=${JSON.stringify(vkDictionary)};${nl}`;
80
+ }
81
+ let layoutFile = this.compileTouchLayout(source);
82
+ if (layoutFile != '') {
83
+ result += `${tab}this.KVKL=${layoutFile};${nl}`;
84
+ }
85
+ // TODO-LDML: KCSS not supported
86
+ // TODO-LDML: embed binary keyboard for loading into Core
87
+ // A LDML keyboard has a no-op for its gs() (begin Unicode) function,
88
+ // because the functionality is embedded in Keyman Core
89
+ result += `${tab}this.gs=function(t,e){${nl}` +
90
+ `${tab}${tab}return 0;${nl}` + // TODO-LDML: we will start by embedding call into Keyman Core here
91
+ `${tab}};${nl}`;
92
+ result += `}${nl}`;
93
+ return result;
94
+ }
95
+ }
96
+ //# debugId=0be6f19a-9bc1-5da7-af8e-6d8cbcca258d
97
+ //# sourceMappingURL=keymanweb-compiler.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"keymanweb-compiler.js","sourceRoot":"","sources":["../../../src/compiler/keymanweb-compiler.ts"],"names":[],"mappings":"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"}
1
+ {"debug_id":"0be6f19a-9bc1-5da7-af8e-6d8cbcca258d","file":"keymanweb-compiler.js","mappings":"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","names":[],"sourceRoot":"","sources":["../../../src/compiler/keymanweb-compiler.ts"],"version":3}