angular-cn/packages/compiler/test/render3
JoostK bd149e5d67 fix(ivy): compile interpolated bindings without superfluous bind instruction (#23923)
This fixes the case where the compiler would generate a bind(interpolation#())
instruction.

PR Close #23923
2018-05-22 17:05:41 -04:00
..
BUILD.bazel test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
mock_compile.ts feat(ivy): add error reporting to the html to ivy transformer (#23546) 2018-05-09 11:49:18 -07:00
mock_compiler_spec.ts feat(compiler): support `// ...` and `// TODO` in mock compiler expectations (#23441) 2018-04-19 16:32:09 -07:00
r3_compiler_compliance_spec.ts refactor(compiler): compile{Component,Directive} take only local information (#23545) 2018-05-08 13:57:20 -07:00
r3_template_transform_spec.ts feat(ivy): add error reporting to the html to ivy transformer (#23546) 2018-05-09 11:49:18 -07:00
r3_view_compiler_binding_spec.ts fix(ivy): compile interpolated bindings without superfluous bind instruction (#23923) 2018-05-22 17:05:41 -04:00
r3_view_compiler_di_spec.ts feat(ivy): support injection even if no injector present (#23345) 2018-04-13 14:29:52 -07:00
r3_view_compiler_i18n_spec.ts fix(compiler): generate constant array for i18n attributes (#23837) 2018-05-11 17:35:54 -04:00
r3_view_compiler_input_outputs_spec.ts refactor(compiler): compile{Component,Directive} take only local information (#23545) 2018-05-08 13:57:20 -07:00
r3_view_compiler_listener_spec.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00
r3_view_compiler_spec.ts feat(compiler): add basic support for in ivy/i18n code generation (#22654) 2018-03-22 19:01:51 -04:00
r3_view_compiler_template_spec.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00

README.md

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