Package: coffeescript / 1.12.8~dfsg-5

Metadata

Package Version Patches format
coffeescript 1.12.8~dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
020180410~be2b243.patch | (download)

test/exception_handling.coffee | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test relying on faulty behavior
 assert.throws did not test for the error message so far.
 This changes it to actually test for the error message.
use_uglify.patch | (download)

Cakefile | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 use uglifyjs (not closure-compiler)
 The Javascript transformation of closure-compiler is not in Debian,
 and the underlying Java implementation is extremely old.
 .
 Also, the claimed "half the size that Uglify.js did" (in release notes
 for v0.12.0 - since removed) evidently is not true.
use shared libs.patch | (download)

docs/v1/index.html | 4 2 + 2 - 0 !
docs/v1/test.html | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 use local shared javascript libraries
fix node path.patch | (download)

bin/cake | 2 1 + 1 - 0 !
bin/coffee | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix node path