@absolutejs/absolute 0.19.0-beta.917 → 0.19.0-beta.919
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) {
|
|
@@ -20076,7 +20080,7 @@ ${block}
|
|
|
20076
20080
|
preserveWhitespaces: decoratorMeta.preserveWhitespaces
|
|
20077
20081
|
},
|
|
20078
20082
|
declarations,
|
|
20079
|
-
defer: {
|
|
20083
|
+
defer: { dependenciesFn: null, mode: 1 },
|
|
20080
20084
|
declarationListEmitMode: declarations.length > 0 ? 1 : 0,
|
|
20081
20085
|
styles,
|
|
20082
20086
|
encapsulation: 0,
|
|
@@ -31490,5 +31494,5 @@ export {
|
|
|
31490
31494
|
ANGULAR_INIT_TIMEOUT_MS
|
|
31491
31495
|
};
|
|
31492
31496
|
|
|
31493
|
-
//# debugId=
|
|
31497
|
+
//# debugId=94D8D1D9278BB37464756E2164756E21
|
|
31494
31498
|
//# sourceMappingURL=index.js.map
|