angular-docs-cn/packages/compiler-cli/test/compliance/test_cases/r3_view_compiler
JoostK b48eabddb8 refactor(compiler-cli): include `template` source directly inside declaration object (#40383)
The `template` and `isInline` fields were previously stored in a nested
object, which was initially done to accommodate for additional template
information to support accurate source maps for external templates. In
the meantime the source mapping has been accomplished in a different
way, and I feel this flattened structure is simpler and smaller so is
preferable over the nested object. This change also makes the `isInline`
property optional with a default value of `false`.

PR Close #40383
2021-01-11 15:37:12 -08:00
..
animations refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
any refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
hello_world refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
interpolations refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
GOLDEN_PARTIAL.js refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
TEST_CASES.json test(compiler-cli): migrate view compliance tests (#39914) 2020-12-01 15:12:40 -08:00
todo_example.ts test(compiler-cli): migrate view compliance tests (#39914) 2020-12-01 15:12:40 -08:00
todo_example_template.js test(compiler-cli): migrate view compliance tests (#39914) 2020-12-01 15:12:40 -08:00