Victor Nakoryakov
Results
42
issues of
Victor Nakoryakov
trafficstars
- `.bs.mjs`, `.bs.cjs` to fill the gap between `.bs.js` and `.mjs` - `.res.js`, `.res.mjs`, `.res.cjs` to assist BS → ReScript rebranding
This is a perfectly valid string in ReasonML: ```reason let s = {|I'm a string "with" quotes line breaks literal \backslashes, and $dollars with no special escaping|}; ``` See https://reasonml.org/docs/manual/latest/string-and-char#quoted-string...