mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Refs http://b/214103351. This happens if a user writes `<span i18n>Message</span>`. This is accepted as an internationalized message, but without a description. JSCompiler will throw an error in this situation because descriptions are generally required. Now, the Angular compiler will generate a suppression annotation so JSCompiler allows the syntax. This will ease an internal migration to JSCompiler-based i18n. PR Close #44787 |
||
|---|---|---|
| .. | ||
| abstract_emitter.ts | ||
| abstract_js_emitter.ts | ||
| map_util.ts | ||
| output_ast.ts | ||
| output_jit.ts | ||
| output_jit_trusted_types.ts | ||
| source_map.ts | ||