Skip to content

Commit e763db8

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
refactor: change JSONFile to private instead of internal
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
1 parent 871e687 commit e763db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/utility/json-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
export type InsertionIndex = (properties: string[]) => number;
2323
export type JSONPath = (string | number)[];
2424

25-
/** @internal */
25+
/** @private */
2626
export class JSONFile {
2727
content: string;
2828

0 commit comments

Comments
 (0)