angular/packages/compiler/src/render3
Kristiyan Kostadinov 304584c291 perf(ivy): remove unused argument in hostBindings function (#34969)
We had some logic for generating and passing in the `elIndex` parameter into the `hostBindings` function, but it wasn't actually being used for anything. The only place left that had a reference to it was the `StylingBuilder` and it only stored it without referencing it again.

PR Close #34969
2020-01-27 12:49:35 -08:00
..
view perf(ivy): remove unused argument in hostBindings function (#34969) 2020-01-27 12:49:35 -08:00
r3_ast.ts refactor(compiler): rename i18n AST to i18nMeta (#33318) 2019-10-22 13:30:16 -04:00
r3_factory.ts fix(ngcc): use the correct identifiers when updating typings files (#34254) 2019-12-18 11:25:01 -08:00
r3_identifiers.ts refactor(ivy): generate 2 slots per styling instruction (#34616) 2020-01-24 12:22:44 -08:00
r3_jit.ts refactor(compiler): wrap the jit evaluation in an injectable class (#28055) 2019-02-12 20:58:27 -08:00
r3_module_compiler.ts fix(ngcc): use the correct identifiers when updating typings files (#34254) 2019-12-18 11:25:01 -08:00
r3_module_factory_compiler.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00
r3_pipe_compiler.ts fix(ngcc): use the correct identifiers when updating typings files (#34254) 2019-12-18 11:25:01 -08:00
r3_template_transform.ts fix(ivy): record correct absolute source span for ngForOf expressions (#31813) 2019-12-16 08:11:48 -08:00
r3_types.ts refactor(ivy): remove the backpatch compiler (#23441) 2018-04-19 16:32:09 -07:00
util.ts fix(ngcc): use the correct identifiers when updating typings files (#34254) 2019-12-18 11:25:01 -08:00