mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
BREAKING CHANGE: The below APIs have been removed without replacement. Users should leverage other Node.js or other APIs. - `fs` namespace - `clean` - `mapObject`
15 lines
350 B
TypeScript
15 lines
350 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
import * as experimental from './experimental/jobs/job-registry';
|
|
|
|
export * from './cli-logger';
|
|
export * from './host';
|
|
|
|
export { experimental };
|