spiegel-keyman/developer/js/source
Marc Durdin b50ad35d72 feat(developer): hint on unreachable code
Fixes #355.
Fixes #1710.

This is structured as a feature so it is tested as such, but was part of
the set of fixes scheduled for 15.0 beta. Any rule in a group that
Keyman Developer assesses as 'unreachable' will receive a hint message.

The current rule match is fairly simplistic -- it only does an exact
comparison -- so duplication which is indirect, through `any(store)`
references in the context would still result in unreachable rules that
are not picked up.
2022-03-29 12:49:34 +11:00
..
lexical-model-compiler feat(developer): support commas in frequency in wordlists 2022-03-02 08:40:40 +11:00
model-info-compiler Merge pull request #2392 from keymanapp/developer-strict-checks 2019-11-30 16:14:49 -07:00
package-compiler fix(developer): Update buildKmpFile to return Promise 2021-10-16 16:29:09 +07:00
util fix(developer): address nulls in utils.ts 2019-11-27 16:44:38 -07:00
errors.ts feat(developer): hint on unreachable code 2022-03-29 12:49:34 +11:00
kmlmc.ts [Developer] Address review comments, additional refactoring 2019-09-02 09:30:20 +10:00
kmlmi.ts [Developer] Respond to review comments 2019-09-02 14:33:40 +10:00
kmlmp.ts fix(developer): Update buildKmpFile to return Promise 2021-10-16 16:29:09 +07:00