ba084857ea
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 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
compiler_factory_spec.ts | ||
definitions_spec.ts | ||
diagnostic_spec.ts | ||
language_service_spec.ts | ||
mock_host.ts | ||
mock_host_spec.ts | ||
template_target_spec.ts | ||
test_utils.ts | ||
ts_plugin_spec.ts | ||
type_definitions_spec.ts |