René's URL Explorer Experiment


Title: CoffeeScript

direct link

Domain: coffeescript.org

Nonetext/html;charset=UTF-8
theme-color#ffffff

Links:

CoffeeScript Logo https://coffeescript.org
Try CoffeeScripthttps://coffeescript.org#try
Language Referencehttps://coffeescript.org#language
Integrationshttps://coffeescript.org#integrations
Resourceshttps://coffeescript.org#resources
GitHub https://github.com/jashkenas/coffeescript/
Try CoffeeScripthttps://coffeescript.org#try
Introductionhttps://coffeescript.org#introduction
Overviewhttps://coffeescript.org#overview
CoffeeScript 2https://coffeescript.org#coffeescript-2
What’s New in CoffeeScript 2https://coffeescript.org#whats-new-in-coffeescript-2
Compatibilityhttps://coffeescript.org#compatibility
Installationhttps://coffeescript.org#installation
Usagehttps://coffeescript.org#usage
Command Linehttps://coffeescript.org#cli
Node.jshttps://coffeescript.org#nodejs-usage
Transpilationhttps://coffeescript.org#transpilation
Language Referencehttps://coffeescript.org#language
Functionshttps://coffeescript.org#functions
Stringshttps://coffeescript.org#strings
Objects and Arrayshttps://coffeescript.org#objects-and-arrays
Commentshttps://coffeescript.org#comments
Lexical Scoping and Variable Safetyhttps://coffeescript.org#lexical-scope
If, Else, Unless, and Conditional Assignmenthttps://coffeescript.org#conditionals
Splats, or Rest Parameters/Spread Syntaxhttps://coffeescript.org#splats
Loops and Comprehensionshttps://coffeescript.org#loops
Array Slicing and Splicinghttps://coffeescript.org#slices
Everything is an Expressionhttps://coffeescript.org#expressions
Operators and Aliaseshttps://coffeescript.org#operators
Existential Operatorhttps://coffeescript.org#existential-operator
Destructuring Assignmenthttps://coffeescript.org#destructuring
Chaining Function Callshttps://coffeescript.org#chaining
Bound (Fat Arrow) Functionshttps://coffeescript.org#fat-arrow
Generator Functionshttps://coffeescript.org#generators
Async Functionshttps://coffeescript.org#async-functions
Classeshttps://coffeescript.org#classes
Prototypal Inheritancehttps://coffeescript.org#prototypal-inheritance
Switch/When/Elsehttps://coffeescript.org#switch
Try/Catch/Finallyhttps://coffeescript.org#try-catch
Chained Comparisonshttps://coffeescript.org#comparisons
Block Regular Expressionshttps://coffeescript.org#regexes
Tagged Template Literalshttps://coffeescript.org#tagged-template-literals
Moduleshttps://coffeescript.org#modules
Embedded JavaScripthttps://coffeescript.org#embedded
JSXhttps://coffeescript.org#jsx
Type Annotationshttps://coffeescript.org#type-annotations
Literate CoffeeScripthttps://coffeescript.org#literate
Source Mapshttps://coffeescript.org#source-maps
Cake, and Cakefileshttps://coffeescript.org#cake
"text/coffeescript" Script Tagshttps://coffeescript.org#scripts
Integrationshttps://coffeescript.org#integrations
Build Toolshttps://coffeescript.org#build-tools
Code Editorshttps://coffeescript.org#code-editors
Frameworkshttps://coffeescript.org#frameworks
Linters and Formattinghttps://coffeescript.org#linters-and-formatting
Testinghttps://coffeescript.org#testing
Resourceshttps://coffeescript.org#resources
Bookshttps://coffeescript.org#books
Screencastshttps://coffeescript.org#screencasts
Exampleshttps://coffeescript.org#examples
Chathttps://coffeescript.org#chat
Annotated Sourcehttps://coffeescript.org#annotated-source
Contributinghttps://coffeescript.org#contributing
GitHubhttps://github.com/jashkenas/coffeescript/
Unsupported ECMAScript Featureshttps://coffeescript.org#unsupported
let and consthttps://coffeescript.org#unsupported-let-const
Named Functions and Function Declarationshttps://coffeescript.org#unsupported-named-functions
get and set Shorthand Syntaxhttps://coffeescript.org#unsupported-get-set
Breaking Changes From 1.xhttps://coffeescript.org#breaking-changes
Bound (Fat Arrow) Functionshttps://coffeescript.org#breaking-changes-fat-arrow
Default Valueshttps://coffeescript.org#breaking-changes-default-values
Bound Generator Functionshttps://coffeescript.org#breaking-changes-bound-generator-functions
Classeshttps://coffeescript.org#breaking-changes-classes
super and thishttps://coffeescript.org#breaking-changes-super-this
super and extendshttps://coffeescript.org#breaking-changes-super-extends
JSX and the < and > Operatorshttps://coffeescript.org#breaking-changes-jsx-and-the-less-than-and-greater-than-operators
Literate CoffeeScript Parsinghttps://coffeescript.org#breaking-changes-literate-coffeescript
Argument Parsing and #! Lineshttps://coffeescript.org#breaking-changes-argument-parsing-and-shebang-lines
Changeloghttps://coffeescript.org#changelog
Browser-Based Testshttps://coffeescript.org/test.html
Version 1.x Documentationhttps://coffeescript.org/v1/
2.7.0https://github.com/jashkenas/coffeescript/tarball/2.7.0
async functionshttps://coffeescript.org#async-functions
JSXhttps://coffeescript.org#jsx
announcementhttps://coffeescript.org/announcing-coffeescript-2/
breaking changes from CoffeeScript 1.x to 2https://coffeescript.org#breaking-changes
JSXhttps://coffeescript.org#jsx
Splats, a.k.a. object rest/spread syntax, for objectshttps://coffeescript.org/#splats
regular expression s (dotall) flaghttps://github.com/tc39/proposal-regexp-dotall-flag
Async generator functionshttps://github.com/tc39/proposal-async-iteration
Moduleshttps://coffeescript.org#modules
node.greenhttp://node.green/
run the tests in your browserhttps://coffeescript.org/test.html
transpilehttps://coffeescript.org#transpilation
Integrationshttps://coffeescript.org#integrations
Node.jshttps://nodejs.org/
core compilerhttps://coffeescript.org/v2/browser-compiler-modern/coffeescript.js
Try CoffeeScripthttps://coffeescript.org#try
Node.jshttps://nodejs.org/
npmhttps://www.npmjs.com/
Transpilationhttps://coffeescript.org#transpilation
Transpilationhttps://coffeescript.org#transpilation
top-level function safety wrapperhttps://coffeescript.org#lexical-scope
Transpilationhttps://coffeescript.org#transpilation
top-level function safety wrapperhttps://coffeescript.org#lexical-scope
options to pass to Babelhttp://babeljs.io/docs/usage/api/#options
Transpilationhttps://coffeescript.org#transpilation
might not support all of that syntaxhttps://coffeescript.org#compatibility
Babelhttp://babeljs.io/
Bubléhttps://buble.surge.sh/
Traceur Compilerhttps://github.com/google/traceur-compiler
Build Toolshttps://coffeescript.org#build-tools
Babelhttp://babeljs.io/
.babelrc filehttps://babeljs.io/docs/usage/babelrc/
other wayshttps://babeljs.io/docs/usage/babelrc/
@babel/preset-envhttps://babeljs.io/docs/plugins/preset-env/
Babel’s website to learn about presets and pluginshttps://babeljs.io/docs/plugins/
@babel/plugin-transform-react-jsxhttps://babeljs.io/docs/en/babel-plugin-transform-react-jsx/
Node APIhttps://coffeescript.org/nodejs_usage
Gulphttp://gulpjs.com/
Webpackhttps://webpack.github.io/
Grunthttps://gruntjs.com/
Broccolihttp://broccolijs.com/
polyfillshttps://developer.mozilla.org/en-US/docs/Glossary/Polyfill
Array.indexOfhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
Function.bindhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
@babel/polyfillhttps://babeljs.io/docs/en/babel-polyfill/
otherhttps://hackernoon.com/polyfills-everything-you-ever-wanted-to-know-or-maybe-a-bit-less-7c8de164e423
strategieshttps://philipwalton.com/articles/loading-polyfills-only-when-needed/
functionshttps://coffeescript.org#literals
if-statementshttps://coffeescript.org#conditionals
switchhttps://coffeescript.org#switch
try/catchhttps://coffeescript.org#try-catch
YAMLhttp://yaml.org
type annotationshttps://coffeescript.org#type-annotations
bare optionhttps://coffeescript.org#usage
export statementhttps://coffeescript.org#modules
existential operatorhttps://coffeescript.org#existential-operator
This is intentionalhttps://coffeescript.org#unsupported-let-const
rest parametershttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters
spread syntaxhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator
Generator Functionshttps://coffeescript.org#generator-iteration
YAMLhttp://yaml.org/
ES2015 ofhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
“dividend dependent modulo”https://en.wikipedia.org/wiki/Modulo_operation
passing null will set a value of nullhttps://coffeescript.org#breaking-changes-default-values
this Digital Web articlehttps://web.archive.org/web/20150316122013/http://www.digital-web.com/articles/scope_in_javascript
adopted ithttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
generator functionshttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*
async functionshttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
chained comparisonshttps://docs.python.org/3/reference/expressions.html#not-in
ES2015 tagged template literalshttps://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals
behave accordinglyhttps://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals
ES2015 moduleshttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
Dynamic importhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports
by Node.jshttps://nodejs.org/api/esm.html#esm_enabling
top-level function safety wrapperhttps://coffeescript.org#lexical-scope
barehttps://coffeescript.org#usage
JSXhttps://facebook.github.io/react/docs/introducing-jsx.html
Reacthttps://facebook.github.io/react/
Babel with the React JSX transformhttps://babeljs.io/docs/plugins/transform-react-jsx/
Flowhttps://flow.org/
Comment Types syntaxhttps://flow.org/en/docs/types/comments/
build toolhttps://coffeescript.org#es2015plus-output
CoffeeScripthttps://coffeescript.org#cli
Flowhttps://flow.org/en/docs/usage/
installed Flowhttps://flow.org/en/docs/install/
latest CoffeeScripthttps://coffeescript.org#installation
create an issuehttps://github.com/jashkenas/coffeescript/issues/new
as a documenthttps://gist.github.com/jashkenas/3fc3c1a8b1009c00d9df
rawhttps://raw.githubusercontent.com/jashkenas/coffeescript/master/src/scope.litcoffee
properly highlighted in a text editorhttp://cl.ly/LxEu
HTML5 Tutorialhttps://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
Makehttp://www.gnu.org/software/make/
Rakehttp://rake.rubyforge.org/
don’t expect any fanciness built-inhttps://coffeescript.org/v2/annotated-source/cake.html
Download current version here, 77k when gzippedhttps://coffeescript.org/v2/browser-compiler-legacy/coffeescript.js
wiki pageshttps://github.com/jashkenas/coffeescript/wiki
pull requesthttps://github.com/jashkenas/coffeescript/wiki/%5BHowTo%5D-Update-the-docs
Browserifyhttp://browserify.org
coffeeifyhttps://github.com/jnordberg/coffeeify
Grunthttps://gruntjs.com
grunt-contrib-coffeehttps://github.com/gruntjs/grunt-contrib-coffee
Gulphttps://gulpjs.com
gulp-coffeehttps://github.com/gulp-community/gulp-coffee
Parcelhttps://parceljs.org
transformer-coffeescripthttps://github.com/parcel-bundler/parcel/tree/v2/packages/transformers/coffeescript
Rolluphttps://rollupjs.org
rollup-plugin-coffee-scripthttps://github.com/lautis/rollup-plugin-coffee-script
Webpackhttps://webpack.js.org
coffee-loaderhttps://github.com/webpack-contrib/coffee-loader
Atomhttps://atom.io
packageshttps://atom.io/packages/search?q=coffeescript
Sublime Texthttps://sublimetext.com
packageshttps://packagecontrol.io/search/coffeescript
Visual Studio Codehttps://code.visualstudio.com
extensionshttps://marketplace.visualstudio.com/search?target=VSCode&term=coffeescript
Emberhttps://emberjs.com
ember-cli-coffeescripthttps://github.com/kimroen/ember-cli-coffeescript
Meteorhttps://meteor.com
coffeescript-compilerhttps://atmospherejs.com/meteor/coffeescript-compiler
CoffeeLinthttps://coffeelint.github.io/
ESLinthttps://eslint.org
eslint-plugin-coffeehttps://github.com/helixbass/eslint-plugin-coffee
Prettierhttps://prettier.io
prettier-plugin-coffeescripthttps://github.com/helixbass/prettier-plugin-coffeescript
Jesthttps://jestjs.io
jest-preset-coffeescripthttps://github.com/danielbayley/jest-preset-coffeescript
CoffeeScript on GitHubhttps://github.com/jashkenas/coffeescript/
CoffeeScript Issueshttps://github.com/jashkenas/coffeescript/issues
CoffeeScript Google Grouphttps://groups.google.com/forum/#!forum/coffeescript
The CoffeeScript Wikihttps://github.com/jashkenas/coffeescript/wiki
The FAQhttps://github.com/jashkenas/coffeescript/wiki/FAQ
JS2Coffeehttp://js2.coffee/
High-Rez Logohttps://github.com/jashkenas/coffeescript/tree/master/documentation/site
The Little Book on CoffeeScripthttp://arcturo.github.io/library/coffeescript/
Alex MacCawhttp://alexmaccaw.co.uk/
Smooth CoffeeScripthttp://autotelicum.github.io/Smooth-CoffeeScript/
Eloquent JavaScripthttp://eloquentjavascript.net/
E. Hoigaardhttps://github.com/autotelicum
CoffeeScript: Accelerated JavaScript Developmenthttp://pragprog.com/book/tbcoffee/coffeescript
Trevor Burnhamhttp://trevorburnham.com/
CoffeeScript Programming with jQuery, Rails, and Node.jshttps://www.packtpub.com/web-development/coffeescript-programming-jquery-rails-and-nodejs
CoffeeScript Ristrettohttps://leanpub.com/coffeescript-ristretto/read
Reg Braithwaitehttp://braythwayt.com/
Testing with CoffeeScripthttps://efendibooks.com/minibooks/testing-with-coffeescript
CoffeeScript Application Developmenthttps://www.packtpub.com/web-development/coffeescript-application-development
CoffeeScript Application Development Coookbookhttps://www.packtpub.com/web-development/coffeescript-application-development-cookbook
CoffeeScript in Actionhttps://www.manning.com/books/coffeescript-in-action
CoffeeScript: Die Alternative zu JavaScripthttps://www.dpunkt.de/buecher/4021/coffeescript.html
A Sip of CoffeeScripthttp://coffeescript.codeschool.com/
Code School Coursehttps://www.codeschool.com
Meet CoffeeScripthttps://www.pluralsight.com/courses/meet-coffeescript
PluralSighthttps://www.pluralsight.com/
CoffeeScript Basicshttp://railscasts.com/episodes/267-coffeescript-basics
best list of open-source CoffeeScript exampleshttps://github.com/trending?l=coffeescript&since=monthly
Hubothttps://hubot.github.com/
Powhttp://pow.cx/
Coffee-Resquehttps://github.com/technoweenie/coffee-resque
Resquehttps://github.com/defunkt/resque
Oronahttps://github.com/stephank/orona
Atomhttps://atom.io/
Trixhttps://trix-editor.org/
join via your web browserhttp://webchat.freenode.net/?channels=coffeescript
herehttps://coffeescript.org/annotated-source/
Grammar Rules — src/grammarhttps://coffeescript.org/annotated-source/grammar.html
Lexing Tokens — src/lexerhttps://coffeescript.org/annotated-source/lexer.html
The Rewriter — src/rewriterhttps://coffeescript.org/annotated-source/rewriter.html
The Syntax Tree — src/nodeshttps://coffeescript.org/annotated-source/nodes.html
Lexical Scope — src/scopehttps://coffeescript.org/annotated-source/scope.html
Helpers & Utility Functions — src/helpershttps://coffeescript.org/annotated-source/helpers.html
The CoffeeScript Module — src/coffeescripthttps://coffeescript.org/annotated-source/coffeescript.html
Cake & Cakefiles — src/cakehttps://coffeescript.org/annotated-source/cake.html
“coffee” Command-Line Utility — src/commandhttps://coffeescript.org/annotated-source/command.html
Option Parsing — src/optparsehttps://coffeescript.org/annotated-source/optparse.html
Interactive REPL — src/replhttps://coffeescript.org/annotated-source/repl.html
Source Maps — src/sourcemaphttps://coffeescript.org/annotated-source/sourcemap.html
the repohttps://github.com/jashkenas/coffeescript
Some features of ECMAScript are intentionally unsupportedhttps://coffeescript.org#unsupported
issues on GitHubhttps://github.com/jashkenas/coffeescript/issues
proposal approval processhttps://github.com/tc39/proposals
the Wikihttps://github.com/jashkenas/coffeescript/wiki/%5BHowto%5D-Hacking-on-the-CoffeeScript-Compiler
How The Parser Workshttps://github.com/jashkenas/coffeescript/wiki/%5BHowTo%5D-How-parsing-works
plenty of companyhttps://github.com/jashkenas/coffeescript/wiki/In-The-Wild
intentionally omittedhttps://github.com/jashkenas/coffeescript/issues/238#issuecomment-153502
function declarationhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function
function expressionhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function
everything is an expressionhttps://coffeescript.org#expressions
subtle differences between the two formshttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function#Function_declaration_hoisting
infer the names of such anonymous functionshttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
alternate syntaxhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
ES2015’s =>https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
ES2015 spec regarding function default parametershttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters
destructuring default valueshttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#Default_values
aren’t allowed in ECMAScripthttp://stackoverflow.com/questions/27661306/can-i-use-es6s-arrow-function-syntax-with-generators-arrow-notation
JSXhttps://coffeescript.org#jsx
2.7.0https://github.com/jashkenas/coffeescript/compare/2.6.1...2.7.0
import assertions syntaxhttps://github.com/tc39/proposal-import-assertions
--enable-source-maps flaghttps://nodejs.org/docs/latest/api/cli.html#--enable-source-maps
2.6.1https://github.com/jashkenas/coffeescript/compare/2.6.0...2.6.1
2.6.0https://github.com/jashkenas/coffeescript/compare/2.5.1...2.6.0
Note that JavaScript runtimes only support this for ES modules.https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await
2.5.1https://github.com/jashkenas/coffeescript/compare/2.5.0...2.5.1
2.5.0https://github.com/jashkenas/coffeescript/compare/2.4.1...2.5.0
Babel’s spechttps://github.com/babel/babel/blob/master/packages/babel-parser/ast/spec.md
eslint-plugin-coffeehttps://github.com/helixbass/eslint-plugin-coffee
ESLinthttps://eslint.org/
prettier-plugin-coffeescripthttps://github.com/helixbass/prettier-plugin-coffeescript
Prettierhttps://prettier.io/
open an issuehttps://github.com/jashkenas/coffeescript/issues
Numeric separatorshttps://github.com/tc39/proposal-numeric-separator
BigInt numbershttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
2.4.1https://github.com/jashkenas/coffeescript/compare/2.4.0...2.4.1
traditional ES5https://coffeescript.org/browser-compiler-legacy/coffeescript.js
modern ES modulehttps://coffeescript.org/browser-compiler-modern/coffeescript.js
2.4.0https://github.com/jashkenas/coffeescript/compare/2.3.2...2.4.0
Moduleshttps://coffeescript.org#dynamic-import
ECMAScript proposalhttps://github.com/tc39/proposal-dynamic-import
policyhttps://coffeescript.org#contributing
shippedhttps://caniuse.com/#feat=es6-module-dynamic-import
ES module versionhttps://coffeescript.org/browser-compiler-modern/coffeescript.js
2.3.2https://github.com/jashkenas/coffeescript/compare/2.3.1...2.3.2
new.targethttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target
2.3.1https://github.com/jashkenas/coffeescript/compare/2.3.0...2.3.1
Try CoffeeScripthttps://coffeescript.org/#try
2.3.0https://github.com/jashkenas/coffeescript/compare/2.2.4...2.3.0
transpilehttps://coffeescript.org#transpilation
some subtle differenceshttps://developers.google.com/web/updates/2017/06/object-rest-spread
2.2.4https://github.com/jashkenas/coffeescript/compare/2.2.3...2.2.4
2.2.3https://github.com/jashkenas/coffeescript/compare/2.2.2...2.2.3
2.2.2https://github.com/jashkenas/coffeescript/compare/2.2.1...2.2.2
2.2.1https://github.com/jashkenas/coffeescript/compare/2.2.0...2.2.1
2.2.0https://github.com/jashkenas/coffeescript/compare/2.1.1...2.2.0
2.1.1https://github.com/jashkenas/coffeescript/compare/2.1.0...2.1.1
2.1.0https://github.com/jashkenas/coffeescript/compare/2.0.3...2.1.0
JSX fragments syntaxhttps://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html
2.0.3https://github.com/jashkenas/coffeescript/compare/2.0.2...2.0.3
2.0.2https://github.com/jashkenas/coffeescript/compare/2.0.1...2.0.2
Flow comment-based syntaxhttps://flow.org/en/docs/types/comments/
variablehttps://flow.org/en/docs/types/variables/
class and method nameshttps://flow.org/en/docs/types/generics/
class fieldshttps://github.com/tc39/proposal-class-fields
2.0.1https://github.com/jashkenas/coffeescript/compare/2.0.0...2.0.1
Transpilationhttps://coffeescript.org#transpilation
class fields proposalhttps://github.com/tc39/proposal-class-fields
transpiler supports ithttps://babeljs.io/docs/plugins/transform-class-properties/
2.0.0https://github.com/jashkenas/coffeescript/compare/2.0.0-beta5...2.0.0
Transpilationhttps://coffeescript.org#transpilation
2.0.0-beta5https://github.com/jashkenas/coffeescript/compare/2.0.0-beta4...2.0.0-beta5
legacy browser compilerhttps://coffeescript.org/browser-compiler-legacy/coffeescript.js
ES2015+ Outputhttps://coffeescript.org#es2015plus-output
2.0.0-beta4https://github.com/jashkenas/coffeescript/compare/2.0.0-beta3...2.0.0-beta4
all the changes from 1.12.6 to 1.12.7https://coffeescript.org#1.12.7
Line commentshttps://coffeescript.org#comments
Block commentshttps://coffeescript.org#comments
static type annotationshttps://coffeescript.org#type-annotations
breaking changeshttps://coffeescript.org#breaking-changes-argument-parsing-and-shebang-lines
2.0.0-beta3https://github.com/jashkenas/coffeescript/compare/2.0.0-beta2...2.0.0-beta3
JSXhttps://coffeescript.org#jsx
Object rest/spread propertieshttps://coffeescript.org#object-spread
breaking changes for classeshttps://coffeescript.org#breaking-changes-classes
2.0.0-beta2https://github.com/jashkenas/coffeescript/compare/2.0.0-beta1...2.0.0-beta2
all the changes from 1.12.5 to 1.12.6https://coffeescript.org#1.12.6
breaking changes for classeshttps://coffeescript.org#breaking-changes-classes
breaking changes for extendshttps://coffeescript.org#breaking-changes-super-extends
breaking changes for Literate CoffeeScript parsinghttps://coffeescript.org#breaking-changes-literate-coffeescript
still intentionally throws a compiler errorhttps://coffeescript.org#unsupported-get-set
2.0.0-beta1https://github.com/jashkenas/coffeescript/compare/2.0.0-alpha1...2.0.0-beta1
Markdown-Ithttps://github.com/markdown-it/markdown-it
disallowedhttps://coffeescript.org#unsupported-get-set
2.0.0-alpha1https://github.com/jashkenas/coffeescript/compare/1.12.4...2.0.0-alpha1
breaking changeshttps://coffeescript.org#breaking-changes
1.12.7https://github.com/jashkenas/coffeescript/compare/1.12.6...1.12.7
1.12.6https://github.com/jashkenas/coffeescript/compare/1.12.5...1.12.6
1.12.5https://github.com/jashkenas/coffeescript/compare/1.12.4...1.12.5
1.12.4https://github.com/jashkenas/coffeescript/compare/1.12.3...1.12.4
CoffeeScript repohttps://github.com/jashkenas/coffeescript
1.12.3https://github.com/jashkenas/coffeescript/compare/1.12.2...1.12.3
1.12.2https://github.com/jashkenas/coffeescript/compare/1.12.1...1.12.2
browser-based testshttps://coffeescript.org/v2/test.html
1.12.1https://github.com/jashkenas/coffeescript/compare/1.12.0...1.12.1
1.12.0https://github.com/jashkenas/coffeescript/compare/1.11.1...1.12.0
tagged template literalshttps://coffeescript.org#tagged-template-literals
for…fromhttps://coffeescript.org#generator-iteration
for…ofhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
herehttps://coffeescript.org/v2/test.html
1.11.1https://github.com/jashkenas/coffeescript/compare/1.11.0...1.11.1
1.11.0https://github.com/jashkenas/coffeescript/compare/1.10.0...1.11.0
import and export syntaxhttps://coffeescript.org#modules
1.10.0https://github.com/jashkenas/coffeescript/compare/1.9.3...1.10.0
1.9.3https://github.com/jashkenas/coffeescript/compare/1.9.2...1.9.3
1.9.2https://github.com/jashkenas/coffeescript/compare/1.9.1...1.9.2
1.9.1https://github.com/jashkenas/coffeescript/compare/1.9.0...1.9.1
1.9.0https://github.com/jashkenas/coffeescript/compare/1.8.0...1.9.0
1.8.0https://github.com/jashkenas/coffeescript/compare/1.7.1...1.8.0
1.7.1https://github.com/jashkenas/coffeescript/compare/1.7.0...1.7.1
1.7.0https://github.com/jashkenas/coffeescript/compare/1.6.3...1.7.0
1.6.3https://github.com/jashkenas/coffeescript/compare/1.6.2...1.6.3
1.6.2https://github.com/jashkenas/coffeescript/compare/1.6.1...1.6.2
with colors, evenhttp://cl.ly/NdOA
1.6.1https://github.com/jashkenas/coffeescript/compare/1.5.0...1.6.1
source mapshttps://coffeescript.org#source-maps
Jason Waltonhttps://github.com/jwalton
1.5.0https://github.com/jashkenas/coffeescript/compare/1.4.0...1.5.0
Literate CoffeeScripthttps://coffeescript.org#literate
1.4.0https://github.com/jashkenas/coffeescript/compare/1.3.3...1.4.0
1.3.3https://github.com/jashkenas/coffeescript/compare/1.3.1...1.3.3
#2052https://github.com/jashkenas/coffeescript/issues/2052
1.3.1https://github.com/jashkenas/coffeescript/compare/1.2.0...1.3.1
#1547https://github.com/jashkenas/coffeescript/issues/1547
1.2.0https://github.com/jashkenas/coffeescript/compare/1.1.3...1.2.0
1.1.3https://github.com/jashkenas/coffeescript/compare/1.1.2...1.1.3
@michaelficarrahttps://github.com/michaelficarra
@geraldalewishttps://github.com/geraldalewis
@satyrhttps://github.com/satyr
@trevorburnhamhttps://github.com/trevorburnham
1.1.2https://github.com/jashkenas/coffeescript/compare/1.1.1...1.1.2
1.1.1https://github.com/jashkenas/coffeescript/compare/1.1.0...1.1.1
1.1.0https://github.com/jashkenas/coffeescript/compare/1.0.1...1.1.0
1.0.1https://github.com/jashkenas/coffeescript/compare/1.0.0...1.0.1
1.0.0https://github.com/jashkenas/coffeescript/compare/0.9.6...1.0.0
0.9.6https://github.com/jashkenas/coffeescript/compare/0.9.5...0.9.6
0.9.5https://github.com/jashkenas/coffeescript/compare/0.9.4...0.9.5
Cocohttps://github.com/satyr/coco
0.9.4https://github.com/jashkenas/coffeescript/compare/0.9.3...0.9.4
0.9.3https://github.com/jashkenas/coffeescript/compare/0.9.2...0.9.3
0.9.2https://github.com/jashkenas/coffeescript/compare/0.9.1...0.9.2
0.9.1https://github.com/jashkenas/coffeescript/compare/0.9.0...0.9.1
0.9.0https://github.com/jashkenas/coffeescript/compare/0.7.2...0.9.0
0.7.2https://github.com/jashkenas/coffeescript/compare/0.7.1...0.7.2
0.7.1https://github.com/jashkenas/coffeescript/compare/0.7.0...0.7.1
0.7.0https://github.com/jashkenas/coffeescript/compare/0.6.2...0.7.0
0.6.2https://github.com/jashkenas/coffeescript/compare/0.6.1...0.6.2
0.6.1https://github.com/jashkenas/coffeescript/compare/0.6.0...0.6.1
0.6.0https://github.com/jashkenas/coffeescript/compare/0.5.6...0.6.0
0.5.6https://github.com/jashkenas/coffeescript/compare/0.5.5...0.5.6
0.5.5https://github.com/jashkenas/coffeescript/compare/0.5.4...0.5.5
Stan Angeloffhttps://github.com/StanAngeloff
0.5.4https://github.com/jashkenas/coffeescript/compare/0.5.3...0.5.4
0.5.3https://github.com/jashkenas/coffeescript/compare/0.5.2...0.5.3
0.5.2https://github.com/jashkenas/coffeescript/compare/0.5.1...0.5.2
0.5.1https://github.com/jashkenas/coffeescript/compare/0.5.0...0.5.1
0.5.0https://github.com/jashkenas/coffeescript/compare/0.3.2...0.5.0
0.3.2https://github.com/jashkenas/coffeescript/compare/0.3.0...0.3.2
0.3.0https://github.com/jashkenas/coffeescript/compare/0.2.6...0.3.0
0.2.6https://github.com/jashkenas/coffeescript/compare/0.2.5...0.2.6
0.2.5https://github.com/jashkenas/coffeescript/compare/0.2.4...0.2.5
0.2.4https://github.com/jashkenas/coffeescript/compare/0.2.3...0.2.4
0.2.3https://github.com/jashkenas/coffeescript/compare/0.2.2...0.2.3
0.2.2https://github.com/jashkenas/coffeescript/compare/0.2.1...0.2.2
0.2.1https://github.com/jashkenas/coffeescript/compare/0.2.0...0.2.1
0.2.0https://github.com/jashkenas/coffeescript/compare/0.1.6...0.2.0
Liam O’Connor-Davishttps://github.com/liamoc
0.1.6https://github.com/jashkenas/coffeescript/compare/0.1.5...0.1.6
0.1.5https://github.com/jashkenas/coffeescript/compare/0.1.4...0.1.5
0.1.4https://github.com/jashkenas/coffeescript/compare/0.1.3...0.1.4
C#https://en.wikipedia.org/wiki/C_Sharp_(programming_language)
0.1.3https://github.com/jashkenas/coffeescript/compare/0.1.2...0.1.3
0.1.2https://github.com/jashkenas/coffeescript/compare/0.1.1...0.1.2
Narwhalhttp://narwhaljs.org/
Tom Robinsonhttp://blog.tlrobinson.net/
0.1.1https://github.com/jashkenas/coffeescript/compare/0.1.0...0.1.1
0.1.0https://github.com/jashkenas/coffeescript/compare/8e9d637985d2dc9b44922076ad54ffef7fa8e9c2...0.1.0

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.