Commit graph

28 commits

Author SHA1 Message Date
jahorton
e8688bb17f fix(common): reverts version number change 2020-05-22 15:26:04 +07:00
jahorton
132f18a0cb fix(web): syncs model-types version number to current version on branch 2020-05-22 15:16:26 +07:00
Eddie Antonio Santos
b35b73e47f
change(common/lmlayer): add a stub package where the old one used to be 2020-05-19 19:26:21 -06:00
Eddie Antonio Santos
b91d7d5388
refactor(common/lmlayer): move @keymanapp/models-types to its new home 2020-05-19 19:14:15 -06:00
Keyman Build Agent
76807e4786 auto: increment master version to 14.0.78 2020-05-19 14:00:56 -04:00
Keyman Build Agent
9c0ad9964d auto: increment master version to 14.0.77 2020-05-15 14:03:48 -04:00
Keyman Build Agent
aa46cbd805 auto: increment master version to 14.0.76 2020-05-13 14:03:24 -04:00
Keyman Build Agent
5cd2602685 auto: increment master version to 14.0.75 2020-05-11 14:01:35 -04:00
Keyman Build Agent
59adbe71db auto: increment master version to 14.0.74 2020-05-10 23:11:29 -04:00
Keyman Build Agent
0cf62b3072 auto: increment master version to 14.0.73 2020-05-08 14:01:31 -04:00
Keyman Build Agent
7fe0a8c4c2 auto: increment master version to 14.0.72 2020-05-07 22:54:46 -04:00
Keyman Build Agent
61c3f152c8 auto: increment master version to 14.0.71 2020-05-07 14:00:58 -04:00
Keyman Build Agent
0552266ffa auto: increment master version to 14.0.70 2020-05-06 02:51:47 -04:00
Marc Durdin
c12ad24c46 auto: increment master version to 14.0.69 2020-05-06 16:33:30 +10:00
jahorton
becf2039a4 fix(common): model specification for isRTL 2020-01-30 14:23:31 +07:00
jahorton
5cc282c660 fix(common): more 'code unit' -> 'code point' work 2020-01-15 12:21:11 +07:00
Eddie Antonio Santos
eb7e9f7722
Document @keymanapp/lexical-model-types. 2019-10-05 13:41:33 -06:00
Eddie Antonio Santos
f2f511840e
Move npm link . to dependent build.sh scripts. 2019-10-01 14:55:58 -06:00
Eddie Antonio Santos
fc633ae94d
Rename WorkerInternalModel -> LexicalModel. 2019-10-01 14:31:40 -06:00
Eddie Antonio Santos
e14d1b0fba
Do not try to build anything in build.sh! 2019-10-01 14:10:07 -06:00
Eddie Antonio Santos
2d975138ac
Setup @keymanapp/lexical-model-types for publication. 2019-10-01 14:00:15 -06:00
Eddie Antonio Santos
1ce770d958
Add a few readonly declarations.
All consumers of these APIs compile with the current set of readonly properties. It's best to make the interfaces as strict as possible right now, for a few reasons:

 1) When I get objects of a particular interface, I don't expect its properties to change. Mutability is harder to reason about than immutability.
 2) Open-closed principle: it's easier to move from a restrictive declaration to a less restrictive declaration than the other way around.
2019-10-01 13:26:39 -06:00
Eddie Antonio Santos
b9398749c1
Add SuggestionTag interface. 2019-10-01 13:13:21 -06:00
Eddie Antonio Santos
81d8f7eb87
Completely move worker-compiler-interfaces.d.ts to lexical-model-types. 2019-10-01 12:48:19 -06:00
Eddie Antonio Santos
a630c0e249
Move common things from message.d.ts to the lexical-model-types. 2019-10-01 12:32:08 -06:00
Eddie Antonio Santos
eb6f9b53b1
Get linking to work. 2019-10-01 09:45:33 -06:00
Eddie Antonio Santos
5b58e6c236
Somehow that works. 2019-10-01 09:28:36 -06:00
Eddie Antonio Santos
c2f8767fe2
Setup scaffolding. 2019-10-01 09:15:35 -06:00