refactor: split main.ts into domain runtimes

This commit is contained in:
2026-03-31 23:48:14 -07:00
parent 3502cdc607
commit 983f3b38ee
84 changed files with 15591 additions and 4251 deletions

View File

@@ -1,6 +1,6 @@
import * as path from 'path';
import type { FrequencyDictionaryLookup } from '../types';
import { createFrequencyDictionaryLookup } from '../core/services';
import { createFrequencyDictionaryLookup } from '../core/services/frequency-dictionary';
export interface FrequencyDictionarySearchPathDeps {
getDictionaryRoots: () => string[];