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 53291e0 commit 4e6d232Copy full SHA for 4e6d232
jscomp/gentype/TranslateTypeExprFromTypes.ml
@@ -236,7 +236,7 @@ let translateConstr ~config ~paramsTranslation ~(path : Path.t) ~typeEnv =
236
| ( (["Js"; "Promise"; "t"] | ["Promise"; "t"] | ["promise"]),
237
[paramTranslation] ) ->
238
{paramTranslation with type_ = Promise paramTranslation.type_}
239
- | (["Js"; "Dict"; "t"] | ["Dict"; "t"]), [paramTranslation] ->
+ | (["Js"; "Dict"; "t"] | ["Dict"; "t"] | ["dict"]), [paramTranslation] ->
240
{paramTranslation with type_ = Dict paramTranslation.type_}
241
| ["function$"], [arg; _arity] ->
242
{dependencies = arg.dependencies; type_ = arg.type_}
0 commit comments