openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
LiveScript
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 138 of 143
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixing paths for running coffee compiles CoffeeScript source files into JavaScript.
Jeremy Ashkenas
More...
over 16 years ago
more underscore examples
Jeremy Ashkenas
More...
over 16 years ago
more underscore and bugfix edits to code generation
Jeremy Ashkenas
More...
over 16 years ago
more underscore, and removing custom_assign and return from conditional compilation
Jeremy Ashkenas
More...
over 16 years ago
coffeescript 0.1.5, just for kicks
Jeremy Ashkenas
More...
over 16 years ago
docs for range comprehensiosn
Jeremy Ashkenas
More...
over 16 years ago
got negative ranges working with (much, much) uglier compiled code
Jeremy Ashkenas
More...
over 16 years ago
that's it for now for significant whitespace -- I really just can't make flexible enough
Jeremy Ashkenas
More...
over 16 years ago
smarter but uglier lexer -- now handles most significant whitespace cases. Clean it up though... (newlines after outdents)
Jeremy Ashkenas
More...
over 16 years ago
removing no_paren -- it was optimizing away order of operations
Jeremy Ashkenas
More...
over 16 years ago
removing no_paren -- can cause order of operations errors
Jeremy Ashkenas
More...
over 16 years ago
got a lexer working along the lines of what kamatsu proposes
Jeremy Ashkenas
More...
over 16 years ago
little more progress on whitespace
Jeremy Ashkenas
More...
over 16 years ago
merging in master
Jeremy Ashkenas
More...
over 16 years ago
adding newline escaping, with tests
Jeremy Ashkenas
More...
over 16 years ago
docs
Jeremy Ashkenas
More...
over 16 years ago
changed bin/coffee-script to bin/coffee
Jeremy Ashkenas
More...
over 16 years ago
fixed range comprehension indexing
Jeremy Ashkenas
More...
over 16 years ago
trading the cs> prompt for the coffee> prompt
Jeremy Ashkenas
More...
over 16 years ago
added array comprehensions over ranges
Jeremy Ashkenas
More...
over 16 years ago
docs for assignment-as-expression
Jeremy Ashkenas
More...
over 16 years ago
major internal reworking -- all variable declarations have been pushed up to the first line of the block scope -- all assignment is now an inherent expression
Jeremy Ashkenas
More...
over 16 years ago
started raising syntax errors for parens wrapped around expressions (they used to silently be ignored)
Jeremy Ashkenas
More...
over 16 years ago
don't add the no_wrap key to the options hash unless we're going to use it
Jeremy Ashkenas
More...
over 16 years ago
comment
Jeremy Ashkenas
More...
over 16 years ago
documenting ranges and slices
Jeremy Ashkenas
More...
over 16 years ago
reorganizing test fixtures and adding range literals for array slices
Jeremy Ashkenas
More...
over 16 years ago
CoffeeScript 0.1.4
Jeremy Ashkenas
More...
over 16 years ago
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
Jeremy Ashkenas
More...
over 16 years ago
stopped using __proto__, instead, using a variant of goog.inherits for extends and super()
Jeremy Ashkenas
More...
over 16 years ago
←
1
2
…
134
135
136
137
138
139
140
141
142
143
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree