Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.5
Choose a base ref
...
head repository: jashkenas/coffeescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.6
Choose a head ref
  • 5 commits
  • 16 files changed
  • 1 contributor

Commits on Dec 27, 2009

  1. Configuration menu
    Copy the full SHA
    575dc7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5427269 View commit details
    Browse the repository at this point in the history
  3. more underscore examples

    jashkenas committed Dec 27, 2009
    Configuration menu
    Copy the full SHA
    f89c864 View commit details
    Browse the repository at this point in the history
  4. fixing paths for running

    coffee compiles CoffeeScript source files into JavaScript.
    
    Usage:
      coffee path/to/script.coffee
        -i, --interactive                run a CoffeeScript REPL (requires Narwhal)
        -r, --run                        compile and run a script (requires Narwhal)
        -o, --output [DIR]               set the directory for compiled JavaScript
        -w, --watch                      watch scripts for changes, and recompile
        -p, --print                      print the compiled JavaScript to stdout
        -l, --lint                       pipe the compiled JavaScript through JSLint
        -e, --eval                       compile a cli scriptlet or read from stdin
        -t, --tokens                     print the tokens that the lexer produces
        -v, --verbose                    print at every step of code generation
        -n, --no-wrap                    raw output, no safety wrapper or vars
            --install-bundle             install the CoffeeScript TextMate bundle
            --version                    display CoffeeScript version
        -h, --help                       display this help message outside of the coffee-script directory
    jashkenas committed Dec 27, 2009
    Configuration menu
    Copy the full SHA
    835db4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fe6fa1 View commit details
    Browse the repository at this point in the history
Loading