mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
first little piece of the rewriter
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
(function(){
|
||||
var compiler, path, sys;
|
||||
var compiler, path;
|
||||
// Executes the `coffee` Ruby program to convert from CoffeeScript to JavaScript.
|
||||
sys = require('sys');
|
||||
path = require('path');
|
||||
// The path to the CoffeeScript executable.
|
||||
compiler = path.normalize(path.dirname(__filename) + '/../../bin/coffee');
|
||||
|
||||
Reference in New Issue
Block a user