| 6 | import { LCP_DICTIONARY_FILE_NAME } from "../../_const"; |
| 7 | |
| 8 | export interface LCPCacheParams { |
| 9 | sourceRoot: string; |
| 10 | lingoDir: string; |
| 11 | lcp: LCPSchema; |
| 12 | } |
| 13 | |
| 14 | export class LCPCache { |
| 15 | // make sure the cache file exists, otherwise imports will fail |
nothing calls this directly
no outgoing calls
no test coverage detected