UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

13 lines 1.07 kB
export { watch, handleAdditionalContentDeclarationFile, handleContentDeclarationFileChange, buildAndWatchIntlayer, } from './chokidar/watcher'; export { prepareIntlayer } from './prepareIntlayer'; export { buildDictionary } from './transpiler/declaration_file_to_dictionary/index'; export { createDictionaryEntryPoint } from './transpiler/dictionary_to_main/createDictionaryEntryPoint'; export { createModuleAugmentation } from './transpiler/dictionary_to_type/createModuleAugmentation'; export { fetchDistantDictionaries } from './fetchDistantDictionaries'; export { fetchDistantDictionaryKeys } from './fetchDistantDictionaryKeys'; export { loadDistantDictionaries, loadDictionaries, loadLocalDictionaries, } from './loadDictionaries/index'; export { checkDictionaryChanges } from './checkDictionaryChanges'; export { listDictionaries } from './listDictionariesPath'; export { prepareContentDeclaration } from './prepareContentDeclaration'; export { writeContentDeclaration, type DictionaryStatus, } from './writeContentDeclaration'; //# sourceMappingURL=index.d.ts.map