mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +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
|
||||
*/
|
||||
import * as experimental from './experimental';
|
||||
import * as json from './json';
|
||||
import * as logging from './logger';
|
||||
import * as terminal from './terminal';
|
||||
|
||||
@ -16,6 +17,7 @@ export * from './virtual-fs';
|
||||
|
||||
export {
|
||||
experimental,
|
||||
json,
|
||||
logging,
|
||||
terminal,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user