This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
coffeescript
Watch
1
Star
1
Fork
0
You've already forked coffeescript
mirror of
https://github.com/jashkenas/coffeescript.git
synced
2026-01-14 01:07:55 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3f30712ca147ab0827ca9bb496e48e564bbe76aa
coffeescript
/
examples
History
Jeremy Ashkenas
3f30712ca1
fixing a nasty little bug with not dup'ing a string in Scope.rb, causing later functions to start their free_variables where previous functions left off, because they shared their ancestor's @temp_variable string
2010-01-04 00:16:38 -05:00
..
code.coffee
change lexical scoping example to use var names that haven't been already defined
2010-01-03 18:27:26 -05:00
documents.coffee
fixing up documents example
2009-12-30 18:28:16 -05:00
poignant.coffee
fixed up the comment/assignment interleaving in nodes.rb
2009-12-30 20:24:24 -05:00
syntax_errors.coffee
moved the coffeescript extension over from .cs to .coffee -- let's leave C# in peace. Changed array comprehensions to always return their mapped result, even when unassigned
2009-12-25 14:18:05 -08:00
underscore.coffee
fixing a nasty little bug with not dup'ing a string in Scope.rb, causing later functions to start their free_variables where previous functions left off, because they shared their ancestor's @temp_variable string
2010-01-04 00:16:38 -05:00