-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(common/web): Merge branch 'master' into fix/common/web/types/12…
…761-delete-replaceExtension
- Loading branch information
Showing
32 changed files
with
205 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.0.151 | ||
18.0.153 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ function do_test() { | |
fi | ||
|
||
eslint . | ||
tsc --build test | ||
tsc --build tests | ||
|
||
readonly C8_THRESHOLD=60 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"build": "tsc -b", | ||
"build:schema": "ajv compile", | ||
"lint": "eslint .", | ||
"test": "npm run lint && cd test && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha" | ||
"test": "npm run lint && cd tests && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha" | ||
}, | ||
"author": "Marc Durdin <[email protected]> (https://github.com/mcdurdin)", | ||
"license": "MIT", | ||
|
@@ -48,7 +48,7 @@ | |
"typescript": "^5.4.5" | ||
}, | ||
"mocha": { | ||
"spec": "build/test/**/test-*.js", | ||
"spec": "build/tests/**/*.tests.js", | ||
"require": [ | ||
"source-map-support/register" | ||
] | ||
|
@@ -76,7 +76,7 @@ | |
"src/keyman-touch-layout/keyman-touch-layout-file-writer.ts", | ||
"src/osk/osk.ts", | ||
"src/schemas/*", | ||
"test/" | ||
"tests/" | ||
] | ||
}, | ||
"sideEffects": false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ml-keyboard/test-unicodeset-parser-api.ts → ...l-keyboard/unicodeset-parser-api.tests.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
developer/src/kmc-ldml/test/fixtures/sections/strs/warn-denorm-1.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="mt" conformsTo="45"> | ||
<version number="1.0.0" /> | ||
|
||
<info author="srl295" indicator="🙀" layout="qwerty" name="TestKbd" /> | ||
|
||
<keys> | ||
<key id="ess" output="s\u{0307}\u{0323}" /> <!-- not NFD--> | ||
</keys> | ||
|
||
<layers formId="us" minDeviceWidth="123"> | ||
<layer id="zz"> | ||
<row keys="ess" /> | ||
</layer> | ||
</layers> | ||
|
||
</keyboard3> |
22 changes: 22 additions & 0 deletions
22
developer/src/kmc-ldml/test/fixtures/sections/strs/warn-denorm-2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="mt" conformsTo="45"> | ||
<version number="1.0.0" /> | ||
|
||
<info author="srl295" indicator="🙀" layout="qwerty" name="TestKbd" /> | ||
|
||
<keys> | ||
<key id="ess" output="${ess}" /> | ||
</keys> | ||
|
||
<variables> | ||
<string id="ess" value="s\u{0307}\u{0323}" /> <!-- Not NFD --> | ||
</variables> | ||
|
||
<layers formId="us" minDeviceWidth="123"> | ||
<layer id="zz"> | ||
<row keys="ess" /> | ||
</layer> | ||
</layers> | ||
|
||
</keyboard3> |
26 changes: 26 additions & 0 deletions
26
developer/src/kmc-ldml/test/fixtures/sections/strs/warn-denorm-3.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="mt" conformsTo="45"> | ||
<version number="1.0.0" /> | ||
|
||
<info author="srl295" indicator="🙀" layout="qwerty" name="TestKbd" /> | ||
|
||
<displays> | ||
<display keyId="ess" display="s\u{0307}\u{0323}" /> <!-- not NFD--> | ||
</displays> | ||
|
||
<keys> | ||
<key id="ess" output="${ess}" /> | ||
</keys> | ||
|
||
<variables> | ||
<string id="ess" value="S" /> | ||
</variables> | ||
|
||
<layers formId="us" minDeviceWidth="123"> | ||
<layer id="zz"> | ||
<row keys="ess" /> | ||
</layer> | ||
</layers> | ||
|
||
</keyboard3> |
26 changes: 26 additions & 0 deletions
26
developer/src/kmc-ldml/test/fixtures/sections/strs/warn-denorm-4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<keyboard3 xmlns="https://schemas.unicode.org/cldr/45/keyboard3" locale="mt" conformsTo="45"> | ||
<version number="1.0.0" /> | ||
|
||
<info author="srl295" indicator="🙀" layout="qwerty" name="TestKbd" /> | ||
|
||
|
||
<keys> | ||
<key id="ess" output="S" /> | ||
</keys> | ||
|
||
|
||
<layers formId="us" minDeviceWidth="123"> | ||
<layer id="zz"> | ||
<row keys="ess" /> | ||
</layer> | ||
</layers> | ||
|
||
<transforms type="simple"> | ||
<transformGroup> | ||
<transform from="S" to="s\u{0307}\u{0323}" /> <!-- Not NFD--> | ||
</transformGroup> | ||
</transforms> | ||
|
||
</keyboard3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.