$$ prefixes are used as keyword ambiguity prevention in Js.
E.g “let default = …” in ReScript will be compiled to “const $$default”
$$ prefixes are used as keyword ambiguity prevention in Js.
E.g “let default = …” in ReScript will be compiled to “const $$default”