mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-29 03:37:42 +00:00
change(web): add 'type' for circular import (per AI review)
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
This commit is contained in:
parent
8232cb3c1a
commit
e819630c67
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ import { LexicalModelTypes } from '@keymanapp/common-types';
|
|||
|
||||
import { CorrectionResultMapping } from './correction-result-mapping.js';
|
||||
import { SearchNode, TraversableToken } from "./distance-modeler.js";
|
||||
import { SearchQuotientNode } from "./search-quotient-node.js";
|
||||
|
||||
// Circular type reference; do not actually require direct use of the prototype
|
||||
// or constructor!
|
||||
import { type SearchQuotientNode } from "./search-quotient-node.js";
|
||||
|
||||
import Distribution = LexicalModelTypes.Distribution;
|
||||
import LexiconTraversal = LexicalModelTypes.LexiconTraversal;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue