All files / scripts/data-transformers/constants index.ts

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16                               
/**
 * @module data-transformers/constants
 * @description Barrel re-export for all data-transformer constants.
 * Decomposed into domain-specific files:
 * - **locale-map** — LOCALE_MAP (Intl locale string lookup)
 * - **committee-names** — COMMITTEE_NAMES (Swedish committee code → names)
 * - **content-labels** — CONTENT_LABELS (14-language i18n map)
 *
 * @author Hack23 AB
 * @license Apache-2.0
 */
 
export { LOCALE_MAP } from './locale-map.js';
export { COMMITTEE_NAMES } from './committee-names.js';
export { CONTENT_LABELS } from './content-labels.js';