angular-docs-cn/packages/compiler-cli/test/compliance/test_cases/r3_view_compiler
Pete Bacon Darwin d2042a0da2 refactor(compiler-cli): use semver range checking for partial versions (#39847)
The partial compiler will add a version number to the objects that are
generated so that the linker can select the appropriate partial linker
class to process the metadata.

Previously this version matching was a simple number check. Now
the partial compilation writes the current Angular compiler version
into the generated metadata, and semantic version ranges are used
to select the appropriate partial linker.

PR Close #39847
2020-12-04 10:26:17 -08:00
..
animations refactor(compiler-cli): use semver range checking for partial versions (#39847) 2020-12-04 10:26:17 -08:00
any refactor(compiler-cli): use semver range checking for partial versions (#39847) 2020-12-04 10:26:17 -08:00
hello_world refactor(compiler-cli): use semver range checking for partial versions (#39847) 2020-12-04 10:26:17 -08:00
interpolations refactor(compiler-cli): use semver range checking for partial versions (#39847) 2020-12-04 10:26:17 -08:00
GOLDEN_PARTIAL.js refactor(compiler-cli): use semver range checking for partial versions (#39847) 2020-12-04 10:26:17 -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