Unfancy JavaScript
Go to file
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
bin Moved src/*.coffee under src/coffee-script/ so that lib can be added to $NODE_PATH and only expose the top-level coffee-script namespace. Fixes #1246 2011-07-05 21:58:04 +10:00
documentation Fixes #3019 - Documentation tweak to default argument meaning. 2013-10-20 18:08:28 -03:00
examples Correct incorrect line in blocks.coffee 2012-07-02 08:36:00 -07:00
extras CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00
lib/coffee-script Fixes #3259 -- Use placeholders when adding params to scope 2013-11-26 14:23:20 +01:00
src Fixes #3259 -- Use placeholders when adding params to scope 2013-11-26 14:23:20 +01:00
test Fixes #3259 -- Use placeholders when adding params to scope 2013-11-26 14:23:20 +01:00
.gitignore ignore litcoffee files 2012-09-25 17:50:04 -05:00
.npmignore fixes issue #1490 ... jsl.conf is incorrectly npmignored. 2011-07-06 22:15:35 -04:00
CNAME trying with just the .org 2011-10-31 22:54:32 -04:00
CONTRIBUTING.md Adding a CONTRIBUTING to CoffeeScript. 2012-09-17 13:16:41 -04:00
Cakefile 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
LICENSE CoffeeScript 1.6.2 2013-03-18 13:06:33 +08:00
README fixed ascii art inconsistencies in coffee's water vapor 2013-10-03 19:02:28 -07:00
Rakefile Removing Ultraviolet workaround 2013-06-02 07:50:03 +04:00
index.html Add new Packt book. 2013-09-22 14:56:33 -03:00
package.json Improve license part of package.json ;) 2013-08-19 16:10:25 +02:00

README

            {
         }   }   {
        {   {  }  }
         }   }{  {
        {  }{  }  }                    _____       __  __
       { }{ }{  { }                   / ____|     / _|/ _|
     .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___
    (  { } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \
    |`-..________ ..-'|              | |___| (_) | | | ||  __/  __/
    |                 |               \_____\___/|_| |_| \___|\___|
    |                 ;--.
    |                (__  \            _____           _       _
    |                 | )  )          / ____|         (_)     | |
    |                 |/  /          | (___   ___ _ __ _ _ __ | |_
    |                 (  /            \___ \ / __| '__| | '_ \| __|
    |                 |/              ____) | (__| |  | | |_) | |_
    |                 |              |_____/ \___|_|  |_| .__/ \__|
     `-.._________..-'                                  | |
                                                        |_|


  CoffeeScript is a little language that compiles into JavaScript.

  Install Node.js, and then the CoffeeScript compiler:
  sudo bin/cake install

  Or, if you have the Node Package Manager installed:
  npm install -g coffee-script
  (Leave off the -g if you don't wish to install globally.)

  Execute a script:
  coffee /path/to/script.coffee

  Compile a script:
  coffee -c /path/to/script.coffee

  For documentation, usage, and examples, see:
  http://coffeescript.org/

  To suggest a feature, report a bug, or general discussion:
  http://github.com/jashkenas/coffee-script/issues/

  If you'd like to chat, drop by #coffeescript on Freenode IRC,
  or on webchat.freenode.net.

  The source repository:
  git://github.com/jashkenas/coffee-script.git

  All contributors are listed here:
  http://github.com/jashkenas/coffee-script/contributors