Hans c889dd8e94 refactor(@angular-cli): get rid of ast-tools and base-href-webpack (#4411)
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.
2017-02-03 22:57:42 -08:00

9 lines
123 B
TypeScript

export {
Change,
NoopChange,
MultiChange,
InsertChange,
RemoveChange,
ReplaceChange
} from '../lib/ast-tools';