angular-cn/packages/core/schematics/test
Paul Gschwendtner b0c1282fbe refactor(core): migrations do not properly handle multiple templates in source file (#29841)
Currently if there are multiple source files within a given
TypeScript source file, only the last template in the source
file is checked as we store templates in a `Map` with the
source file paths as keys.

This is problematic as multiple templates can live within the
same source file and we therefore accidentally overwrite
existing entries in the resolved templates map.

PR Close #29841
2019-04-15 11:13:39 -07:00
..
google3 refactor(core): static-query schematic should check templates (#29713) 2019-04-11 08:22:44 -07:00
BUILD.bazel feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
line_mappings_spec.ts feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
project_tsconfig_paths_spec.ts refactor(core): static-query schematic should not run multiple times (#29133) 2019-03-12 12:28:14 -07:00
static_queries_migration_template_spec.ts refactor(core): add static-query template strategy (#29815) 2019-04-15 10:53:54 -07:00
static_queries_migration_usage_spec.ts refactor(core): add static-query template strategy (#29815) 2019-04-15 10:53:54 -07:00
template_var_assignment_migration_spec.ts refactor(core): migrations do not properly handle multiple templates in source file (#29841) 2019-04-15 11:13:39 -07:00