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
Mal Graty 3c2f0d174e Use coffee binary of coffee that overrode fork
This solves two potential problems when it comes to forking:

    1) Forking will now work correctly even when `coffee` is not installed
       globally.
    2) Forking when using a locally installed version of `coffee` will fork
       using that version, and not fallback to a globally installed version.

Fixes #2957
2013-08-02 23:10:45 +01:00
..
browser.js Update compiled JS 2013-07-30 01:06:41 -03:00
cake.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00
coffee-script.js Use coffee binary of coffee that overrode fork 2013-08-02 23:10:45 +01:00
command.js Merge pull request #3100 from epidemian/issue3023 2013-08-02 13:05:37 -07:00
grammar.js Speed up updateLocationDataIfMissing. 2013-06-21 02:47:29 +02:00
helpers.js Avoid using a getter for the compiler error's "stack" property 2013-08-02 01:52:36 -03:00
index.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04:00
lexer.js Better handling of initial indent at file start. 2013-06-14 00:28:45 +02:00
nodes.js Speed up updateLocationDataIfMissing. 2013-06-21 02:47:29 +02: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 Avoid using a getter for the compiler error's "stack" property 2013-08-02 01:52:36 -03:00
rewriter.js CoffeeScript 1.6.3 2013-06-02 09:37:45 +04: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