Skip to content

Commit 055a157

Browse files
committed
feat(@angular-devkit/core): add json namespace export
1 parent 15b9ccb commit 055a157

File tree

1 file changed

+2
-0
lines changed
  • packages/angular_devkit/core/src

1 file changed

+2
-0
lines changed

packages/angular_devkit/core/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88
import * as experimental from './experimental';
9+
import * as json from './json';
910
import * as logging from './logger';
1011
import * as terminal from './terminal';
1112

@@ -16,6 +17,7 @@ export * from './virtual-fs';
1617

1718
export {
1819
experimental,
20+
json,
1921
logging,
2022
terminal,
2123
};

0 commit comments

Comments
 (0)