[nullsafe] Conventional style output of the field json

Summary:
Otherwise this gets serialized in an unconventional way; `nullable` serializes it as a
standard `null` or string value.

Reviewed By: artempyanykh

Differential Revision: D24827593

fbshipit-source-id: a5a9afc80
master
Mitya Lyubarskiy 4 years ago committed by Facebook GitHub Bot
parent 5e50e9947c
commit 47c1a327c7

@ -58,7 +58,7 @@ type annotation_point = {
type field_name = {
class_name: string;
package_name: string option;
package_name: string nullable;
field: string;
}

Loading…
Cancel
Save