@keymanapp/kmc-kmn 17.0.283-beta → 17.0.284-beta
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.
|
@@ -140,9 +140,9 @@ export declare class KmnCompiler implements KeymanCompiler, UnicodeSetParser {
|
|
|
140
140
|
private copyWasmBuffer;
|
|
141
141
|
/**
|
|
142
142
|
* Compiles a .kmn file to .kmx, .kvk, and/or .js files. Returns an object
|
|
143
|
-
* containing binary artifacts on
|
|
144
|
-
* the compiler will use callbacks as passed to the
|
|
145
|
-
* function to read any input files by disk.
|
|
143
|
+
* containing binary artifacts on success. The files are passed in by name,
|
|
144
|
+
* and the compiler will use callbacks as passed to the
|
|
145
|
+
* {@link KmnCompiler.init} function to read any input files by disk.
|
|
146
146
|
* @param infile - Path to source file. Path will be parsed to find relative
|
|
147
147
|
* references in the .kmn file, such as icon or On Screen
|
|
148
148
|
* Keyboard file
|
|
@@ -198,9 +198,9 @@ export class KmnCompiler {
|
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* Compiles a .kmn file to .kmx, .kvk, and/or .js files. Returns an object
|
|
201
|
-
* containing binary artifacts on
|
|
202
|
-
* the compiler will use callbacks as passed to the
|
|
203
|
-
* function to read any input files by disk.
|
|
201
|
+
* containing binary artifacts on success. The files are passed in by name,
|
|
202
|
+
* and the compiler will use callbacks as passed to the
|
|
203
|
+
* {@link KmnCompiler.init} function to read any input files by disk.
|
|
204
204
|
* @param infile - Path to source file. Path will be parsed to find relative
|
|
205
205
|
* references in the .kmn file, such as icon or On Screen
|
|
206
206
|
* Keyboard file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@keymanapp/keyman-version": "17.0.
|
|
30
|
-
"@keymanapp/developer-utils": "17.0.
|
|
31
|
-
"@keymanapp/kmc-kmn": "17.0.
|
|
29
|
+
"@keymanapp/keyman-version": "17.0.284-beta",
|
|
30
|
+
"@keymanapp/developer-utils": "17.0.284-beta",
|
|
31
|
+
"@keymanapp/kmc-kmn": "17.0.284-beta"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@keymanapp/developer-test-helpers": "17.0.
|
|
34
|
+
"@keymanapp/developer-test-helpers": "17.0.284-beta",
|
|
35
35
|
"@types/chai": "^4.1.7",
|
|
36
36
|
"@types/mocha": "^5.2.7",
|
|
37
37
|
"@types/node": "^20.4.1",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"type": "git",
|
|
69
69
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
70
70
|
},
|
|
71
|
-
"version": "17.0.
|
|
71
|
+
"version": "17.0.284-beta"
|
|
72
72
|
}
|