```sh $ node --version v7.2.0 $ babili --version 6.24.0 (babel-core 6.24.0) $ touch test.js # Empty input $ cat test.js | wc -c 0 # 2-bytes output $ babili test.js | wc -c 2 ```