Jeremy Ashkenas
|
2b87cabbb4
|
removing now-unused logic from the IfNode, that used to handle switch statements.
|
2010-09-15 23:48:20 -04:00 |
|
Jeremy Ashkenas
|
d8465ce767
|
First draft of real switch statements for CoffeeScript switch statements.
|
2010-09-15 23:46:01 -04:00 |
|
Jeremy Ashkenas
|
b727245834
|
better error for external super() call.
|
2010-09-12 16:25:00 -04:00 |
|
Jeremy Ashkenas
|
6b19e61bd0
|
simplifying previous commit
|
2010-09-12 16:20:01 -04:00 |
|
Jeremy Ashkenas
|
38ce0cfd9a
|
running cacheindexes on soaks that need them.
|
2010-09-12 16:18:05 -04:00 |
|
Jeremy Ashkenas
|
ea3aa6803a
|
using @containsType.
|
2010-09-12 14:44:03 -04:00 |
|
Jeremy Ashkenas
|
3a20d7dacb
|
Partial fix for 653.
|
2010-09-12 11:08:05 -04:00 |
|
Timothy Jones
|
e5837b4ee9
|
Actually caching the splatted constructor this time.
|
2010-09-12 01:49:25 +12:00 |
|
Timothy Jones
|
d1f31c5143
|
Ensuring constructors invoked with splats behave correctly, along with caching.
|
2010-09-12 01:28:22 +12:00 |
|
Jeremy Ashkenas
|
4af41e9bfb
|
Fixing issue #678 -- missing parentheses in a mixed operation(call(soak))
|
2010-09-11 08:39:14 -04:00 |
|
Jeremy Ashkenas
|
62bf0a2bc9
|
Merge branch 'master' of git://github.com/StanAngeloff/coffee-script
|
2010-09-08 09:03:42 -04:00 |
|
Stan Angeloff
|
cd6261d477
|
Fixed #669: Wrapper arguments
|
2010-09-08 15:18:08 +03:00 |
|
Jeremy Ashkenas
|
3b60aad487
|
simplifying RangeNode grammar a bit.
|
2010-09-04 06:48:20 -04:00 |
|
Jeremy Ashkenas
|
9290e508c6
|
fix broken simplenum regex for rangenodes...
|
2010-09-01 21:20:23 -04:00 |
|
Jeremy Ashkenas
|
704fbf499b
|
Merging in Tesco and rofrankel's soaks for function calls. A soaked check that fails will return undefined.
|
2010-08-28 09:00:04 -04:00 |
|
Jeremy Ashkenas
|
04fd24e068
|
Treat 'debugger' as a pure-statement keyword, not and identifier.
|
2010-08-28 08:26:47 -04:00 |
|
Richard Frankel
|
dc6a83c030
|
built Tesco's fix for function soaks
|
2010-08-25 18:59:21 -04:00 |
|
Timothy Jones
|
6224edd6ce
|
Existence checks on functions now supported.
|
2010-08-26 07:39:30 +12:00 |
|
Jeremy Ashkenas
|
fa95f743f3
|
Fixing Issue #643. Be a little bit safer about declaring block variables as close to the block scope as possible.
|
2010-08-24 22:19:53 -04:00 |
|
Jeremy Ashkenas
|
bd3471b3d1
|
Issue #641. Rename __superClass__ to __super__
|
2010-08-23 21:19:43 -04:00 |
|
Jeremy Ashkenas
|
f90fac0e55
|
Issue #572. Flexible JavaScript block comments, compatible with JSDoc, YUI-compressor, and Google Closure compiler preservation syntax.
|
2010-08-23 20:27:34 -04:00 |
|
Jeremy Ashkenas
|
117204a784
|
Revert "Issue #619. 'new' operator misbehavior."
This reverts commit e7834de929.
|
2010-08-21 19:16:02 -04:00 |
|
Jeremy Ashkenas
|
e7834de929
|
Issue #619. 'new' operator misbehavior.
|
2010-08-21 18:54:24 -04:00 |
|
Jeremy Ashkenas
|
143c4d5efc
|
Issue #572. Block comments now compile to // for aesthetic reasons.
|
2010-08-21 09:30:25 -04:00 |
|
Jeremy Ashkenas
|
87693d84cb
|
Updating Underscore to 1.1.0, fixing a hasOwnProperty glitch in Scope, and a double-semicolon bug in ParentheticalNode.
|
2010-08-21 08:30:22 -04:00 |
|
Jeremy Ashkenas
|
4ddd65a4c4
|
Issue #621. Added the ability to leave the start and end index off of arrays. list[5..] is now valid CoffeeScript, slicing to the end of the array.
|
2010-08-18 21:51:44 -04:00 |
|
Jeremy Ashkenas
|
b608d4a5ea
|
Issue #626. Making the isInvertible check a little stricter.
|
2010-08-17 21:46:00 -04:00 |
|
Jeremy Ashkenas
|
1b05cd81f0
|
Enabling bound functions as static members of classes... Issue #627
|
2010-08-17 21:07:36 -04:00 |
|
Jeremy Ashkenas
|
5b9b45814f
|
Fixing Issue #622 with a light refactor to start using a 'tags' property on all nodes.
|
2010-08-16 20:18:42 -04:00 |
|
Jeremy Ashkenas
|
027b9e9dc3
|
simplifying generated output for unless/is to (a isnt b) instead of not (a is b). Ticket #617
|
2010-08-15 15:13:33 -04: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
|
9894eeb8e9
|
Improving double-parentheses suppression. Issue #587
|
2010-08-14 17:43:58 -04:00 |
|
Jeremy Ashkenas
|
c90a75ebc5
|
Fixing first part of #614 -- improperly cached existential operator, when first operand is a function call.
|
2010-08-14 16:24:05 -04:00 |
|
Jeremy Ashkenas
|
6555d86328
|
Adding a jsl.conf configuration file for JavaScript lint, and switching to == null for soaks, accordingly.
|
2010-08-14 16:02:01 -04:00 |
|
Jeremy Ashkenas
|
c71f2794eb
|
Fixing compound assignment as a right-hand sub expression of a larger operation. Invalid in JS, valid in Coffee.
|
2010-08-14 14:43:25 -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
|
ead9b1041c
|
tweaking existential compilation.
|
2010-08-14 11:29:10 -04:00 |
|
Jeremy Ashkenas
|
6c997978bc
|
CoffeeScript 0.9.1 is on the books.
|
2010-08-11 00:40:15 -04:00 |
|
Jeremy Ashkenas
|
5bdf78d5ec
|
Fixes Issue #573. Herecomments inside of class literals.
|
2010-08-10 23:02:24 -04:00 |
|
Jeremy Ashkenas
|
c2ec40e6ce
|
Fixes Issue #542. Ensure that top-level objects are parenthesized. It's not valid code, but we might as well not SyntaxError out.
|
2010-08-10 22:16:51 -04:00 |
|
Jeremy Ashkenas
|
d286b33601
|
Fixing closures-generated-within-comprehensions to preserve block local scope for range comprehensions
|
2010-08-08 10:52:59 -04:00 |
|
Jeremy Ashkenas
|
b902377304
|
Fixing Issue #589. Compound assignment to an operation should have lower precedence.
|
2010-08-08 00:07:00 -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
|
ff9af83358
|
CoffeeScript 0.9.0
|
2010-08-04 23:14:34 -04:00 |
|
Jeremy Ashkenas
|
d4ac11cd4f
|
fixing up compout assignment for ?=, which was using a sligtly different path.
|
2010-07-31 00:42:57 -04:00 |
|
Jeremy Ashkenas
|
8b953bbde6
|
Fixing Issue #509. Double-evaluation for function calls within IndexNodes as the left-hand-assignment part of a compound-assignment operation.
|
2010-07-30 23:37:13 -04:00 |
|
Jeremy Ashkenas
|
ebad1ec552
|
using double-quotes for auto-quoted object keys and hash accesses. JSON-style. Issue #556
|
2010-07-30 20:29:05 -04:00 |
|
Jeremy Ashkenas
|
d1b17df38c
|
better output when trying to force a pure statment to become a return
|
2010-07-29 21:33:35 -04:00 |
|