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 22, 2025 — Aug 22, 2026
Showing page 135 of 143
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
adding the notion of existence -- postfixing an expression with a question mark will check if to see if it's not null or undefined
Jeremy Ashkenas
More...
over 16 years ago
commenting the lexer a bit more
Jeremy Ashkenas
More...
over 16 years ago
expanding the list of tokens that regexes may not follow, according to the Mozilla JS 2.0 docs
Jeremy Ashkenas
More...
over 16 years ago
adding steps to range comprehensions
Jeremy Ashkenas
More...
over 16 years ago
fixing precedence order, so that you can nest range comprehensions
Jeremy Ashkenas
More...
over 16 years ago
making range comprehensions compile safely, even when you assign to the same variable as your endposts.
Jeremy Ashkenas
More...
over 16 years ago
--
Jeremy Ashkenas
More...
over 16 years ago
allowing indentation within function calls
Jeremy Ashkenas
More...
over 16 years ago
adding a test for expressions in range comprehensions
Jeremy Ashkenas
More...
over 16 years ago
test for uminus
Jeremy Ashkenas
More...
over 16 years ago
allowing expressions within range literals
Jeremy Ashkenas
More...
over 16 years ago
fixing the regex lexer to make it less agressive when we know it can't possibly be a regex
Jeremy Ashkenas
More...
over 16 years ago
fix for multiple splats in a function call
Jeremy Ashkenas
More...
over 16 years ago
adding splats as arguments to function calls
Jeremy Ashkenas
More...
over 16 years ago
adding a note in the docs about how to build the parser and install the gem
Jeremy Ashkenas
More...
over 16 years ago
comment about test_execution being the most important
Jeremy Ashkenas
More...
over 16 years ago
reserving variables for splats the regular way, not through a custom 'var' declaration
Jeremy Ashkenas
More...
over 16 years ago
adding splats to function definitions
Jeremy Ashkenas
More...
over 16 years ago
expressions nested in expressions made for some indentation issues -- statements are now responsible for their own leading indentation
Jeremy Ashkenas
More...
over 16 years ago
adding a test for multiline-array-comprehension-with-filter
Jeremy Ashkenas
More...
over 16 years ago
enabling multi-line array and object comprehensions
Jeremy Ashkenas
More...
over 16 years ago
adding a filtered object comprehension test
Jeremy Ashkenas
More...
over 16 years ago
using push for comprehension results so that it works with object keys, and adding a test for object comprehensions
Jeremy Ashkenas
More...
over 16 years ago
adding weepy's suggestion to use (for .. in) for array comprehensions, which means that they're now object comprehensions as well
Jeremy Ashkenas
More...
over 16 years ago
done commenting the rewriter
Jeremy Ashkenas
More...
over 16 years ago
detailed scan_tokens so that the calling function can indicate the number of spaces to move forward (or backward) in the token stream
Jeremy Ashkenas
More...
over 16 years ago
making assignment token detection a regex like all the others
Jeremy Ashkenas
More...
over 16 years ago
pulled out all token-stream-rewriting logic into the CoffeeScript::Rewriter -- let the lexer be simpleminded
Jeremy Ashkenas
More...
over 16 years ago
adding a rake:ultraviolet build syntax highlighter task, and regenerating the docs with correct highlighting
Jeremy Ashkenas
More...
over 16 years ago
adding a test case for named functions
Jeremy Ashkenas
More...
over 16 years ago
←
1
2
…
131
132
133
134
135
136
137
138
139
…
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