angular-cn/packages/core/schematics/migrations/move-document
Paul Gschwendtner 349935a434 fix(core): migrations not always migrating all files (#30269)
In an Angular CLI project scenario where projects only reference
top-level source-files through the `tsconfig` `files` option, we currently
do not migrate referenced source-files. This can be fixed checking all
referenced source-files which aren't coming from an external library.

This is similar to how `tslint` determines project source-files.

PR Close #30269
2019-05-08 11:54:33 -07:00
..
BUILD.bazel feat(core): add schematics to move deprecated DOCUMENT import (#29950) 2019-04-22 08:48:48 -07:00
document_import_visitor.ts feat(core): add schematics to move deprecated DOCUMENT import (#29950) 2019-04-22 08:48:48 -07:00
index.ts fix(core): migrations not always migrating all files (#30269) 2019-05-08 11:54:33 -07:00
move-import.ts feat(core): add schematics to move deprecated DOCUMENT import (#29950) 2019-04-22 08:48:48 -07:00