mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
feat(@angular-devkit/core): add json namespace export
This commit is contained in:
parent
15b9ccb14c
commit
055a157356
@ -6,6 +6,7 @@
|
|||||||
* found in the LICENSE file at https://angular.io/license
|
* found in the LICENSE file at https://angular.io/license
|
||||||
*/
|
*/
|
||||||
import * as experimental from './experimental';
|
import * as experimental from './experimental';
|
||||||
|
import * as json from './json';
|
||||||
import * as logging from './logger';
|
import * as logging from './logger';
|
||||||
import * as terminal from './terminal';
|
import * as terminal from './terminal';
|
||||||
|
|
||||||
@ -16,6 +17,7 @@ export * from './virtual-fs';
|
|||||||
|
|
||||||
export {
|
export {
|
||||||
experimental,
|
experimental,
|
||||||
|
json,
|
||||||
logging,
|
logging,
|
||||||
terminal,
|
terminal,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user