Jeremy Ashkenas
|
21d69e3e6e
|
Fixes #2617 -- implicit object call getting out of control.
|
2013-02-01 21:59:48 +11:00 |
|
Jeremy Ashkenas
|
33140259b8
|
Fixes #2681 -- removes old --require hook.
|
2013-02-01 21:25:57 +11:00 |
|
Jeremy Ashkenas
|
723907464a
|
Merge pull request #2685 from jordimassaguerpla/master
add license information to the gemspec
|
2013-01-29 04:24:47 -08:00 |
|
Jordi Massaguer Pla
|
bf4d91dd38
|
fix spacing in Rakefile
previous commit was not following the right indentation when adding the
license field.
|
2013-01-29 12:11:45 +01:00 |
|
Jordi Massaguer Pla
|
64fe56a9e1
|
add license information to gemspec
this way you can get this info from the rubygems.org API
|
2013-01-28 13:53:29 +01:00 |
|
Jeremy Ashkenas
|
39a05b7e4f
|
Merge branch 'master' into gh-pages
|
2013-01-28 20:06:25 +10:00 |
|
Jeremy Ashkenas
|
e7f72c9555
|
Adding new coffeescript book per request
|
2013-01-28 20:06:07 +10:00 |
|
Jeremy Ashkenas
|
a106fb451b
|
Merge pull request #2682 from jashkenas/repl-rewrite
REPL rewrite
|
2013-01-26 02:26:52 -08:00 |
|
Michael Ficarra
|
b1300bdd79
|
fix typo; thanks @Nami-Doc
|
2013-01-26 02:29:16 -06:00 |
|
Michael Ficarra
|
be9707f8d2
|
final tweaks to REPL rewrite
We can still use some more extensive tests, but it's already much better
tested than the current REPL.
|
2013-01-26 02:07:56 -06:00 |
|
Alon Salant
|
702071553f
|
Remove testing TODO
|
2013-01-25 21:53:35 -08:00 |
|
Alon Salant
|
47bd05e9a0
|
REPL tests based on direct interaction with input and output stream. Includes multiline tests.
|
2013-01-21 21:56:34 -08:00 |
|
Michael Ficarra
|
537c5f4b70
|
fix some issues pointed out in 041033a51a
|
2013-01-21 10:27:52 -06:00 |
|
Michael Ficarra
|
041033a51a
|
finish multiline support for REPL rewrite
|
2013-01-21 00:43:08 -06:00 |
|
Michael Ficarra
|
2e191dc0e7
|
Merge branch 'node_repl_multiline' of https://github.com/asalant/coffee-script into repl-rewrite
|
2013-01-18 21:16:39 -06:00 |
|
Alon Salant
|
4a52814a79
|
Multiline WIP
|
2013-01-18 11:33:04 -08:00 |
|
Alon Salant
|
69d80e2ded
|
Single quotes
|
2013-01-16 11:48:50 -08:00 |
|
Alon Salant
|
d84cd9466e
|
empty command evaluates to undefined
|
2013-01-15 22:40:41 -08:00 |
|
Alon Salant
|
627b921bca
|
Initial commit of REPL based on node's REPLServer
|
2013-01-15 22:40:40 -08:00 |
|
Jeremy Ashkenas
|
955afe0c9f
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2013-01-16 17:34:04 +11:00 |
|
Jeremy Ashkenas
|
316d5e5e77
|
fixing missing file finding logic for litcoffee
|
2013-01-16 17:33:54 +11:00 |
|
Alon Salant
|
1f051e6e14
|
Merge branch 'repl-tests' of https://github.com/lihanli/coffee-script into node_repl
|
2013-01-14 20:50:06 -08:00 |
|
Jason Walton
|
f67da27d2f
|
Add unit tests, fix last_column reporting.
|
2013-01-14 17:11:07 -05:00 |
|
Jason Walton
|
923739ebb4
|
Remove files committed by accident.
|
2013-01-14 17:10:49 -05:00 |
|
Jason Walton
|
97bc9f4730
|
Add quick unit test for location data.
|
2013-01-14 15:20:47 -05:00 |
|
Jason Walton
|
bbbf612f29
|
Put location data in token[2] instead of in token.locationData
|
2013-01-14 15:20:35 -05:00 |
|
Jeremy Ashkenas
|
d11fa573e6
|
do not try to compile traces of coffee within node_modules
|
2013-01-14 11:45:02 -08:00 |
|
Jeremy Ashkenas
|
6becd8fb13
|
Reverting the unthrow of the error.
|
2013-01-14 11:44:15 -08:00 |
|
Jason Walton
|
a1ba0a89f8
|
Merge remote-tracking branch 'origin/master'
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/lexer.js
lib/coffee-script/parser.js
src/lexer.coffee
|
2013-01-14 14:26:06 -05:00 |
|
Jason Walton
|
a9aa52dc6a
|
Use .explicit when deciding whether or not to add location data.
|
2013-01-14 13:38:31 -05:00 |
|
satyr
|
9595b30d6f
|
fix tabbed literate code
|
2013-01-10 06:24:12 +09:00 |
|
Michael Ficarra
|
f672e0cdb5
|
fix 'litcoffee' extension support
As pointed out by @satyr in 27551b23f3
|
2013-01-07 22:35:20 -06:00 |
|
Michael Ficarra
|
66bbef4ce0
|
revert broken parts of cdde576182
Thanks @alagopus.
|
2013-01-07 22:32:39 -06:00 |
|
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 |
|