react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Correctly parse partial objects with optional value

Open christophpurrer opened this issue 1 year ago • 2 comments

Summary: The flow parser always returns if a property IS optional (true|false) OR not

The TypeScript one only emits optional if the prop is optional.

The current partialProperty UTs are not correct.

Changelog: [General][Fixed] - Correctly parse partial objects with optional value

Differential Revision: D56689387

christophpurrer avatar Apr 29 '24 04:04 christophpurrer

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,461,330 -1
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,834,250 -2
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: bb2c13af5372856cf3f4222ad6543d4698919dbc Branch: main

analysis-bot avatar Apr 29 '24 05:04 analysis-bot