fix(compiler-cli): remove minimist dependency of compiler-cli/index (#18532)

Indirectly removes the minimist dependency in the language service
package was added with the addition of `ngc.ts`.
This commit is contained in:
Chuck Jazdzewski
2017-08-07 14:30:35 -07:00
committed by Victor Berchet
parent 04b18a9f46
commit 5b7432b6ea
4 changed files with 197 additions and 176 deletions

View File

@ -20,8 +20,7 @@ export {BuiltinType, DeclarationKind, Definition, PipeInfo, Pipes, Signature, Sp
export * from './src/transformers/api';
export * from './src/transformers/entry_points';
export {main as ngc} from './src/ngc';
export {performCompilation} from './src/ngc';
export {performCompilation} from './src/perform-compile';
// TODO(hansl): moving to Angular 4 need to update this API.
export {NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2} from './src/ngtools_api';