You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@
4
4
5
5
* Before sending a pull request for a feature, be sure to have [tests](https://github.com/jashkenas/coffeescript/tree/master/test).
6
6
7
-
* Use the same coding style as the rest of the [codebase](https://github.com/jashkenas/coffeescript/tree/master/src). If you're just getting started with CoffeeScript, there's a nice [style guide](https://github.com/polarmobile/coffeescript-style-guide).
7
+
* Use the same coding style as the rest of the [codebase](https://github.com/jashkenas/coffeescript/tree/master/src). If you’re just getting started with CoffeeScript, there’s a nice [style guide](https://github.com/polarmobile/coffeescript-style-guide).
8
8
9
-
* In your pull request, do not add documentation to `index.html` or re-build the minified `coffee-script.js` file. We'll do those things before cutting a new release.
9
+
* In your pull request, do not add documentation to `index.html` or re-build the minified `coffeescript.js` file. We’ll do those things before cutting a new release.
[<spanclass="hljs-string">'-p'</span>, <spanclass="hljs-string">'--print'</span>, <spanclass="hljs-string">'print out the compiled JavaScript'</span>]
215
215
[<spanclass="hljs-string">'-r'</span>, <spanclass="hljs-string">'--require [MODULE*]'</span>, <spanclass="hljs-string">'require the given module before eval or REPL'</span>]
216
216
[<spanclass="hljs-string">'-s'</span>, <spanclass="hljs-string">'--stdio'</span>, <spanclass="hljs-string">'listen for and compile scripts over stdio'</span>]
217
-
[<spanclass="hljs-string">'-l'</span>, <spanclass="hljs-string">'--literate'</span>, <spanclass="hljs-string">'treat stdio as literate style coffee-script'</span>]
217
+
[<spanclass="hljs-string">'-l'</span>, <spanclass="hljs-string">'--literate'</span>, <spanclass="hljs-string">'treat stdio as literate style coffeescript'</span>]
218
218
[<spanclass="hljs-string">'-t'</span>, <spanclass="hljs-string">'--tokens'</span>, <spanclass="hljs-string">'print out the tokens that the lexer/rewriter produce'</span>]
219
219
[<spanclass="hljs-string">'-v'</span>, <spanclass="hljs-string">'--version'</span>, <spanclass="hljs-string">'display the version number'</span>]
220
220
[<spanclass="hljs-string">'-w'</span>, <spanclass="hljs-string">'--watch'</span>, <spanclass="hljs-string">'watch scripts for changes and rerun commands'</span>]
Copy file name to clipboardexpand all lines: docs/v2/annotated-source/index.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@
30
30
</a>
31
31
32
32
33
-
<aclass="source" href="coffee-script.html">
34
-
coffee-script.coffee
33
+
<aclass="source" href="coffeescript.html">
34
+
coffeescript.coffee
35
35
</a>
36
36
37
37
@@ -119,7 +119,7 @@ <h1>index.coffee</h1>
119
119
120
120
</div>
121
121
122
-
<divclass="content"><divclass='highlight'><pre>exports[key] = val <spanclass="hljs-keyword">for</span> key, val <spanclass="hljs-keyword">of</span><spanclass="hljs-built_in">require</span><spanclass="hljs-string">'./coffee-script'</span></pre></div></div>
122
+
<divclass="content"><divclass='highlight'><pre>exports[key] = val <spanclass="hljs-keyword">for</span> key, val <spanclass="hljs-keyword">of</span><spanclass="hljs-built_in">require</span><spanclass="hljs-string">'./coffeescript'</span></pre></div></div>
0 commit comments