mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
* Expect a blank line as delimiter between text and code (#2821). * Don't change indentation of code. It is not necessary and leads to erroneous locationData. (#2835) * Don't modify blank lines and reverse the change in the lexer. * Don't ignore indentation with mixed whitespace.