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 36913a2 commit 61b02d9Copy full SHA for 61b02d9
jscomp/gentype/ModuleName.ml
@@ -1,7 +1,7 @@
1
type t = string
2
3
let curry = "Curry"
4
-let rescriptPervasives = "ReasonPervasives"
+let rescriptPervasives = "RescriptPervasives"
5
let dotRegex = "." |> Str.quote |> Str.regexp
6
let lbracketRegex = "[" |> Str.quote |> Str.regexp
7
let rbracketRegex = "]" |> Str.quote |> Str.regexp
0 commit comments