-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v11 removed schematics/angular/utility/json-utils.ts #19793
Comments
Anything under /utils is considered as private API and therefore can be changed or removed without warning in any version. You can use https://www.npmjs.com/package/jsonc-parser instead. |
@alan-agius4 thanks for the quick reply. I take it that these were also used internally. Any examples on how you internally replaced their usage? |
You can see https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/utility/json-file.ts for an example. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi
The below file
https://github.com/angular/angular-cli/blob/10.2.x/packages/schematics/angular/utility/json-utils.ts
disappeared from v11.
There were no deprecation or easy to find alternatives.
Can someone pls clarify what happened and/or alternatives for these?
Thanks
The text was updated successfully, but these errors were encountered: