@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
13 lines (11 loc) • 692 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
const require_reduceDictionaryContent_applyMask = require('./applyMask.cjs');
let _intlayer_core_plugins = require("@intlayer/core/plugins");
//#region src/reduceDictionaryContent/reduceDictionaryContent.ts
const reduceDictionaryContent = (fullDictionary, partialDictionary) => {
return require_reduceDictionaryContent_applyMask.applyMask(fullDictionary, (0, _intlayer_core_plugins.getMaskContent)(partialDictionary));
};
//#endregion
exports.reduceDictionaryContent = reduceDictionaryContent;
//# sourceMappingURL=reduceDictionaryContent.cjs.map