@absolutejs/absolute 0.19.0-beta.917 → 0.19.0-beta.918
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -19933,6 +19933,9 @@ ${block}
|
|
|
19933
19933
|
if (typeof ang.i18nUseExternalIds === "boolean") {
|
|
19934
19934
|
opts.i18nUseExternalIds = ang.i18nUseExternalIds;
|
|
19935
19935
|
}
|
|
19936
|
+
if (typeof ang.i18nNormalizeLineEndingsInICUs === "boolean") {
|
|
19937
|
+
opts.i18nNormalizeLineEndingsInICUs = ang.i18nNormalizeLineEndingsInICUs;
|
|
19938
|
+
}
|
|
19936
19939
|
}
|
|
19937
19940
|
} catch {}
|
|
19938
19941
|
}
|
|
@@ -20006,6 +20009,7 @@ ${block}
|
|
|
20006
20009
|
try {
|
|
20007
20010
|
parsed = compiler.parseTemplate(templateText, templatePath, {
|
|
20008
20011
|
enableI18nLegacyMessageIdFormat: projectDefaults.enableI18nLegacyMessageIdFormat,
|
|
20012
|
+
i18nNormalizeLineEndingsInICUs: projectDefaults.i18nNormalizeLineEndingsInICUs,
|
|
20009
20013
|
preserveWhitespaces: decoratorMeta.preserveWhitespaces
|
|
20010
20014
|
});
|
|
20011
20015
|
} catch (err) {
|
|
@@ -31490,5 +31494,5 @@ export {
|
|
|
31490
31494
|
ANGULAR_INIT_TIMEOUT_MS
|
|
31491
31495
|
};
|
|
31492
31496
|
|
|
31493
|
-
//# debugId=
|
|
31497
|
+
//# debugId=93042A6CD7B46B0A64756E2164756E21
|
|
31494
31498
|
//# sourceMappingURL=index.js.map
|