mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
Those 2 packages were still using the wrong scope (@angular-cli) and were not used by anyone outside the CLI. Just moving the code in the main package is enough.
9 lines
123 B
TypeScript
9 lines
123 B
TypeScript
export {
|
|
Change,
|
|
NoopChange,
|
|
MultiChange,
|
|
InsertChange,
|
|
RemoveChange,
|
|
ReplaceChange
|
|
} from '../lib/ast-tools';
|