angular-cn/packages/compiler/test/render3
Keen Yee Liau d714b95fb9 feat(compiler): Propagate value span of ExpressionBinding to ParsedProperty (#36133)
This commit propagates the correct value span in an ExpressionBinding of
a microsyntax expression to ParsedProperty, which in turn porpagates the
span to the template ASTs (both VE and Ivy).

PR Close #36133
2020-03-20 10:21:11 -07:00
..
util refactor(compiler): Remove NullAstVisitor and visitAstChildren (#35619) 2020-02-28 07:13:17 -08:00
view fix(ivy): correctly associate output bound events with directives (#31938) 2019-12-17 14:39:33 -08:00
BUILD.bazel build: derive ts_library dep from jasmine_node_test boostrap label if it ends in `_es5` (#34736) 2020-01-15 14:58:07 -05:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
r3_ast_absolute_span_spec.ts fix(compiler): record correct end of expression (#34690) 2020-03-20 10:19:02 -07:00
r3_ast_spans_spec.ts feat(compiler): Propagate value span of ExpressionBinding to ParsedProperty (#36133) 2020-03-20 10:21:11 -07:00
r3_template_transform_spec.ts test(compiler): add correct use case of ngFor in r3 ast (#35671) 2020-02-25 13:09:08 -08:00
style_parser_spec.ts refactor(ivy): Switch styling to new reconcile algorithm (#34616) 2020-01-24 12:23:00 -08:00

README.md

Tests in this directory are excluded from running in the browser and only run in node.