You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the (premature) removal of whitespace, the locationData of tokens and AST nodes will not point to the correct column. (Resulting in erroneous source maps and error reporting.)
The text was updated successfully, but these errors were encountered:
marchaefner
pushed a commit
to marchaefner/coffee-script
that referenced
this issue
Mar 14, 2013
* Expect a blank line as delimiter between text and code (jashkenas#2821).
* Don't change indentation of code. It is not necessary and leads to
erroneous locationData. (jashkenas#2835)
* Don't modify blank lines and reverse the change in the lexer.
* Don't ignore indentation with mixed whitespace.
* Expect a blank line as delimiter between text and code (jashkenas#2821).
* Don't change indentation of code. It is not necessary and leads to
erroneous locationData. (jashkenas#2835)
* Don't modify blank lines and reverse the change in the lexer.
* Don't ignore indentation with mixed whitespace.
Due to the (premature) removal of whitespace, the locationData of tokens and AST nodes will not point to the correct column. (Resulting in erroneous source maps and error reporting.)
The text was updated successfully, but these errors were encountered: