mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +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
|
"bare": true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(T);
|
||||||
}
|
}
|
||||||
|
|
||||||
// compile
|
// compile
|
||||||
|
|
|
@ -16,4 +16,10 @@ kids =
|
||||||
name: "Ida"
|
name: "Ida"
|
||||||
age: 9
|
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