angular-cn/packages/core/schematics/test
Paul Gschwendtner f74e0fd825 refactor(core): migrations should parse cli workspace config as json5 (#30582)
Currently we try to parse CLI workspace configurations gracefully by
using the native `JSON.parse()` method. This means that the CLI workspace
configuration needs to follow the strict JSON specification because otherwise
the migrations would not be able to find TypeScript configurations in the CLI
project where JSON5 workspace configurations are supported.

In order to handle such workspace configurations, we leverage the JSON
parsing logicfrom the `@angular-devkit/core` which is also used by the CLI.

PR Close #30582
2019-05-21 17:26:22 -07:00
..
google3 fix(ivy): injectable pipe schematic generating incorrect import statements (#30170) 2019-04-29 09:39:11 -07:00
BUILD.bazel build: update rules_nodejs and clean up bazel warnings (#30370) 2019-05-14 10:08:45 -07:00
injectable_pipe_migration_spec.ts test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
line_mappings_spec.ts feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
move_document_migration_spec.ts test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
project_tsconfig_paths_spec.ts refactor(core): migrations should parse cli workspace config as json5 (#30582) 2019-05-21 17:26:22 -07:00
static_queries_migration_template_spec.ts refactor(core): improve messages for static-query migrations (#30458) 2019-05-14 14:04:44 -07:00
static_queries_migration_usage_spec.ts fix(core): static-query usage migration strategy should detect ambiguous query usage (#30215) 2019-05-09 14:39:06 -07:00
template_var_assignment_migration_spec.ts test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
test-migrations.json test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00