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-02-18 11:31:20 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b58102c5149918c6b25b8acc9a8363c893c2c99a
coffeescript
/
lib
/
coffee_script
History
Jeremy Ashkenas
b58102c514
don't add the no_wrap key to the options hash unless we're going to use it
2009-12-25 19:48:47 -08:00
..
CoffeeScript.tmbundle
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
narwhal
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
command_line.rb
don't add the no_wrap key to the options hash unless we're going to use it
2009-12-25 19:48:47 -08:00
grammar.y
reorganizing test fixtures and adding range literals for array slices
2009-12-25 16:20:28 -08:00
lexer.rb
reorganizing test fixtures and adding range literals for array slices
2009-12-25 16:20:28 -08:00
nodes.rb
comment
2009-12-25 19:34:40 -08:00
parse_error.rb
finished commenting everything but the nodes -- they're up next
2009-12-17 22:54:24 -05:00
scope.rb
the narwhal integration written in JavaScript has been replaced with CoffeeScript, and compiler-generated variable names now start with '__'
2009-12-24 23:09:24 -08:00
value.rb
first draft of parsing and printing along comments -- unfortunately, not yet working within objects and arrays
2009-12-22 11:27:19 -05:00