Jeremy Ashkenas
|
15d84dbb4e
|
Fixing issue #694. Destructuring assignment as first line of implicitly called block -- regression.
|
2010-09-19 09:04:38 -04:00 |
|
Jeremy Ashkenas
|
08e1101c1f
|
fixing static class properties that are implicit objects.
|
2010-09-18 22:25:45 -04:00 |
|
Jeremy Ashkenas
|
72847b9b26
|
tweak to block indentation test.
|
2010-09-18 13:20:32 -04:00 |
|
Jeremy Ashkenas
|
4b2d40d3b5
|
Merging in Stephank's fix for #692.
|
2010-09-18 10:36:48 -04:00 |
|
Stéphan Kochen
|
72d7fe2f7a
|
Function soaks should preserve this. Fixes issue #692.
|
2010-09-18 12:27:14 +02:00 |
|
Jeremy Ashkenas
|
43f7f6c355
|
documenting 'invoke' in Cakefiles a little bit.
|
2010-09-17 20:24:10 -04:00 |
|
Jeremy Ashkenas
|
a53c104db1
|
simpler default Try CoffeeScript scriptlet.
|
2010-09-16 00:41:13 -04:00 |
|
Jeremy Ashkenas
|
2a0bd1adc7
|
silencing another JavaScriptLint extraneous warning.
|
2010-09-16 00:36:46 -04:00 |
|
Jeremy Ashkenas
|
a2631759c0
|
CoffeeScript 0.9.3
0.9.3
|
2010-09-16 00:32:57 -04:00 |
|
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
|
60f80e2698
|
Fixing the double-implicit-call-into-implicit-object problem.
|
2010-09-15 22:29:03 -04:00 |
|
Jeremy Ashkenas
|
c782c2ec1c
|
Fix for issue #685. Over-aggressize heredoc cleanup when there is no leading indentation.
|
2010-09-15 22:08:13 -04:00 |
|
Jeremy Ashkenas
|
f0d778ce49
|
moving addImplicitBraces and addImplicitParentheses next to each other ... perhaps they should interleave.
|
2010-09-14 22:57:01 -04:00 |
|
Jeremy Ashkenas
|
a3c224e57a
|
Fixing issue #676, chained accesses against the super() keyword.
|
2010-09-12 16:33:38 -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
|
61a39e04fc
|
Issue #680. @::prop versus this::prop, fixed lexing regex.
|
2010-09-12 15:48:31 -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
|
121110a485
|
Adding Roast to the Resources.
|
2010-09-10 15:41:35 -04:00 |
|
Jeremy Ashkenas
|
d41a414b5c
|
Complexifying the indebt test, one more level.
|
2010-09-08 22:48:28 -04:00 |
|
Jeremy Ashkenas
|
9bd3cca7c4
|
Introducing the notion of 'indebt' to mirror 'outdebt', but for suppressed indentation with trailing operators etc. Issue #639.
|
2010-09-08 22:46:13 -04:00 |
|
Jeremy Ashkenas
|
18cbddff6a
|
Fix for Issue #655. Leading empty commas in ArgLists are now disallowed.
|
2010-09-08 21:39:51 -04:00 |
|
Jeremy Ashkenas
|
df414dab02
|
Issue #665. Recompile on --watch when file changes size, or mtime changes.
|
2010-09-08 21:08:17 -04:00 |
|
Jeremy Ashkenas
|
904207ba8f
|
throwing errs from fs.readFile in watch mode.
|
2010-09-08 20:55:34 -04:00 |
|
Jeremy Ashkenas
|
44618d5765
|
Adding a test for Issue #669
|
2010-09-08 20:25:17 -04:00 |
|
Jeremy Ashkenas
|
70cfd54ad4
|
Issue #670. 'THIS' tokens should trigger an implicit call.
|
2010-09-08 20:15:16 -04:00 |
|
Jeremy Ashkenas
|
62bf0a2bc9
|
Merge branch 'master' of git://github.com/StanAngeloff/coffee-script
|
2010-09-08 09:03:42 -04:00 |
|
Jeremy Ashkenas
|
c9289155b4
|
Merge branch 'master' of git://github.com/chrislloyd/coffee-script
|
2010-09-08 09:03:03 -04:00 |
|
Chris Lloyd
|
cd67ec6e69
|
Bad variable name clobbers correct path in compile event.
|
2010-09-08 14:51:59 +02: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
|
493780efab
|
separate out browser.coffee from the core coffee-script module.
|
2010-09-04 06:39:01 -04:00 |
|
Jeremy Ashkenas
|
9290e508c6
|
fix broken simplenum regex for rangenodes...
|
2010-09-01 21:20:23 -04:00 |
|
Jeremy Ashkenas
|
a1ebb14495
|
fixing broken doc link (satyr)
|
2010-08-31 21:52:15 -04:00 |
|
Jeremy Ashkenas
|
eb9a524ea1
|
Adding unmatched 'then' to the list of things that closes a single-line implicit call early. Issue #611.
|
2010-08-30 22:04:13 -04:00 |
|
Jeremy Ashkenas
|
0caa731291
|
re-enabling the mis-dented call case. Issue #657
|
2010-08-30 20:59:16 -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 |
|
Richard Frankel
|
bcecbd051b
|
added some tests for function soak
|
2010-08-25 18:54:42 -04:00 |
|
Timothy Jones
|
6607224493
|
Wrapping existence tests on functions.
|
2010-08-26 09:03:10 +12:00 |
|
Timothy Jones
|
6224edd6ce
|
Existence checks on functions now supported.
|
2010-08-26 07:39:30 +12:00 |
|
Timothy Jones
|
9598b11c77
|
Existence functions now parsing.
|
2010-08-26 06:31:56 +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 |
|