1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/lib/coffee-script
Simon Lydell 568a0c7b4e Fix indentation-stripping in """ strings
`"""` (and `"`) strings are lexed into an array of tokens, consisting of
strings and interpolations. Previously, the minimum indententation
inside `"""` strings was stripped from the beginning of _all_ of those
string tokens. Usually, the indentation is longer than any other
sequence of spaces in a `"""` string, so the problem didn't occur in
most cases. This commit makes sure to only strip indentation after
newlines.

Fixes #4314.
2016-09-26 17:14:31 +02:00
..
browser.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
cake.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
coffee-script.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
command.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
grammar.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
helpers.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
index.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
lexer.js Fix indentation-stripping in """ strings 2016-09-26 17:14:31 +02:00
nodes.js Fix isLiteralArguments 2016-09-26 15:33:44 +02:00
optparse.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
parser.js Support import and export of ES2015 modules (#4300) 2016-09-14 20:46:05 +02:00
register.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
repl.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
rewriter.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
scope.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00
sourcemap.js CoffeeScript 1.11.0 2016-09-24 14:16:00 +02:00