UNPKG

@o3r/localization

Version:

This module provides a runtime dynamic language/translation support and debug tools.

9 lines 549 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const architect_1 = require("@angular-devkit/architect"); const extractors_1 = require("@o3r/extractors"); const helpers_1 = require("./helpers"); exports.default = (0, architect_1.createBuilder)((0, extractors_1.createBuilderWithMetricsIfInstalled)((options, context) => { return (0, extractors_1.checkMetadataBuilder)({ ...options, packageJsonEntry: 'localizationFilePath' }, context, helpers_1.localizationMetadataComparator); })); //# sourceMappingURL=index.js.map