Commit Graph

  • 6417cf4d1b removed duplicate "let" in RESERVED list Michael Ficarra 2012-06-12 15:15:59 -05:00
  • 7fdd21b26d Add example of destructuring assignment in class constructors for options Gabe Hollombe 2012-06-10 11:19:54 +07:00
  • 1731f7d321 rebuild after merging #2371 Michael Ficarra 2012-06-06 19:39:17 -05:00
  • 8d39c1cc79 Merge pull request #2371 from takkaw/del_unused Michael Ficarra 2012-06-06 17:38:22 -07:00
  • bc7e0cf09a delete unused sentence takkaw 2012-06-06 23:05:10 +09:00
  • 7c29ea4d38 removing code that restricts duplicate key names and associated tests Michael Ficarra 2012-05-21 13:49:00 -04:00
  • 6c6c8bd454 typo in test case for #2333 Michael Ficarra 2012-05-21 13:28:18 -04:00
  • 81f780f1fb finally put #2333 to rest by resorting to using indirect eval Michael Ficarra 2012-05-21 13:22:08 -04:00
  • 6838bae36e Merge pull request #2347 from heyLu/fix-repl Jeremy Ashkenas 2012-05-21 06:22:04 -07:00
  • 972a5299d5 correct spacing around operators in slice output Michael Ficarra 2012-05-20 16:32:10 -04:00
  • b8149812cd fixes #2349: inclusive slicing to numeric strings Michael Ficarra 2012-05-20 16:22:25 -04:00
  • 01d4e87f57 fix repl completion and navigation Lucas Stadler 2012-05-20 11:28:58 +02:00
  • f938a213fe trying to commit built files again; here goes nothing Michael Ficarra 2012-05-16 15:50:34 -04:00
  • df54c63b1b yet another small cleanup and obscure bugfix related to #2333 Michael Ficarra 2012-05-16 15:29:00 -04:00
  • 1810d9f318 object key dupe checking again: support newlines and \a in strings Michael Ficarra 2012-05-16 12:53:28 -04:00
  • 29b9c3bb29 correcting broken fix for #2333 regarding string escape sequences Michael Ficarra 2012-05-16 10:30:55 -04:00
  • da2298988a Merge pull request #2334 from michaelficarra/issue2333 Michael Ficarra 2012-05-16 05:55:28 -07:00
  • f31ff7774a fix escaping in test for #2333 Michael Ficarra 2012-05-16 08:19:06 -04:00
  • c6fafa1bc9 renaming any helper to some, reflecting Array::some Michael Ficarra 2012-05-16 07:58:14 -04:00
  • e8a8209a2b Finally rid eval from fix for #2333. I feel comfortable with it now. Michael Ficarra 2012-05-16 07:41:00 -04:00
  • fa82859814 another refactoring for #2333 Michael Ficarra 2012-05-16 07:02:16 -04:00
  • 55e1386503 issue #2333: removed gratuitous test, refactored Michael Ficarra 2012-05-16 02:07:35 -04:00
  • dc9565f54a fix to #2333 greatly improved, but still depends on eval :( Michael Ficarra 2012-05-16 02:03:02 -04:00
  • c264bf04cc fixes #2333: fix prohibition of duplicate object properties Michael Ficarra 2012-05-16 01:07:10 -04:00
  • 5c66e552d7 corrected some SIGINT/EOT logic in REPL Michael Ficarra 2012-05-15 13:15:23 -04:00
  • c4ebe352a4 more changes to REPL autocompletion as suggested in 8dcbe54e55 Michael Ficarra 2012-05-15 12:46:41 -04:00
  • 1cba2e2339 Merge branch 'master' into gh-pages Jeremy Ashkenas 2012-05-15 12:36:12 -04:00
  • 79492aab36 CoffeeScript 1.3.3 1.3.3 Jeremy Ashkenas 2012-05-15 12:35:40 -04:00
  • e3454ed7fb Fixes #2331 -- bound 'super' regression Jeremy Ashkenas 2012-05-15 12:30:51 -04:00
  • 8dcbe54e55 Fixes broken autocompletion from 8bc6001d27 Michael Ficarra 2012-05-15 02:25:28 -04:00
  • dac24a3d8a small refactoring of 66c751be11 Michael Ficarra 2012-05-14 21:03:45 -04:00
  • 5c8eef2ab5 package.json: changing license URL to new github raw URL format Michael Ficarra 2012-05-14 17:50:04 -04:00
  • 66c751be11 fixed REPL to allow streamed input from stdin Michael Ficarra 2012-05-14 15:48:59 -04:00
  • b4af24b7e2 Merge branch 'master' into gh-pages Jeremy Ashkenas 2012-05-14 14:45:35 -04:00
  • 7792a3a6e3 CoffeeScript 1.3.2 1.3.2 Jeremy Ashkenas 2012-05-14 14:45:20 -04:00
  • e57a5de33e added bugs to package.json Michael Ficarra 2012-05-14 12:35:50 -04:00
  • ed705403ad Merge pull request #2299 from geraldalewis/2213-no-method-is-array Michael Ficarra 2012-05-12 17:30:48 -07:00
  • fa899ab810 Fix typo in test name Colin Ross 2012-05-12 06:34:12 +01:00
  • 3fc0e6be90 adding a rel=canonical Jeremy Ashkenas 2012-05-10 17:42:27 -04:00
  • fdcd99dfef adding a rel=canonical Jeremy Ashkenas 2012-05-10 17:42:27 -04:00
  • d5ddd0f783 removing redundant cases in lexer; thanks @satyr Michael Ficarra 2012-05-08 16:42:09 -04:00
  • 848d10594b reverting premature start of solution to #2306 Michael Ficarra 2012-05-08 16:22:26 -04:00
  • caf3da2f66 lexer/parser: split out null and undefined from BOOL token Michael Ficarra 2012-05-08 16:11:23 -04:00
  • f1b286469a Wraps up #2211 -- addresses invocations within destructured params Gerald Lewis 2012-05-02 18:03:32 -04:00
  • 46065199cd Fixes #2287 -- tweak extends to make jshint easier Jeremy Ashkenas 2012-04-25 17:33:21 -04:00
  • 879fe3976d Fixes #2197 -- uncached double existential Jeremy Ashkenas 2012-04-25 15:04:15 -04:00
  • c1309e12f7 Fixes #2209 -- document heredocs as 'block strings' Jeremy Ashkenas 2012-04-25 14:37:05 -04:00
  • 6bcc798a76 Fixes #2207 -- unambiguous immediate implicit closes don't close implicit objects Jeremy Ashkenas 2012-04-25 14:14:00 -04:00
  • 3e95d7f2d0 Reapply the removed patch from bugfix_1183 in PR 2252. Include a test case to show it's required. Maxwell Krohn 2012-04-24 21:48:18 -04:00
  • c3159e48c8 Merge pull request #2219 from matt-hickford/build-windows-alternative Jeremy Ashkenas 2012-04-24 14:59:30 -07:00
  • 34be878257 Fixes #1183, Refactors #2252, super calls in inner functions Jeremy Ashkenas 2012-04-24 17:23:37 -04:00
  • 87257ea6b3 Fixes #2258 -- allow parameter lists in the vertical style. Jeremy Ashkenas 2012-04-24 16:56:39 -04:00
  • 8bc6001d27 Fixes #2280 -- add enumerable prototypal properties to autocompletion. Jeremy Ashkenas 2012-04-24 16:26:07 -04:00
  • e433098eb2 Adding a test for #2273 Jeremy Ashkenas 2012-04-24 15:39:22 -04:00
  • afdcdcfd54 Fixes #2273, reverts #643 -- no special variable treatment for loop variables. Jeremy Ashkenas 2012-04-24 15:37:26 -04:00
  • 4fc9a345bb Fixes #2274 -- allow @variables as loop variables Jeremy Ashkenas 2012-04-24 12:21:47 -04:00
  • 9d4dc094a1 adding a link to the high-rez logo Jeremy Ashkenas 2012-04-24 12:12:09 -04:00
  • c06487c13b Merge branch 'master' of github.com:jashkenas/coffee-script Jeremy Ashkenas 2012-04-24 12:12:12 -04:00
  • 7a80661ad5 adding a link to the high-rez logo Jeremy Ashkenas 2012-04-24 12:12:09 -04:00
  • 2fb527a63f Merge pull request #2277 from geraldalewis/2213-dup-destructured-params Jeremy Ashkenas 2012-04-24 08:48:06 -07:00
  • 99394e1011 Fixes issue where destructured assignment params were incorrectly identified as duplicates. Gerald Lewis 2012-04-23 20:41:56 -04:00
  • 3b1a566117 Hidden files no longer queued for --join (fixes #2263) Trevor Burnham 2012-04-23 13:59:42 -04:00
  • d58da49cee Intermediate version bump to 1.3.2-pre Trevor Burnham 2012-04-23 13:34:04 -04:00
  • 0fada5109a Merge pull request #2213 from geraldalewis/2211-destructed-splats Jeremy Ashkenas 2012-04-23 09:00:22 -07:00
  • 46ff7705ee corrections for octal escape sequences; allows "\0" alone; see #1547 Michael Ficarra 2012-04-20 18:29:40 -04:00
  • eabcb2c8b0 Merge pull request #2261 from josher19/patch-2 Michael Ficarra 2012-04-12 22:17:13 -07:00
  • ea60dfa44d See issue #2620 josher19 2012-04-13 12:54:36 +08:00
  • 53a82da3f3 fixes #2255: global leak with splatted @-params Michael Ficarra 2012-04-12 23:46:28 -04:00
  • b03bea14fa Code and commentary diverged in that short time. Fix. Maxwell Krohn 2012-04-11 19:35:14 -04:00
  • 2f13fae6f0 restore proper error messages Maxwell Krohn 2012-04-11 19:32:40 -04:00
  • a92af02ae8 Add some commentary. Maxwell Krohn 2012-04-11 19:17:55 -04:00
  • 4043124135 tests for fix to #2052, f3a1f46679 Michael Ficarra 2012-04-11 18:35:51 -04:00
  • 7b66e22bc6 now it works for all of #1183. This should do it. Maxwell Krohn 2012-04-11 18:22:52 -04:00
  • 5542e00b80 sart work on a bugfix, but we're not covering the exact case in issue #1183 Maxwell Krohn 2012-04-11 18:05:33 -04:00
  • f3a1f46679 fixes #2052: don't manually assign constructors' name property Michael Ficarra 2012-04-11 12:14:44 -04:00
  • 08673261b1 comments in the REPL should have no output, not undefined Michael Ficarra 2012-04-11 11:43:31 -04:00
  • 60c9b94656 CoffeeScript 1.3.1 (quick bugfix for compound assignment to a global variable 1.3.1 Jeremy Ashkenas 2012-04-10 17:26:23 -04:00
  • f0e17fc20f fixing compound assignments to global variables. oof. Jeremy Ashkenas 2012-04-10 17:07:38 -04:00
  • de511e0348 resolving merge 1.3.0 Jeremy Ashkenas 2012-04-10 14:58:59 -04:00
  • ed8d94f69c CoffeeScript 1.3.0 Jeremy Ashkenas 2012-04-10 14:57:45 -04:00
  • 1b3af684cb Merge pull request #2070 from clutchski/slice-docs Jeremy Ashkenas 2012-04-10 07:56:44 -07:00
  • 53fe10e4ad REPL once again permits indented expressions Michael Ficarra 2012-04-05 21:33:15 -04:00
  • b4e1e54cf7 fixes #2239: REPL didn't accept expressions that were just comments Michael Ficarra 2012-04-05 18:10:05 -04:00
  • 22db7ae85a Octal and binary literals are more appropriately converted to hex Michael Ficarra 2012-03-27 21:31:48 -04:00
  • 6a88ce7d1e fixes #2224: various issues related to number lexing Michael Ficarra 2012-03-27 21:31:20 -04:00
  • 7e32c32057 build on Windows - fix spawn command by calling node explicitly Matt Hickford 2012-03-25 11:17:46 +01:00
  • c5737764b5 Issue #2211 -- splats in destructured parameters Gerald Lewis 2012-03-23 13:20:15 -04:00
  • ddd6e9a48b abb11c80d1 didn't consider objects with [[Call]] Michael Ficarra 2012-03-10 11:49:33 -05:00
  • d6fbfa55b6 number literal error messages: more consistent, removed pluralisation Michael Ficarra 2012-03-08 14:44:47 -05:00
  • abb11c80d1 splatted constructors returning null should produce the new instance Michael Ficarra 2012-03-07 18:19:53 -05:00
  • ef0cb46b9b Following symlinks when setting module.paths (fixes #2175) Trevor Burnham 2012-03-05 15:00:20 -05:00
  • 209a0f5a79 Rebuilding browser lib Trevor Burnham 2012-03-03 13:52:43 -05:00
  • 44e1ccec7e eval's options argument should default to {}, even in the browser Michael Ficarra 2012-03-02 22:49:51 -05:00
  • 7c1f4b38f4 start with 1, then 2 for reused vars. Jeremy Ashkenas 2012-02-29 23:46:03 -05:00
  • b9cfb5a7d8 Fixes #2155 -- existential assignment to a closure Jeremy Ashkenas 2012-02-29 23:41:57 -05:00
  • 1c8411f628 merging in early error for compound assignment to undeclared variables. Jeremy Ashkenas 2012-02-28 10:42:11 -05:00
  • de9970412a Making bare the default for eval in the browser (fixes #2148) Trevor Burnham 2012-02-27 12:13:35 -05:00
  • a0e3a8b420 Merge pull request #2117 from AdleyEskridge/master Jeremy Ashkenas 2012-02-26 09:10:20 -08:00
  • bc2ca1ef73 building missed commit change. Jeremy Ashkenas 2012-02-26 11:48:33 -05:00
  • 9a955859fd link typo Jeremy Ashkenas 2012-02-23 22:05:00 -05:00