Skip to content

Commit

Permalink
refactor: change JSONFile to private instead of internal
Browse files Browse the repository at this point in the history
This is so that this can be used in the Universal repo which is not failing because the type is not available.

https://app.circleci.com/pipelines/github/angular/universal/4483/workflows/25535db2-4a9c-43b0-84a5-3a55071013c6/jobs/20263
(cherry picked from commit e763db8)
  • Loading branch information
alan-agius4 committed Jan 12, 2023
1 parent 6dd88b4 commit 4ba55e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/json-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
export type InsertionIndex = (properties: string[]) => number;
export type JSONPath = (string | number)[];

/** @internal */
/** @private */
export class JSONFile {
content: string;

Expand Down

0 comments on commit 4ba55e4

Please sign in to comment.