UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

9 lines (8 loc) 186 B
notes: """ A RegExp literal starting with an equal sign is not allowed in CoffeeScript, as it's ambiguous and clashes with the `/=` operator. """ ---- a(/=\s/) ---- a RegExp('=\\s')