diff options
Diffstat (limited to 'dev/dictionary-validate.js')
-rw-r--r-- | dev/dictionary-validate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/dictionary-validate.js b/dev/dictionary-validate.js index b770f311..3c7cf30b 100644 --- a/dev/dictionary-validate.js +++ b/dev/dictionary-validate.js @@ -80,6 +80,7 @@ async function validateDictionaryBanks(mode, entries, schemasDetails) { export async function validateDictionary(mode, archiveData, schemas) { const entries = await getDictionaryArchiveEntries(archiveData); const indexFileName = getIndexFileName(); + /** @type {import('dictionary-data').Index} */ const index = await getDictionaryArchiveJson(entries, indexFileName); const version = index.format || index.version; |