Gerald Lewis
|
8b179fb391
|
Issue #1547 'use strict' eval and arguments use restricted
|
2012-01-16 17:20:55 -05:00 |
|
Gerald Lewis
|
7521068ba3
|
Issue #1547 'use strict' duplicate formal parameter are prohibited
updated error message (thanks @davidchambers)
code style fixes
|
2012-01-16 17:19:14 -05:00 |
|
Gerald Lewis
|
3a694d7dfa
|
Issue #1547 'use strict' octal escape sequences prohibited
RegExp updated (thanks @michaelficarra)
and hex escapes for colors in Cakefile
tests updated (thanks @satyr)
error message conforms to existing Lexer SyntaxErrors
|
2012-01-16 17:18:13 -05:00 |
|
Gerald Lewis
|
66eb186a74
|
Issue #1547 'use strict' tests
|
2012-01-16 17:17:48 -05:00 |
|
Michael Ficarra
|
e207c983c1
|
cleaned up trailing whitespace; merging @geraldalewis's #2033
|
2012-01-16 15:50:09 -05:00 |
|
Michael Ficarra
|
9a23511965
|
adding test for #2037; should've included it in the first place
|
2012-01-16 15:38:00 -05:00 |
|
Gerald Lewis
|
ee9311c025
|
#1534 class then "use strict": modified strict error condition
|
2012-01-16 14:09:06 -05:00 |
|
Gerald Lewis
|
2ec4c38433
|
#1534 class then "use strict": multiple directives support
|
2012-01-14 15:07:32 -05:00 |
|
Gerald Lewis
|
fd1fa7d551
|
#1534 class then "use strict": herecomments fix
|
2012-01-13 13:59:24 -05:00 |
|
Gerald Lewis
|
80677a9d2b
|
#1534 class then "use strict" tests
|
2012-01-12 18:34:50 -05:00 |
|
Michael Ficarra
|
6d33a2e1a0
|
allowing capital B in binary literals; see #2021; thanks @BrendanEich
|
2012-01-12 13:21:29 -05:00 |
|
Michael Ficarra
|
ff05575b78
|
fixes #1973: redefining Array/Object constructors shouldn't break helpers
|
2012-01-10 17:01:27 -05:00 |
|
Trevor Burnham
|
16e297ab61
|
Adding test to ensure that header is disabled by default
|
2012-01-10 14:03:48 -05:00 |
|
Trevor Burnham
|
36a69864e3
|
Adding support for a header with version number to CoffeeScript.compile (#1778)
|
2012-01-10 12:54:21 -05:00 |
|
Rolf Timmermans
|
64b0e50609
|
Fix error that prevented object literals from being properly returned from comprehensions.
|
2012-01-09 09:08:58 +01:00 |
|
Jeremy Banks
|
3484ca5e64
|
Merge remote-tracking branch 'jashkenas/master' into fix-conditional-assignment
Conflicts:
test/assignment.coffee
|
2012-01-03 03:09:46 -05:00 |
|
Jeremy Ashkenas
|
8dfec65034
|
Fixes #1980
|
2011-12-27 16:54:14 -08:00 |
|
Jeremy Ashkenas
|
4a0e8139ea
|
Merge pull request #1970 from michaelficarra/issue1966
fixes #1966: external constructors should produce their return value
|
2011-12-27 09:33:56 -08:00 |
|
Jeremy Ashkenas
|
62a331a3dc
|
Fixes #1961, Fixes #1974, compound assignments to an implicit object.
|
2011-12-26 09:45:48 -08:00 |
|
Michael Ficarra
|
46b34d4b43
|
whitespace cleanup
|
2011-12-24 07:04:34 -05:00 |
|
Michael Ficarra
|
080ed2e8dd
|
fixes #1966: external constructors should produce their return value
|
2011-12-24 06:51:14 -05:00 |
|
Jeremy Ashkenas
|
8728706237
|
Merge pull request #1959 from jashkenas/issue1910
fixes #1910: loop index should be mutable within a loop iteration and immutable between loop iterations
|
2011-12-21 11:42:04 -08:00 |
|
Michael Ficarra
|
fc0a169a9a
|
fixes #1910: loop index should be mutable within a loop iteration and immutable between loop iterations
|
2011-12-21 14:06:34 -05:00 |
|
clutchski
|
2e06316e31
|
Allowing both end-points of slices to be implicit.
|
2011-12-20 19:21:26 -05:00 |
|
Trevor Burnham
|
0f1dbffa40
|
Adding test case: do (x = y) -> overrides existing x value
|
2011-12-19 11:33:52 -05:00 |
|
Jeremy Ashkenas
|
5c24b80367
|
Amending new do test.
|
2011-12-18 21:24:29 -05:00 |
|
Jeremy Ashkenas
|
a477880edc
|
Fixes #960 -- 'do' is now more efficient and permissive about undefined values.
|
2011-12-18 20:53:30 -05:00 |
|
Jeremy Ashkenas
|
1018c51359
|
Fixes #494: Forcing named classes in CoffeeScript (named functions) ... even in IE.
|
2011-12-18 20:00:09 -05:00 |
|
Jeremy Ashkenas
|
0e40feb9af
|
prepping for 1.2.0
|
2011-12-18 13:21:00 -05:00 |
|
Jeremy Ashkenas
|
a0aa090f2c
|
Fixes #1859 -- postfix if preceding an unparenthesized single-line function body
|
2011-12-18 12:55:21 -05:00 |
|
Jeremy Ashkenas
|
121009dec4
|
Fixes #1813
|
2011-12-15 16:03:01 -05:00 |
|
Jeremy Ashkenas
|
510fb59e29
|
Fixes #1871, allows single-line implicit ends to close implicit objects.
|
2011-12-15 15:43:38 -05:00 |
|
Jeremy Ashkenas
|
af0ee70ea3
|
Fixes #1903
|
2011-12-15 12:29:03 -05:00 |
|
Jeremy Ashkenas
|
686ef9e7f4
|
Fixes #1838
|
2011-12-14 18:31:20 -05:00 |
|
Jeremy Ashkenas
|
b0948f81dd
|
Fixes #1876
|
2011-12-14 12:17:21 -05:00 |
|
Jeremy Ashkenas
|
00f9e244f2
|
Fixes #1922
|
2011-12-14 11:32:40 -05:00 |
|
Jeremy Ashkenas
|
b50315d8a0
|
Adding a more comprehensive test case for the previous commit.
|
2011-12-14 11:06:01 -05:00 |
|
Jeremy Ashkenas
|
85286b8ca5
|
Fixes #1842
|
2011-12-14 11:02:10 -05:00 |
|
Jeremy Ashkenas
|
7d22a011ab
|
amending the previous test
|
2011-11-24 09:58:04 -05:00 |
|
Jeremy Ashkenas
|
e9e5ae119f
|
adding a test case for throw-as-an-expression.
|
2011-11-24 09:57:34 -05:00 |
|
Gerald Lewis
|
8762e37e58
|
Merge branch '1840' into 1840_invocation_prototype_prop_access
|
2011-11-14 11:43:30 -05:00 |
|
Gerald Lewis
|
fba69f5651
|
tests for 1840
|
2011-11-14 11:37:16 -05:00 |
|
Michael Ficarra
|
d0b8cded6b
|
1e25c9da306f38ddf7bd3c63ed7c9540b75384e0#commitcomment-719177
|
2011-11-14 11:18:45 -05:00 |
|
Jeremy Ashkenas
|
1e25c9da30
|
Merge pull request #1851 from michaelficarra/issue1844
fixes #1844: bound functions in nested comprehensions causing empty var statements
|
2011-11-14 07:49:51 -08:00 |
|
satyr
|
5bf8b422f8
|
nodes: added missing jump-guard in While::makeReturn, fixing #1850
|
2011-11-11 06:56:49 +09:00 |
|
Michael Ficarra
|
6d6a5f609a
|
fixes #1844: bound functions in nested comprehensions
causing empty var statements
|
2011-11-10 03:08:38 -05:00 |
|
Jeremy Ashkenas
|
3e41659095
|
CoffeeScript 1.1.3
|
2011-11-08 18:01:45 -05:00 |
|
Jeremy Ashkenas
|
913171f708
|
Merge pull request #1787 from revence27/binary
Binary notation integers (0b100 as 4).
|
2011-10-24 07:07:36 -07:00 |
|
Trevor Burnham
|
6bec372684
|
Merging current master
|
2011-10-23 22:23:29 -04:00 |
|
Revence Kalibwani
|
938abae4b5
|
One test; viz., for binary literal.
|
2011-10-21 22:27:08 +03:00 |
|