satyr
|
341de42692
|
removed extra parens around simple values
|
2010-10-22 09:35:15 +09:00 |
|
satyr
|
53fbfc7d15
|
removed extra parens from in/return compilations
|
2010-10-21 07:19:08 +09:00 |
|
satyr
|
c1dc74fc8b
|
removed extra parens from compilations with assignments or conditional operators
|
2010-10-21 02:29:06 +09:00 |
|
Sam Stephenson
|
f360fba47f
|
Add test:browser task for running the test suite against the merged browser script.
|
2010-10-11 09:42:13 -05:00 |
|
satyr
|
c5f922c5db
|
coffee-script: tokens/nodes can now take options as well
|
2010-10-09 04:27:05 +09:00 |
|
satyr
|
7450df8104
|
#713: destructuring assignment is no longer statement and correctly returns RHS value
|
2010-09-29 05:47:12 +09:00 |
|
satyr
|
c24e1eacb9
|
(experimental) made new a unary operator
|
2010-09-25 17:39:19 +09:00 |
|
Jeremy Ashkenas
|
19dfe4b01d
|
merging Tim's filename branch.
|
2010-09-22 22:44:42 -04:00 |
|
Tim-Smart
|
dfd6025d04
|
Remove (compiled) from filenames, to keep __filename accurate
|
2010-09-23 11:55:05 +12:00 |
|
Jeremy Ashkenas
|
c50cf23b7b
|
CoffeeScript 0.9.4
|
2010-09-21 23:58:05 -04:00 |
|
Jeremy Ashkenas
|
970bfbe151
|
Merge branch 'repl' of git://github.com/Tim-Smart/coffee-script
|
2010-09-21 08:05:03 -04:00 |
|
satyr
|
e4b7d06f35
|
removed browser specific hacks from src/* by making "rake browser" provide fake require and exports
|
2010-09-21 18:37:44 +09:00 |
|
satyr
|
b19c004680
|
made wrapper function keep current this
|
2010-09-21 16:53:58 +09:00 |
|
satyr
|
7bc91bf6c6
|
removed global dependency from grammer
|
2010-09-21 16:50:32 +09:00 |
|
Tim-Smart
|
c49cd02365
|
Fix REPL. Add CoffeeScript.eval method as run doesn't return result.
|
2010-09-21 17:36:23 +12:00 |
|
Tim-Smart
|
34c29b3406
|
Cleaner stack traces.
- Improves run() function
- Re-sets the module.filename to add (compiled)
|
2010-09-21 15:32:37 +12:00 |
|
Jeremy Ashkenas
|
83651a7d6a
|
merging in Tim's registerExtension fix for the latest Node master.
|
2010-09-20 22:27:04 -04:00 |
|
Tim-Smart
|
ba850790ed
|
Add require.extensions support.
|
2010-09-21 13:23:45 +12:00 |
|
Jeremy Ashkenas
|
a2631759c0
|
CoffeeScript 0.9.3
|
2010-09-16 00:32:57 -04:00 |
|
Jeremy Ashkenas
|
493780efab
|
separate out browser.coffee from the core coffee-script module.
|
2010-09-04 06:39:01 -04:00 |
|
Jeremy Ashkenas
|
e2c46d14f0
|
CoffeeScript 0.9.2
|
2010-08-23 22:08:33 -04:00 |
|
satyr
|
387c690530
|
removed noWrap (setTimeout evaluates on global)
|
2010-08-18 10:29:13 +09:00 |
|
satyr
|
db181e2a36
|
enabled remote scripts in browsers
|
2010-08-18 09:35:52 +09:00 |
|
Jeremy Ashkenas
|
975b82f09b
|
Issue #609. Slightly faster implementation of ||= and &&=
|
2010-08-14 18:02:07 -04:00 |
|
Jeremy Ashkenas
|
f496cc229b
|
Further reducing amount of redundant parentheses.
|
2010-08-14 17:52:37 -04:00 |
|
Jeremy Ashkenas
|
ca18f1fad6
|
Core Compiler is JSLint-free again, after removing a couple extra semicolons that snuck in when if statements compiled at the top level.
|
2010-08-14 11:42:19 -04:00 |
|
Jeremy Ashkenas
|
6c997978bc
|
CoffeeScript 0.9.1 is on the books.
|
2010-08-11 00:40:15 -04:00 |
|
Jeremy Ashkenas
|
0ada5a7734
|
Issue #587 ... Removing the Attempted Removal of Erroneous Double Parens.
|
2010-08-07 08:13:36 -04:00 |
|
Jeremy Ashkenas
|
9df3e6a538
|
first step towards requiring #{ ... } interpolation -- removing naked interps from the compiler.
|
2010-08-07 08:02:16 -04:00 |
|
Jeremy Ashkenas
|
b42045f3f7
|
regenerating large swathes of the docs
|
2010-08-03 00:06:34 -04:00 |
|
Jeremy Ashkenas
|
071b527b66
|
Issue #559, renaming {source} option to {fileName}, on CoffeeScript.compile
|
2010-07-30 20:37:12 -04:00 |
|
Jeremy Ashkenas
|
dc1288d319
|
slightly optimizing return values of AssignNodes. Issue #539
|
2010-07-24 12:27:11 -07:00 |
|
Jeremy Ashkenas
|
3b6f020f8a
|
Making the spacing of symbols on function declaration consistent. No-space when single-line. Spaced when block. (StanAngeloff)
|
2010-07-24 08:31:43 -07:00 |
|
Jeremy Ashkenas
|
ff7e729b84
|
bumping version to 0.7.2 for --options patch.
|
2010-07-12 08:17:26 -04:00 |
|
Jeremy Ashkenas
|
e40d25e4bd
|
rebuilding docs and compressed version for CoffeeScript 0.7.1
|
2010-07-11 10:40:44 -04:00 |
|
Jeremy Ashkenas
|
08ab4abd43
|
removing obvious redundant parentheses.
|
2010-06-27 23:55:18 -04:00 |
|
Jeremy Ashkenas
|
ec570c46bf
|
Big commit. First draft of stripping comments from generated JS output. Issue #41
|
2010-06-27 12:59:54 -04:00 |
|
Jeremy Ashkenas
|
f7345ffaac
|
removing extensions from CoffeeScript
|
2010-06-26 13:36:31 -04:00 |
|
Jeremy Ashkenas
|
e14f4c5db1
|
First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores...
|
2010-06-12 19:05:13 -04:00 |
|
Jeremy Ashkenas
|
59de6b505a
|
ahh, finally. switched up our Jison configuration to provide better syntax errors. Now you get the unexpected token, instead of the expected one.
|
2010-06-01 20:21:12 -04:00 |
|
Jeremy Ashkenas
|
485346f0e5
|
CoffeeScript 0.6.2
|
2010-05-15 01:18:05 -04:00 |
|
Jeremy Ashkenas
|
dfb3a13246
|
Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366
|
2010-05-14 23:40:04 -04:00 |
|
Jeremy Ashkenas
|
92540d5e85
|
CoffeeScript 0.6.1, for Node.js v0.1.90
|
2010-04-12 21:20:00 -04:00 |
|
Jeremy Ashkenas
|
835ecac8db
|
simplifying some unecessary interpolated expressions into interpolated values.
|
2010-04-11 16:57:53 -04:00 |
|
Chris Lloyd
|
19ed63129e
|
Interpolated strings are expressions.
|
2010-04-04 17:05:52 +10:00 |
|
Jeremy Ashkenas
|
c067808b54
|
CoffeeScript 0.6.0 is on the books.
|
2010-04-03 20:43:50 -04:00 |
|
Jeremy Ashkenas
|
f86fca2739
|
merged tanob's fix for installing outside of /usr/local without a /bin
|
2010-03-31 21:30:14 -04:00 |
|
Jeremy Ashkenas
|
83c0e77ca8
|
making the Rewriter's add_implicit_calls more sensitive of parenthetical arguments.
|
2010-03-28 17:12:30 -04:00 |
|
Jeremy Ashkenas
|
7de5253318
|
removing unused reserved variable 'source var' from range comprehensions
|
2010-03-27 16:04:47 -04:00 |
|
Jeremy Ashkenas
|
590c069158
|
CoffeeScript 0.5.6
|
2010-03-23 00:18:50 -04:00 |
|