angular/packages/compiler/src/i18n
Doug Parker 6d33ab5afe refactor(compiler): remove preservePlaceholders (#58176)
While effective, `preservePlaceholders` unfortunately is not viable in google3 at the moment due to some complexities with how TC extracts messages. Therefore this feature is being removed in favor of whitespace trimming of expressions, which is viable for TC and provides most of the same benefit.

This is a partial revert of dab722f9c8.

PR Close #58176
2024-10-16 06:42:37 +00:00
..
serializers refactor(compiler): remove preservePlaceholders (#58176) 2024-10-16 06:42:37 +00:00
digest.ts refactor(compiler): remove preservePlaceholders (#58176) 2024-10-16 06:42:37 +00:00
extractor_merger.ts refactor(compiler): trim insignificant whitespace in expressions when preserveSignificantWhitespace === false. (#58176) 2024-10-16 06:42:37 +00:00
i18n_ast.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
i18n_html_parser.ts refactor(compiler): remove preservePlaceholders (#58176) 2024-10-16 06:42:37 +00:00
i18n_parser.ts refactor(compiler): trim insignificant whitespace in expressions when preserveSignificantWhitespace === false. (#58176) 2024-10-16 06:42:37 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
message_bundle.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
parse_util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
translation_bundle.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00