angular/packages/compiler
Kristiyan Kostadinov ba084857ea feat(compiler): support safe keyed read expressions (#41911)
Currently we support safe property (`a?.b`) and method (`a?.b()`) accesses, but we don't handle safe keyed reads (`a?.[0]`) which is inconsistent. These changes expand the compiler in order to support safe key read expressions as well.

PR Close #41911
2021-06-03 13:22:41 -07:00
..
design refactor(compiler): remove unused __BUILD_OPTIMIZER_* constants (#41040) 2021-03-04 11:04:27 -08:00
src feat(compiler): support safe keyed read expressions (#41911) 2021-06-03 13:22:41 -07:00
test feat(compiler): support safe keyed read expressions (#41911) 2021-06-03 13:22:41 -07:00
testing build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
BUILD.bazel build: add npm_integration_test && angular_integration_test (#33927) 2020-02-24 08:59:18 -08:00
compiler.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
package.json build(compiler): update supported range of node versions to be less restrictive (#42205) 2021-05-25 17:48:45 +00:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00