coffeescript 1.10.0~dfsg-1 source package in Ubuntu
Changelog
coffeescript (1.10.0~dfsg-1) unstable; urgency=medium [ upstream ] * New release. + CoffeeScript now supports ES6-style destructuring defaults. + (offsetHeight: height) -> no longer compiles. That syntax was accidental and partly broken. Use ({offsetHeight: height}) -> instead. Object destructuring always requires braces. + Fix bug where the REPL would sometimes report valid code as invalid, based on what you had typed earlier. + Fix problem with multiple JS contexts in the jest test framework. + Fix error in io.js where strict mode is set on internal modules. + Fix variable name clash for the caught error in catch blocks. [ Jonas Smedegaard ] * Update copyright info: + Fix double comment field. + Drop superfluous GPL disclaimer. * Bump debhelper compatibility level to 9. * Add lintian override regarding debhelper 9. * Modernize git-buildpackage config: Avoid git- prefix. * Add lintian override regarding missing source. -- Jonas Smedegaard <email address hidden> Tue, 01 Mar 2016 01:14:08 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
coffeescript_1.10.0~dfsg-1.dsc | 2.2 KiB | 2673f53f9c74792f0357ca29b44fa6b9a61cfbb1f68da2f1095aca15264ae523 |
coffeescript_1.10.0~dfsg.orig.tar.gz | 485.6 KiB | 89f78a19b3a8fa7e07c888bddd4b0954abebb7506ccefa2edb9200bca92aa941 |
coffeescript_1.10.0~dfsg-1.debian.tar.xz | 12.2 KiB | cef6f0207d64b775ae87b33ab67b280d99375e77dfadbda3688e670367eb57f7 |
Available diffs
- diff from 1.9.3~dfsg-1 to 1.10.0~dfsg-1 (98.2 KiB)
No changes file available.
Binary packages built by this source
- coffeescript: interpreter and compiler for the CoffeeScript language
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons, JavaScript
has always had a gorgeous object model at its heart. CoffeeScript is an
attempt to expose the good parts of JavaScript in a simple way.
.
The golden rule of CoffeeScript is: "It's just JavaScript". The code
compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and
pretty-printed, passes through JavaScript Lint without warnings, will
work in every JavaScript implementation, and tends to run as fast or
faster than the equivalent handwritten JavaScript.
.
The "cake" executable is provided as "cake.coffeescript" to peacefully
coexist with cakephp.
- coffeescript-doc: No summary available for coffeescript-doc in ubuntu yakkety.
No description available for coffeescript-doc in ubuntu yakkety.
- libjs-coffeescript: client-side interpreter for the CoffeeScript language
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons, JavaScript
has always had a gorgeous object model at its heart. CoffeeScript is an
attempt to expose the good parts of JavaScript in a simple way.
.
The golden rule of CoffeeScript is: "It's just JavaScript". The code
compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and
pretty-printed, passes through JavaScript Lint without warnings, will
work in every JavaScript implementation, and tends to run as fast or
faster than the equivalent handwritten JavaScript.
.
This package contains a concatenated and compressed version of the
CoffeeScript compiler. To use it in the browser, include the script
after any inline script tags of type "text/coffeescript" on the page.
It will compile and evaluate all of the scripts in order.