mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
616c8a89b8
The Angular CLI has removed the JSON5 parsing and now always uses `jsonc-parser`. Our test checks if JSON5 features can be parsed, but this now breaks and the test needs to be adjusted. We still want to keep the test to ensure we do not parse the Angular CLI workspace file in a different way, not e.g. supporting jsonc. PR Close #46642