mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When using the legacy digest algorithm for i18n messages, the output hexadecimal string now leverages a number's `toString()` function in addition to the `padStart` string function to generate the result. This removes the need for several helper functions which involved a series of iteration and bitwise operations to previously generate the same output. PR Close #48362 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| compiler.ts | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||