[TS] Don't null-check array conversions that aren't nullable
authorMatt Corallo <git@bluematt.me>
Fri, 6 Oct 2023 17:52:57 +0000 (17:52 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 7 Oct 2023 17:23:06 +0000 (17:23 +0000)
commit6dad8d8221975adb587ef0637960783c8496b528
treef8e5160eba7791b8bc9bec6ab5c18d85eef4f29b
parent4be5c3517829f6547a7cf31240f9dadd13e1775a
[TS] Don't null-check array conversions that aren't nullable

These can generate a warning in calling methods that actually don't
allow null.
csharp_strings.py
gen_type_mapping.py
java_strings.py
typescript_strings.py