You are currently looking at the v11.0 docs, which are still a work in progress. If you miss anything, you may find it in the older v10.0 docs here.
Use Illegal Identifier Names
Sometime, for e.g. a let binding or a record field, you might want to use:
A capitalized name.
A name that contains illegal characters (e.g. emojis, hyphen, space).
A name that's one of ReScript's reserved keywords.
We provide an escape hatch syntax for these cases:
See the output. Use them only when necessary, for interop with JavaScript. This is a last-resort feature. If you abuse this, many of the compiler guarantees will go away.