fix(compiler-cli): remove unused CLI private exports (#33242)
These exports are no longer used by the CLI since 7.1.0. Since major versions of the CLI are now locked to major versions of the framework, a CLI user will not be able to use FW 9.0+ on an outdated version (<7.1.0) of the CLI that uses these old APIs. PR Close #33242
This commit is contained in:
@ -21,10 +21,8 @@ export * from './src/transformers/entry_points';
|
||||
export * from './src/perform_compile';
|
||||
export * from './src/tooling';
|
||||
|
||||
// TODO(tbosch): remove this once cli 1.5 is fully released,
|
||||
// and usages in G3 are changed to `CompilerOptions`.
|
||||
// TODO(tbosch): remove this once usages in G3 are changed to `CompilerOptions`
|
||||
export {CompilerOptions as AngularCompilerOptions} from './src/transformers/api';
|
||||
export {NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2} from './src/ngtools_api';
|
||||
|
||||
export {ngToTsDiagnostic} from './src/transformers/util';
|
||||
export {NgTscPlugin} from './src/ngtsc/tsc_plugin';
|
||||
|
Reference in New Issue
Block a user