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.