UNPKG
coffee-fmt
Version:
latest (0.12.0)
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
a `gofmt` inspired Coffeescript formatter/beautifier.
github.com/sterpe/coffee-fmt
sterpe/coffee-fmt
coffee-fmt
/
test
/
sample3.coffee
9 lines
(6 loc)
•
135 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
class
Car
constructor
: (
@model
) -> drive: () -> alert
"You are driving a "
+
this
.model; delayed: () -> ->
this
.model