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 |
||
---|---|---|
.. | ||
legacy | ||
BUILD.bazel | ||
adapters_spec.ts | ||
compiler_spec.ts | ||
completions_spec.ts | ||
definitions_spec.ts | ||
diagnostic_spec.ts | ||
gettcb_spec.ts | ||
quick_info_spec.ts | ||
references_and_rename_spec.ts | ||
signature_help_spec.ts | ||
ts_utils_spec.ts | ||
type_definitions_spec.ts |