Joshua A. Horton
1b4f1b7a7e
chore(common/models): extra-minor cleanup
2023-01-27 12:24:05 +07:00
Joshua A. Horton
0141c65f42
chore(common/models): Merge branch 'change/common/models/template-modularization' into change/common/models/lm-worker-modularization
2023-01-27 12:18:16 +07:00
Joshua A. Horton
39fde64d34
chore(common/models): some cleanup, reference-types, better import pathing
2023-01-27 12:17:31 +07:00
Joshua A. Horton
66f6381f87
feat(common/models): functional lm-worker sourcemaps
2023-01-20 14:01:11 +07:00
Joshua A. Horton
5f9aa60019
fix(common/models): lm-layer module objs build
2023-01-20 13:43:28 +07:00
Joshua A. Horton
6a72fd09c3
fix(common/models): describe_outputs fix
2023-01-20 13:37:44 +07:00
Joshua A. Horton
87f6f57848
feat(common/models): adds models/templates build.sh
2023-01-20 13:37:43 +07:00
Joshua A. Horton
2d8d6718b4
change(web): templates incremental-build wordbreakers
2023-01-20 13:37:43 +07:00
Joshua A. Horton
90a7af27bd
fix(common/models): models-templates unit test conversion, patchup
2023-01-20 13:37:42 +07:00
Joshua A. Horton
679652d7f3
change(common/models): templates submodule conversion
2023-01-20 13:37:42 +07:00
Joshua A. Horton
97a49dbeab
chore(web): adds test action to build.sh
2023-01-20 13:29:43 +07:00
Joshua A. Horton
126f7ec35c
fix(common/models): fixes wordbreaker describe_outputs
2023-01-20 13:26:12 +07:00
Joshua A. Horton
06e01213e1
feat(web): adds word-breaker build.sh
2023-01-20 13:26:11 +07:00
Joshua A. Horton
20fd783614
fix(common/models): wordbreaker unit tests now es-module compatible
2023-01-20 13:26:11 +07:00
Joshua A. Horton
3f4a7b22cd
feat(common/models): adds .cjs bundle, .d.ts bundle
2023-01-20 13:26:10 +07:00
Joshua A. Horton
b773cc852d
change(common/models): wordbreakers -> ES modules
2023-01-20 13:26:09 +07:00
Marc Durdin
5da24ff279
Merge pull request #7307 from keymanapp/dependabot/npm_and_yarn/nanoid-and-mocha--removed
...
chore(deps): bump nanoid and mocha
2022-09-19 15:34:19 +10:00
dependabot[bot]
93ec6106e1
chore(deps): bump nanoid and mocha
...
Bumps [nanoid](https://github.com/ai/nanoid ) and [mocha](https://github.com/mochajs/mocha ). These dependencies needed to be updated together.
Removes `nanoid`
Updates `mocha` from 8.4.0 to 10.0.0
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.0.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 21:06:23 +00:00
Joshua A. Horton
26fb6da3ab
feat(common/models): adds tokenization tests for wordbreaks near the caret
2022-09-15 13:23:21 +07:00
Joshua A. Horton
94face23d0
chore(common/models): minor cleanup
2022-09-13 11:06:54 +07:00
Joshua A. Horton
261e252026
docs(common/models): adds minor doc re 'sot', 'eot'
2022-09-13 10:38:34 +07:00
Joshua A. Horton
8e076fe3fd
feat(common/models): actual wordbreaker customization
2022-09-13 10:18:24 +07:00
Joshua A. Horton
51caf533a8
feat(common/models): interface for custom breaker rules
2022-09-12 15:14:28 +07:00
Joshua A. Horton
991a5bc271
feat(common/models): wordbreaker context .match method
2022-09-12 15:14:27 +07:00
Joshua A. Horton
5bad267e11
refactor(common/models): default wordbreaker state tracking
2022-09-12 15:14:26 +07:00
Joshua A. Horton
3f36a07abb
change(common/models): tweak to flag-emoji test for clarity
2022-09-08 09:11:26 +07:00
Joshua A. Horton
91448c344f
feat(web): more default-breaker unit tests
2022-09-06 14:52:16 +07:00
Joshua A. Horton
413e88daa2
chore(web): where'd that extra indentation come from?
2022-09-06 10:10:33 +07:00
Joshua A. Horton
a09cc5d822
fix(common/models): models/templates unit tests
2022-09-06 09:48:52 +07:00
Joshua A. Horton
a6e65333c5
fix(common/models): wordbreaker test require paths
2022-09-06 08:54:56 +07:00
Marc Durdin
767927bf16
chore(common): use /usr/bin/env bash
...
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.
This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:
```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
jahorton
e801406640
fix(common/models): replaces the single 'startsWith' use
2022-06-14 14:41:56 +07:00
Marc Durdin
fcf78bcd94
chore: merge master into branch
2022-05-27 13:11:23 +10:00
Marc Durdin
05a4c33200
chore(web): move common/core/web to common/web
...
Relates to #5816 .
Moves folders under common/core/web to common/web:
* input-processor -> common/web/input-processor
* keyboard-processor -> common/web/keyboard-processor
* tools/recorder -> common/web/recorder
* tools/sentry-manager -> common/web/sentry-manager
* utils -> common/web/utils
Updates scripts and configuration to point to new folders.
2022-05-18 06:01:03 +10:00
Marc Durdin
833dde0ae4
chore: remove unnecessary package-lock.json files
2022-05-16 14:47:58 +10:00
Marc Durdin
15f4aa8af2
chore(web): update npm version refs for publishing packages
...
Note that the version entry will be added to the local package.json
which will then be dirty. This version entry should not be committed.
2022-05-16 08:46:09 +10:00
Keyman Build Agent
e1d28a85d8
auto: increment master version to 16.0.11
2022-05-15 14:03:47 -04:00
Marc Durdin
c1ef2651ab
chore: beta to master A16S1
2022-05-15 18:32:36 +10:00
Keyman Build Agent
bd85fc895e
auto: increment beta version to 15.0.247
2022-05-11 14:02:08 -04:00
Keyman Build Agent
5dbb6642b7
auto: increment beta version to 15.0.246
2022-05-10 14:01:54 -04:00
Keyman Build Agent
7448674fe0
auto: increment beta version to 15.0.245
2022-05-09 14:01:48 -04:00
Marc Durdin
bb07ab7eee
chore(web): make build paths consistent
2022-05-04 10:13:44 +10:00
Keyman Build Agent
52b42a5958
auto: increment beta version to 15.0.244
2022-05-03 14:02:37 -04:00
Joshua Horton
e15798ded4
Merge pull request #6574 from keymanapp/fix/common/models/templates/6572-contraction-detokenization
...
fix(common/models): prevents preemptive tokenization of potential contractions
2022-05-03 10:14:06 -05:00
Keyman Build Agent
6d5517ff8b
auto: increment master version to 16.0.10
2022-04-29 14:03:21 -04:00
Keyman Build Agent
9286a67ee0
auto: increment beta version to 15.0.243
2022-04-29 14:02:29 -04:00
jahorton
b2eca8b7c4
docs(common/models): addresses PR concerns
2022-04-29 09:42:34 -05:00
Keyman Build Agent
d2edf15283
auto: increment beta version to 15.0.242
2022-04-27 14:02:30 -04:00
Keyman Build Agent
2a59670bf2
auto: increment beta version to 15.0.241
2022-04-26 14:02:34 -04:00
jahorton
058e83464f
fix(common/models): re-attaches left-context-final single-quote for contractions
2022-04-26 10:09:21 -05:00