mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Add support CoffeeScript 2
This commit is contained in:
parent
8196e0ac2f
commit
a845dc075e
2
app.js
2
app.js
|
@ -225,6 +225,8 @@ function require(FN) {
|
|||
"bare": true
|
||||
});
|
||||
});
|
||||
|
||||
console.log(T);
|
||||
}
|
||||
|
||||
// compile
|
||||
|
|
|
@ -16,4 +16,10 @@ kids =
|
|||
name: "Ida"
|
||||
age: 9
|
||||
|
||||
console.log "Hello world, CoffeeScript";
|
||||
main = (args) ->
|
||||
console.log song.join(',')
|
||||
console.log Object.keys(singers).join(',')
|
||||
console.log bitlist.join(',')
|
||||
console.log "Hello world, CoffeeScript"
|
||||
|
||||
exports.main = main
|
Loading…
Reference in New Issue
Block a user