Christophe Hurpeau
|
12d7b33f62
|
option help add "separated by comma" for options whitelist, blacklist and optional
|
2015-07-10 16:29:07 +02:00 |
|
Sebastian McKenzie
|
3b1a9a0adb
|
trim eval code in babel-node
|
2015-06-28 00:59:12 +01:00 |
|
Sebastian McKenzie
|
fb94a87a4d
|
add support for cluster forking - fixes #1611
|
2015-05-28 10:36:29 -04:00 |
|
chocolateboy
|
88941b3270
|
babel-node --print: don't mangle percent characters (%)
This applies the babel fix in #528 to babel-node.
before:
$ babel-node --print --eval '"%%"'
'%'
after:
$ babel-node --print --eval '"%%"'
'%%'
|
2015-04-05 06:26:29 +01:00 |
|
Sebastian McKenzie
|
15d31b5608
|
move babel cli into separate folder #1097
|
2015-04-02 23:12:05 +11:00 |
|