This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
jashkenas--coffeescript
Watch
1
Star
0
Fork
You've already forked jashkenas--coffeescript
0
mirror of
https://github.com/jashkenas/coffeescript.git
synced
2022-11-09 12:23:24 -05:00
Code
Releases
Activity
d0ed2dee60
jashkenas--coffeescript
/
documentation
/
examples
/
scope.coffee
6 lines
79 B
CoffeeScript
Raw
Normal View
History
Unescape
Escape
ported and regenerated examples.
2010-07-29 00:51:35 -04:00
outer =
1
changeNumbers =
->
inner =
-
1
outer =
10
Ensure that all source files end with a single `\n` This was done by first checking all files in the repository root by hand, and then by doing the following: $ npm i get-stdin@4 $ cat clean.coffee fs = require 'fs' stdin = require 'get-stdin' stdin (text) -> for file in text.trim().split('\n') contents = fs.readFileSync file .toString().replace /\s*$/, '\n' fs.writeFileSync file, contents return $ ls !(node_modules)/**/*.coffee | coffee clean.coffee
2015-09-03 19:20:12 +02:00
inner =
changeNumbers
(
)
Copy permalink