Michael Ficarra
|
dfe91d1766
|
rebuilding after cdde576182
|
2013-01-07 22:27:02 -06:00 |
|
Jeremy Ashkenas
|
cdde576182
|
Syntax errors no longer report full stack traces ... just the error, please
|
2013-01-06 19:12:23 -10:00 |
|
Jeremy Ashkenas
|
82aeb70380
|
Fixes #2630 -- Class bodies shouldn't be able to reference arguments.
|
2013-01-06 19:08:32 -10:00 |
|
Jeremy Ashkenas
|
69ef1abdf6
|
Fixes #2389 -- strip the BOM for once and for all
|
2013-01-06 18:56:58 -10:00 |
|
Jeremy Ashkenas
|
cc6f0451e7
|
Fixes #2621 -- buggy function parameter name detection with complex destructuring in param list.
|
2013-01-05 18:32:57 -10:00 |
|
Jeremy Ashkenas
|
2c20ac6aa9
|
Fixes #2622 -- better document how --nodejs flag works
|
2013-01-05 18:18:08 -10:00 |
|
Jeremy Ashkenas
|
f8c751b3a4
|
adding one more compound operator test for #2627
|
2013-01-05 18:14:05 -10:00 |
|
Jeremy Ashkenas
|
547a271cee
|
Merge pull request #2627 from int3/master
Parse compound assignment operator followed by a terminator. Closes #2532.
|
2013-01-05 20:10:32 -08:00 |
|
Jeremy Ashkenas
|
cd2444e546
|
Fixes #2645 -- block comments should always be closed
|
2013-01-05 18:04:16 -10:00 |
|
Jeremy Ashkenas
|
6f1fb0352c
|
doing the Scope in literate coffee ... just for kicks.
|
2013-01-05 12:05:09 -10:00 |
|
Jeremy Ashkenas
|
4bf2c6b2e9
|
Merge branch 'master' of github.com:jashkenas/coffee-script into literate
|
2013-01-05 11:34:48 -10:00 |
|
Jeremy Ashkenas
|
025b0be31b
|
Correct line numbers in literate coffeescript syntax errors
|
2013-01-04 17:23:18 -10:00 |
|
Jeremy Ashkenas
|
27551b23f3
|
add litcoffee to supported file formats
|
2013-01-04 10:03:49 -10:00 |
|
Jeremy Ashkenas
|
ba08a21d21
|
bumping version to 1.5.0-pre
|
2013-01-04 09:35:20 -10:00 |
|
Jeremy Ashkenas
|
48d625816c
|
Merge branch 'master' into literate
|
2013-01-04 09:07:09 -10:00 |
|
Jason Walton
|
cee4f4ab6e
|
Location test.
|
2012-12-24 08:34:16 -05:00 |
|
Jeremy Ashkenas
|
de29613d91
|
Merge pull request #2632 from caseywebdev/update-uglify
gh-2631 Update to uglifyjs's new API
|
2012-11-29 10:08:42 -08:00 |
|
Casey Foster
|
9e3d43193d
|
gh-2631 Update to uglifyjs's new API
|
2012-11-29 09:45:31 -08:00 |
|
Jez Ng
|
847ab4d18e
|
Parse compound assignment followed by a terminator.
Closes #2532.
|
2012-11-27 20:11:01 -05:00 |
|
Jason Walton
|
183e124077
|
Fix broken case for generated explicit indentation.
|
2012-11-22 14:22:38 -05:00 |
|
Jason Walton
|
3142b237f5
|
Hook up new token location data to parser.
|
2012-11-21 16:57:30 -05:00 |
|
Jason Walton
|
969e45a599
|
Fix TODO in interpolateString.
|
2012-11-20 12:05:59 -05:00 |
|
Jason Walton
|
df6c497ab0
|
Clean up TODOs
|
2012-11-19 17:37:46 -05:00 |
|
Jason Walton
|
12625cc00c
|
Add location data to tokens generated by the rewriter.
|
2012-11-19 11:34:09 -05:00 |
|
Jason Walton
|
bb94e02fad
|
Lexer now adds location data, including first/last line/column to all generated tokens.
|
2012-11-16 19:09:56 -05:00 |
|
Jason Walton
|
25126e2f99
|
Add location data to nodes without passing it in constructors.
|
2012-11-15 15:35:01 -05:00 |
|
Jason Walton
|
d5d772d55e
|
Remove debug logging from Cakefile.
|
2012-11-15 15:18:52 -05:00 |
|
Jason Walton
|
bdcd77d8e6
|
Use 1-based line numbers instead of 0-based line numbers in nodes toString().
|
2012-11-14 16:32:35 -05:00 |
|
Jason Walton
|
b9ebcbf555
|
Add more descriptive line numbers to node toString()
|
2012-11-14 16:20:25 -05:00 |
|
Jason Walton
|
c407a0bf19
|
Fix reporting of errors in 'cake test'
|
2012-11-14 16:19:17 -05:00 |
|
Jason Walton
|
7c77a5d3c8
|
Fix line numbers for TERMINATOR tokens.
|
2012-11-14 14:38:02 -05:00 |
|
Jason Walton
|
ce2bf36aae
|
Parser passes location data to each node in tree
|
2012-11-14 11:50:43 -05:00 |
|
lihan
|
3284f6af18
|
tests for the repl: ignoring comments, output in inspect mode, variable saving
|
2012-10-31 00:09:59 -04:00 |
|
Demian Ferreiro
|
52b0f76eb2
|
Prevent constructors from returning values
|
2012-10-28 08:55:48 -03:00 |
|
Demian Ferreiro
|
e46b129c4f
|
Remove return statement on auto-generated constructors
|
2012-10-28 08:55:02 -03:00 |
|
Jeremy Ashkenas
|
35787ef79b
|
Fixes #2567 -- optimize generated code with an existential is directly negated.
|
2012-10-23 18:17:53 -04:00 |
|
Jeremy Ashkenas
|
f029695db8
|
Fixing wonky spacing at top level.
|
2012-10-23 18:08:29 -04:00 |
|
Jeremy Ashkenas
|
0ba628159f
|
Fixes #2580 -- Try/Catch is allowed to destructure the error object.
|
2012-10-23 17:57:22 -04:00 |
|
Jeremy Ashkenas
|
be65807370
|
Merge branch 'master' into gh-pages
|
2012-10-23 16:45:50 -04:00 |
|
Jeremy Ashkenas
|
158d37215a
|
CoffeeScript 1.4.0
1.4.0
|
2012-10-23 16:45:31 -04:00 |
|
Jeremy Ashkenas
|
7ad25c90fa
|
rebuilding nodes
|
2012-10-23 15:51:13 -04:00 |
|
Jeremy Ashkenas
|
b06a326c7d
|
Merge pull request #2587 from sstur/pullreq
Simplify Call.prototype.compileSplat based on how Traceur does it
|
2012-10-16 10:03:49 -07:00 |
|
Simon Sturmer
|
25bdde85a9
|
Simplify Call.prototype.compileSplat based on how Traceur does it
|
2012-10-16 21:05:31 +07:00 |
|
Jeremy Ashkenas
|
caed958455
|
Fixes #2577 -- better instructions for installing master
|
2012-10-08 10:08:33 -04:00 |
|
Jeremy Ashkenas
|
d8905e2f87
|
Fixes #2577 -- better instructions for installing master
|
2012-10-08 10:08:23 -04:00 |
|
Jeremy Ashkenas
|
b4e13b294d
|
pretty decent initial test.
|
2012-09-25 19:37:54 -05:00 |
|
Jeremy Ashkenas
|
4fb3a312b0
|
fixing block comment indentation
|
2012-09-25 19:35:02 -05:00 |
|
Jeremy Ashkenas
|
82fadea1ed
|
first working version of literate coffeescript
|
2012-09-25 19:15:40 -05:00 |
|
Jeremy Ashkenas
|
bb194dc6c6
|
start with comments...
|
2012-09-25 18:10:43 -05:00 |
|
Jeremy Ashkenas
|
9167b3aca1
|
removing export of RESERVED ... more progress.
|
2012-09-25 18:01:16 -05:00 |
|