always-tail icon indicating copy to clipboard operation
always-tail copied to clipboard

Can we have the index.coffee that produces index.js?

Open longloop opened this issue 9 years ago • 2 comments

Hi! It seems that index.js is an output of some coffee script. I was wondering if you are open to share that original coffee script?

Thanks

longloop avatar Jul 16 '15 10:07 longloop

The js file is a heavily modified version of node-tail, which is written in coffeescript (cf its source file).

The main javascript file here is missing some of the features of coffeescript though, e.g. pre-hoisted variables and having every single function return a value. This leads me to believe the author copied the transpiled node-tail javascript file rather than modifying it's coffeescript file and comitting the transpiled result to GitHub.

bgotink avatar Sep 27 '15 10:09 bgotink

correct that is what I did. I don't write coffeescript

jandre avatar May 11 '17 12:05 jandre