jashkenas--coffeescript/lib/coffee-script
Marc Häfner 873ed071d4 Fixes #3259 -- Use placeholders when adding params to scope
Don't register nested variables of complex parameters as parameters of the compiled function. Use the computed placeholder name instead.
2013-11-26 14:23:20 +01:00
..
browser.js Merge pull request #3012 from imcotton/parallel-loading 2013-10-20 14:10:40 -07:00
cake.js Remove `path.exists*` as fallback for `fs.exists*` 2013-11-23 06:42:39 +01:00
coffee-script.js Fixes #3047 -- Fixes module.paths when running directly with no explicit passed-in files. 2013-10-20 17:50:13 -03:00
command.js Fix and simplify management of `sources` in CLI 2013-11-23 07:54:35 +01:00
extensions.js Fixes #3208. You now have to require 'coffee-script/extensions' in order to be able to auto-require CoffeeScript files. 2013-10-20 11:08:13 -03:00
grammar.js Changed multiline string literals 2013-11-18 04:32:15 +00:00
helpers.js Fixes #2941 -- don't destroy extensionless filenames for --join 2013-10-20 19:09:55 -03:00
index.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00
lexer.js Escape newlines in heredocs with backslashes 2013-11-24 18:37:11 +00:00
nodes.js Fixes #3259 -- Use placeholders when adding params to scope 2013-11-26 14:23:20 +01:00
optparse.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00
parser.js Speed up `updateLocationDataIfMissing`. 2013-06-21 02:47:29 +02:00
repl.js Fixes #3072 -- tweak process.argv to match when running REPL 2013-10-20 16:53:08 -03:00
rewriter.js Merge `removeMidExpressionNewlines` into `addImplicitIndentation` 2013-07-31 22:12:44 +02:00
scope.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00
sourcemap.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00