We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4190901 commit badc8a1Copy full SHA for badc8a1
jscomp/ml/predef.ml
@@ -234,7 +234,7 @@ let common_initial_env add_type add_extension empty_env =
234
ld_id = ident_dict_magic_field_name;
235
ld_attributes = [(Location.mknoloc "res.optional", Parsetree.PStr []); Dict_type_helpers.dict_magic_field_attr];
236
ld_loc = Location.none;
237
- ld_mutable = Immutable; (* TODO(dict-pattern-matching) Should probably be mutable? *)
+ ld_mutable = Immutable;
238
ld_type = newgenty (Tconstr (path_option, [tvar], ref Mnil));
239
}],
240
Record_optional_labels [Ident.name ident_dict_magic_field_name]);
0 commit comments