mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-24 16:16:27 +08:00
To prevent `JSON.parse` errors triggered by Byte Order Marks (BOMs) in package.json files, the `readJson` tree method is now utilized for more reliable BOM handling. Closes #27052