Rory O’Kane
b4d35f13a4
In docs, move commas, part 2
...
I had missed that the next line had comma-separated operators, too.
2014-01-28 21:09:08 -05:00
Rory O’Kane
3fcaebb007
In docs, move commas out of code
...
The commas separating these three keywords are not code themselves – not what the user would write – so they should be outside of the `<tt>` tags.
Edits the table in the section [Operators and Aliases](http://coffeescript.org/#operators ).
2014-01-28 21:01:22 -05:00
Rory O’Kane
a5fef52751
Fix markup in math operator documentation
...
In the documentation, surround the new operators with `<tt>` tags instead of Markdown-style backticks, since this is HTML.
2014-01-28 18:56:43 -05:00
dannguyen
e4c8bcf8f6
Just a small typo in 1.7.0 changelog
2014-01-28 16:36:04 -05:00
xixixao
4f6a4bab30
Removed idle styles
2014-01-28 18:57:37 +00:00
xixixao
9e5ffaea69
Use actual _.template instead of custom one
2014-01-28 18:56:43 +00:00
xixixao
41c4c822ba
Recompile documentation js files with 1.7.0 version
2014-01-28 03:33:03 +00:00
xixixao
6030ac3a23
Fixes in documentation
2014-01-28 03:30:06 +00:00
xixixao
f42329ca0a
Use Node instead of Ruby for documentation
2014-01-28 03:17:12 +00:00
xixixao
e1f46cfb9b
Prepare 1.7.0 release
2014-01-26 18:32:12 +00:00
Patrick Lee
81cf9ca00f
Add CoffeeScript in Action book link
2013-12-07 00:58:43 +11:00
xixixao
ac6a76ee10
Add negative slice end index into docs
2013-11-27 01:01:32 +00:00
Jeremy Ashkenas
f3c5cc6774
Fixes #3019 - Documentation tweak to default argument meaning.
2013-10-20 18:08:28 -03:00
Jeremy Ashkenas
8bb833d858
Merge pull request #3165 from grschafer/master
...
Fix constructor_destructuring docs example to alert a defined value
2013-10-20 08:04:44 -07:00
Jeremy Ashkenas
4cf75ec027
Forgot to update the .erb as well.
2013-09-24 09:52:00 -03:00
Greg Schafer
26c0f7ca2d
Fix constructor_destructuring example to alert a defined value
2013-09-14 14:34:53 -05:00
Phillip Alexander
ce14ad764a
Fix formatting issues in underscore.coffee documentation (generated html)
...
Use docco to regenerate documentation for underscore.coffee.
2013-08-20 09:57:52 -07:00
Jeremy Ashkenas
84b8b5ccee
CoffeeScript 1.6.3
2013-06-02 09:37:45 +04:00
Justin Li
afd9b44dea
Fix 'propeties' typo in docs
2013-05-08 15:57:46 -04:00
Nami-Doc
4ff7fef3bb
remove jsl config file and the doc line about it
2013-04-28 00:58:34 +02:00
Nami-Doc
4da00e8296
Fix docs : modify source file instead of built file
2013-04-27 20:55:37 +02:00
Jeremy Ashkenas
7f0610d0bd
better docs for source maps
2013-03-18 19:46:43 +08:00
Jeremy Ashkenas
194baa0bd7
better docs for source maps
2013-03-18 19:46:19 +08:00
Jeremy Ashkenas
c8b8beb500
slimming SourceMap slightly further
2013-03-18 19:36:34 +08:00
Jeremy Ashkenas
6786bab2ba
Big refactor of SourceMap class. Literate CoffeeScript. Purdy.
2013-03-18 19:23:05 +08:00
Jeremy Ashkenas
a3e8de338a
CoffeeScript 1.6.2
2013-03-18 13:06:33 +08:00
Jeremy Ashkenas
fd0b1ffc4d
Fixes #2478 -- mention js2coffee in docs
2013-03-17 19:34:00 +08:00
Jeremy Ashkenas
69f6500ba9
rebuilt source code documentation with new version of Docco.
2013-03-11 11:37:22 +08:00
Demian Ferreiro
f0fcf4aee0
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
...
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/command.js
lib/coffee-script/helpers.js
lib/coffee-script/lexer.js
lib/coffee-script/nodes.js
lib/coffee-script/repl.js
src/coffee-script.coffee
src/command.coffee
src/helpers.coffee
src/lexer.coffee
src/nodes.coffee
test/helpers.coffee
2013-03-10 20:29:36 -03:00
Jakob Krigovsky
af0bdae675
Fix typo in documentation
2013-03-10 19:09:03 +01:00
Jeremy Ashkenas
0d45287057
Fixes #2808 . Remove --require flag.
2013-03-10 17:17:04 +08:00
Demian Ferreiro
342a796cc0
Remove column number from online editor error box
2013-03-05 05:16:29 -03:00
Jeremy Ashkenas
304432c197
Merge pull request #2417 from gabehollombe/doc_for_switch_with_no_control_expression
...
Documentation for switch statements with no control expression
2013-03-04 22:27:38 -08:00
Demian Ferreiro
5da7f6a488
Get rid of CompilationError and instead have a couple of functions on helpers.coffee
2013-03-05 01:13:46 -03:00
Demian Ferreiro
b400047045
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
...
Conflicts:
Cakefile
lib/coffee-script/coffee-script.js
lib/coffee-script/command.js
lib/coffee-script/nodes.js
lib/coffee-script/repl.js
src/coffee-script.coffee
src/helpers.coffee
src/nodes.coffee
src/repl.coffee
2013-03-04 23:42:47 -03:00
Jeremy Ashkenas
eef83a9fcb
CoffeeScript 1.6.1
2013-03-05 11:07:16 +13:00
Jeremy Ashkenas
b4c12f6746
Fixing lingering brain fart. Inexcusable.
2013-03-05 09:23:50 +13:00
Jeremy Ashkenas
9f614fedec
CoffeeScript 1.6.0
2013-03-05 08:19:08 +13:00
Demian Ferreiro
3127e76f4b
Integrate error messages on the site editor
...
Nothing really fancy here; mostly preserves the old format. Maybe if we had a more full-fledged test editor we could show the errors in-line =D
Also, i couldn't get the `rake doc` task running properly, so i mostly test this editing the index.html directly (ups!).
2013-03-04 13:00:25 -03:00
Jeremy Ashkenas
c39723c053
expanding literate explanation
2013-02-25 22:29:42 +13:00
Jeremy Ashkenas
d2f400944d
Adding a negative array loop example to the docs
2013-02-25 22:27:06 +13:00
Jeremy Ashkenas
673125e64a
Merge branch 'master' into gh-pages
2013-02-25 21:23:24 +13:00
Jeremy Ashkenas
e1592890cb
Retina-ifying the CoffeeScript logo
2013-02-25 21:23:08 +13:00
Jeremy Ashkenas
f1b5f81eaf
merged
2013-02-25 21:13:39 +13:00
Jeremy Ashkenas
af53c230a1
CoffeeScript 1.5.0
2013-02-25 21:12:22 +13:00
Jeremy Ashkenas
5c3acfefeb
Removing Riak JS
2013-02-25 17:36:56 +13:00
Jeremy Ashkenas
1aa57bf24f
moving book link to the proper place to be rebuilt
2013-02-13 10:35:21 +13:00
Reg Braithwaite
46ecfd3c1a
CLoses #2700
...
Signed-off-by: Reg Braithwaite <reg@braythwayt.com >
2013-02-13 10:33:11 +13: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